GraphQL-LRG

时间:2024-04-20 21:20:38
【文件属性】:

文件名称:GraphQL-LRG

文件大小:5KB

文件格式:ZIP

更新时间:2024-04-20 21:20:38

HTML

图QL-LRG 查询变量 { "name" : "Hamid" } query Query ( $name : String ! ) { sayHello ( name : $name ) , students { fullName } } JQUERY 添加index.html以使用ajax通过jquery加载graphql查询 ## Mutation-添加学生大学ID应该与colleges.json中的数据匹配,以便于检索 mutation { createStudent ( collegeId : "col-2" , firstName : "Tim" , lastName : "George" ) } 变异-验证 mutation doSignUp ( $input : SignUpInput ) { signUp ( input : $inp


【文件预览】:
GraphQL-LRG-main
----resolvers.js(2KB)
----package.json(801B)
----Client-Side()
--------index.html(3KB)
----data()
--------colleges.json(199B)
--------students.json(789B)
----server.js(677B)
----schema.graphql(628B)
----.gitignore(73B)
----README.md(778B)
----db.js(192B)

网友评论