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
libfolder to NPM
Special thanks to @martolini for this update!
v1.1.0
- Add
providePlaceholdersoption - 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
nullprovider bug- If no provider map is provided, then the query generator will generate a query with
nullas the value for all arguments. However, if a provider map is configured as{"____*": null }, the generator will break. Any provider that will give the valuenull` will break the generator. This has now been addressed.
- If no provider map is provided, then the query generator will generate a query with