CLI
GraphQL Editor CLI
Installation
Global
npm i -g graphql-editor-cliInside Repo
npm i -D graphql-editor-cliUsage
Last updated
Was this helpful?
Make your GraphQL schema your one and only source of truth by translating it to literally anything. The main goal is to provide an interactive experience creating GraphQL as a service. Our CLI is compatible with GraphQL editor projects (both free and paid tiers).
npm i -g graphql-editor-clinpm i -D graphql-editor-clithen use with (for example) npx or as a package.json script
All commands work in 3 ways:
you can provide all arguments with flags
you can get the arguments from a local config file
you can complete the arguments in interactive modes
Last updated
Was this helpful?
Was this helpful?