内容简介:GraphQL Query Generator is an interesting library brought to you by the IBM team, which’s the main idea is to allow users toThe first thought that comes to your mind might be:“Why I may ever want a bunch of randomized queries?”
GraphQL Query Generator is an interesting library brought to you by the IBM team, which’s the main idea is to allow users to generate randomized GraphQL queries from any given GraphQL schema.
The first thought that comes to your mind might be:
“Why I may ever want a bunch of randomized queries?”
but giving it a second thought it might be quite useful. The team behind the GraphQL Query Generator suggested two basic use-cases for their library:
-
Engineering- when operating a GraphQL service you might find this library useful for:
- developing a collection of test modules of GraphQL queries,
- developing a test group of queries to check the effect of performance improvements,
- Scientific - to learn about the characteristics of various GraphQL services.
Queries generation
The library provides two functions for generating random GraphQL queries, both expecting a GraphQL schema, as well as specific instructions provided in configuration object as an input:
getRandomQuery(schema: GraphQLSchema, config: Configuration) getRandomMutation(schema: GraphQLSchema, config: Configuration)
Source: github.com/IBM
The configuration object accepts a set of predefined properties i.e.:
maxDepth argumentsToIgnore considerInterfaces considerUnions
The full list of available properties is available in the GraphQL Query Generator docs .
Sample GraphQL Query Generator configuration object
Source: github.com/IBM/graphql-query-generator
Great addition
GraphQL Query Generator is a great addition to the already broad spectrum of GraphQL tools. Its a relatively new library that is worth experimenting with as maybe you could find some other innovative ways it could be used by the GraphQL community.
很遗憾的说,推酷将在这个月底关闭。人生海海,几度秋凉,感谢那些有你的时光。
以上所述就是小编给大家介绍的《GraphQL Query Generator Library by IBM》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数学之美 (第二版)
吴军 / 人民邮电出版社 / 2014-11 / 49.00元
几年前,“数学之美”系列文章原刊载于谷歌黑板报,获得上百万次点击,得到读者高度评价。读者说,读了“数学之美”,才发现大学时学的数学知识,比如马尔可夫链、矩阵计算,甚至余弦函数原来都如此亲切,并且栩栩如生,才发现自然语言和信息处理这么有趣。 在纸本书的创作中,作者吴军博士几乎把所有文章都重写了一遍,为的是把高深的数学原理讲得更加通俗易懂,让非专业读者也能领略数学的魅力。读者通过具体的例子学到的......一起来看看 《数学之美 (第二版)》 这本书的介绍吧!