在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):leighhalliday/nextjs-graphql-example开源软件地址(OpenSource Url):https://github.com/leighhalliday/nextjs-graphql-example开源编程语言(OpenSource Language):JavaScript 100.0%开源软件介绍(OpenSource Introduction):Next.js GraphQL ExampleQuerying: {
albums {
id
name
artist {
id
name
}
}
} Results: {
"data": {
"albums": [
{
"id": "1",
"name": "Turn It Around",
"artist": {
"id": "1",
"name": "Comeback Kid"
}
},
{
"id": "2",
"name": "Wake the Dead",
"artist": {
"id": "1",
"name": "Comeback Kid"
}
},
{
"id": "3",
"name": "Broadcasting...",
"artist": {
"id": "1",
"name": "Comeback Kid"
}
},
{
"id": "4",
"name": "Symptoms + Cures",
"artist": {
"id": "1",
"name": "Comeback Kid"
}
},
{
"id": "5",
"name": "Die Knowing",
"artist": {
"id": "1",
"name": "Comeback Kid"
}
},
{
"id": "6",
"name": "Outsider",
"artist": {
"id": "1",
"name": "Comeback Kid"
}
}
]
}
} |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论