copilot/packages/cp-gql-schema
Wyatt Preul 3c8b2b0c8f fix: no longer ignore successful status checks 2017-09-18 23:00:41 +01:00
..
.eslintrc chore: initial lerna setup 2017-05-25 10:56:50 +01:00
.tern-project chore: initial lerna setup 2017-05-25 10:56:50 +01:00
CHANGELOG.md chore: publish 2017-05-25 16:07:31 +01:00
README.md chore: remove unrelated packages 2017-09-14 16:28:45 +01:00
index.js chore: data layer 2017-05-30 20:18:45 +01:00
package.json fix: no longer ignore successful status checks 2017-09-18 23:00:41 +01:00
schema.gql feat: CNS env variables (#675) 2017-09-13 14:32:32 -05:00

README.md

copilot-gql-cp-schema

License: MPL 2.0 standard-readme compliant

GraphQL schema that represents the data structure and dependencies of the Container Pilot Portal. To be used by other packages so that they can lock and adapt properly to changes made to it, rather than having duplicates of this schema.

Table of Contents

Install

yarn add --dev copilot-gql-cp-schema

Usage

const containerPilotSchema = require('copilot-gql-cp-schema');

containerPilotSchema().then((schema) => console.log(schema))

License

MPL-2.0