Skip to content

This Python script generates files (mutations.py and queries.py) from .gql files in the mutations and queries subfolders of a QUERIES_MUTATIONS directory.

Notifications You must be signed in to change notification settings

djokodev/Script_GraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

## Prerequisites
- Python 3.x installed on the system. CMD: `https://www.python.org/downloads/`
- The gqlg package installed and accessible from the command line. 
  CMD: ```npm install gql-generator -g``` .
- A GraphQL schema file (schema.graphql) available in the working directory.

About

This Python script generates files (mutations.py and queries.py) from .gql files in the mutations and queries subfolders of a QUERIES_MUTATIONS directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages