0.8.0 ā€¢ Published 5 years ago

graphql-usage v0.8.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

graphql-usage

Version CircleCI License

šŸ›  A tool for refactoring GraphQL APIs.

npm.io

Installation

Global installation (recommended)

NPM:

$ npm install -g graphql-usage

Yarn:

$ yarn global add graphql-usage

Local installation

NPM:

$ npm install --save-dev graphql-usage

Yarn:

$ yarn add -D graphql-usage

Support and Requirements

  • Source files using JS, Flow, or TypeScript
  • Projects using Relay, Apollo, or graphql-tag
  • Source files must be in a Git project and the branch that's being analyzed must be pushed to GitHub

Usage

$ graphql-usage SCHEMA SOURCEDIR

Arguments:

  • SCHEMA: Path to the Graphql schema to report usage info for. Can be either a .json or .graphql file.
  • SOURCEDIR: Path to the source directory to analyze.

Options:

  • -h, --help: show CLI help
  • -v, --version: show CLI version
  • --exclude: Directories to ignore under src
  • --port: Port to run the report server on
  • --quiet: No output to stdout

Example:

$ graphql-usage ./schema.graphql ./src/
0.8.0

5 years ago

0.7.0

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago