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
- Host: GitHub
- URL: https://github.com/lorenzohidalgo/gql-request-generator
- Owner: Lorenzohidalgo
- License: mit
- Created: 2023-07-16T08:42:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T19:16:29.000Z (about 1 year ago)
- Last Synced: 2025-07-08T15:06:38.084Z (about 1 year ago)
- Topics: appsync, code-generation, graphql
- Language: JavaScript
- Homepage:
- Size: 588 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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"`