Skip to content

Generate graphql queries, mutations and Subscriptions

Notifications You must be signed in to change notification settings

vobi-ge/vobi-graphql

Repository files navigation

Vobi Graphql

Command line tool

Install

Install vobi-graphql

npm install -g vobi-graphql

after installing vobi-graphql you can generate graphql queries, mutations and Subscriptions

vobi-graphql generate -e https://api-myid.vobi.io/graphql ./

Options

Options description
-c, --config [config] Config path. Defaults to ./.gql-gen.json
-e, --endpoint [endpoint] Graphql endpoint recursively
-s, --schema [schema] Graphql schema path
-d, --dir [dir] Destination directory. Defaults to "gql" dir in working directory
-g, --gen-dir [genDir] Generated directory name inside destination directory. Defaults to "generated"

Gif

About

Generate graphql queries, mutations and Subscriptions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published