Code generator for GraphQL client
View the Project on GitHub mihailpw/GraphQlClientCodeGenerator
A tool that helps you to make GraphQL request and get response from client to server.
Install generator
You can install generator following instructions here.
Setup config for generator
Please read config docs first. Also you can use helper to create initial config file.
Run generator
You can put config file to folder with generator with name config.json
or specify config file path with console line arguments: -c "folder/config-file-name.json"
or --config "folder/config-file-name.json"
.