GQLCCG

Logo

Code generator for GraphQL client

View the Project on GitHub mihailpw/GraphQlClientCodeGenerator

GraphQL Client Code Generator

A tool that helps you to make GraphQL request and get response from client to server.

Getting started

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".

Setup docs