1.0.13 • Published 6 years ago
vobi-graphql v1.0.13
Vobi Graphql
Command line tool
Install
Install vobi-graphql
npm install -g vobi-graphqlafter installing vobi-graphql you can generate graphql queries, mutations and Subscriptions
vobi-graphql generate -e https://api-myid.vobi.io/graphqlOptions
| 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" |