在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:lucasbento/graphql-pokemon开源软件地址:https://github.com/lucasbento/graphql-pokemon开源编程语言:JavaScript 100.0%开源软件介绍:GraphQL Pokémon
Get information of a Pokémon with GraphQL! How to useSimply get Pokémon's information through queries in GraphQL, example: query {
pokemon(name: "Pikachu") {
id
number
name
attacks {
special {
name
type
damage
}
}
evolutions {
id
number
name
weight {
minimum
maximum
}
attacks {
fast {
name
type
damage
}
}
}
}
}
RunningProductionyarn
yarn run build-app
yarn start Developmentyarn
yarn run watch # Using nodemon for auto-reloading
or
vercel dev # npm i -g @now/cli DisclaimerThis was built as part of a talk on Relay & GraphQL at @ReactSP meetup, check us out, we build cool stuff. ;) Related Projects
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论