文件名称:graphql-pokemon:使用GraphQL获取神奇宝贝的信息!
文件大小:99KB
文件格式:ZIP
更新时间:2024-02-24 08:31:03
nodejs graphql relay koa react-relay-pokemon
GraphQL神奇宝贝 通过GraphQL获取神奇宝贝的信息! 如何使用 只需通过GraphQL中的查询即可获取Pokémon的信息,例如: query { pokemon ( name : " Pikachu " ) { id number name attacks { special { name type damage } } evolutions { id number name weight { minimum maximum } attacks { fast { name type damage } } } } } 尝试此查询! 还可以查看和 ! 跑步 生产 yarn yarn run build yarn start 发展历程
【文件预览】:
graphql-pokemon-master
----.eslintrc(261B)
----yarn.lock(113KB)
----content()
--------logo.png(42KB)
----src()
--------service()
--------app.js(424B)
--------type()
--------index.js(247B)
--------pokemons()
--------schema.js(168B)
----.babelrc(39B)
----scripts()
--------buildSchema.js(1KB)
----schemas()
--------schema.json(45KB)
--------schema.graphql(2KB)
----README.md(2KB)
----.gitignore(28B)
----index.js(0B)
----package.json(1KB)