This package has been deprecated

Author message:

Please use the newer graphql-cli-prepare plugin

graphql-cli-bundle
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

graphql-cli-bundle npm CircleCI Greenkeeper badge

Plugin for graphql-cli. Processes import statements in a GraphQL schema using graphql-import and outputs a single schema file.

Installation

Install graphql-cli-bundle either globally (recommended) or locally using your favorite package manager:

$ yarn add graphql-cli-bundle [--global]
$ npm install graphql-cli-bundle [--global]

Usage

graphql bundle [schema]

Process import statements in a schema and output a single schema file

Options:
  --dotenv       Path to .env file                                      [string]
  -p, --project  Project name                                           [string]
  --schema       Schema file to process                                 [string]
  --output, -o   Filename of output schema                   [string] [required]
  --force, -f    Force overwriting exissting output file               [boolean]
  -h, --help     Show help                                             [boolean]
  -v, --version  Show version number                                   [boolean]

Readme

Keywords

Package Sidebar

Install

npm i graphql-cli-bundle

Weekly Downloads

2

Version

0.1.2

License

MIT

Last publish

Collaborators

  • kbrandwijk