GraphQL Query Generator Library by IBM

栏目: IT技术 · 发布时间: 3年前

内容简介: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)

GraphQL Query Generator Library by IBM

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

GraphQL Query Generator Library by IBM

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》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Structure and Interpretation of Computer Programs - 2nd Edition

Structure and Interpretation of Computer Programs - 2nd Edition

Harold Abelson、Gerald Jay Sussman / The MIT Press / 1996-7-25 / USD 145.56

Structure and Interpretation of Computer Programs has had a dramatic impact on computer science curricula over the past decade. This long-awaited revision contains changes throughout the text. Ther......一起来看看 《Structure and Interpretation of Computer Programs - 2nd Edition 》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器