An open API service indexing awesome lists of open source software.

https://github.com/lorenzohidalgo/gql-request-generator

Package to generate GraphQL operations from a provided Schema
https://github.com/lorenzohidalgo/gql-request-generator

appsync code-generation graphql

Last synced: 2 months ago
JSON representation

Package to generate GraphQL operations from a provided Schema

Awesome Lists containing this project

README

          

# gql-request-generator

Example Usage:
`gql-request-generator --schemaFilePath "./schema.graphql" --destDirPath "./ouput" --collectionName "test" --rawUrl "test.com/graphql"`