文件名称:nextjs-graphql-example
文件大小:115KB
文件格式:ZIP
更新时间:2024-06-01 14:54:52
JavaScript
Next.js GraphQL示例 查询: { albums { id name artist { id name } } } 结果: { " data " : { " albums " : [ { " id " : " 1 " , " name " : " Turn It Around " , " artist " : { " id " : " 1 " , " name " : " Comeback Kid " } }, { " id " : " 2 " , " name " : " Wake the Dead " , " a
【文件预览】:
nextjs-graphql-example-master
----.gitignore(274B)
----package.json(600B)
----README.md(1KB)
----migrations()
--------20200128201807_create_albums.js(393B)
--------20200128200657_create_artists.js(297B)
----pages()
--------api()
----knexfile.js(335B)
----yarn.lock(291KB)