Releases: IBM/graphql-query-generator
Releases · IBM/graphql-query-generator
v1.3.0
v1.2.1
v1.2.0
- Provided sample scripts that can generate corpuses of GitHub and Yelp queries and responses
Special thanks to @mandel for contributing to this update!
v1.1.1
- Only upload the
lib
folder to NPM
Special thanks to @martolini for this update!
v1.1.0
- Add
providePlaceholders
option - Add basic install/usage instructions
v1.0.8
- Export getProvider
v1.0.7
- Export getProvider
v1.0.6
- Export more types
- Add citation
- Select __typename instead of throwing error
v1.0.5
v1.0.4
- Fix
null
provider bug- If no provider map is provided, then the query generator will generate a query with
null
as the value for all arguments. However, if a provider map is configured as{
"____*": null }, the generator will break. Any provider that will give the value
null` will break the generator. This has now been addressed.
- If no provider map is provided, then the query generator will generate a query with