
GraphQL
文章平均质量分 55
GraphQL相关的知识点
whatzhang007
就不想写。。
展开
-
GraphQL IntrospectionQuery查询
curlcurl --location --request GET 'http://127.0.0.1:9999/graphql' \--header 'Content-Type: application/json' \--data-raw '{"query":"query IntrospectionQuery {\n __schema {\n queryType {\n name\n }\n mutationType {\n name\n }\n原创 2021-11-26 11:42:56 · 603 阅读 · 0 评论 -
开源GraphQL API图形界面
Official APIsAPIDescriptionGraphiQLDocs/RepoAniListAnime and manga datum, including character, staff, and live airing data.Try it!DocsArtsyfree online platform for collecting and discovering artTry it!RepoBitqueryon-chain blockcha转载 2021-11-19 15:33:43 · 379 阅读 · 0 评论 -
graphql开发示例
https://github.com/chentsulin/awesome-graphql/blob/master/README.md里面有各种语言对graphql的开发框架和示例比如java:Table of ContentsSpecificationsFoundationsCommunitiesMeetupsImplementationsJavaScript/TypeScriptJavaScript ExamplesTypeScript ExamplesRuby转载 2021-11-19 14:21:04 · 1175 阅读 · 0 评论 -
graphql-java文档
<dependency> <groupId>com.graphql-java</groupId> <artifactId>graphql-java</artifactId> <version>17.3</version> </dependency>https://www.graphql-java.com/documentation/schemaGetting started原创 2021-11-19 13:34:41 · 498 阅读 · 0 评论 -
Graphql fetching data异常处理
异常类型 graphql.ExceptionWhileDataFetchingpublic class SimpleDataFetcherExceptionHandler implements DataFetcherExceptionHandler { private static final Logger log = LoggerFactory.getLogger(SimpleDataFetcherExceptionHandler.class); @Override publi原创 2021-11-19 11:42:45 · 2491 阅读 · 0 评论