.. | ||
.eslintrc | ||
.tern-project | ||
CHANGELOG.md | ||
index.js | ||
package.json | ||
README.md | ||
schema.gql |
joyent-portal-gql-cp-schema
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 joyent-portal-gql-cp-schema
Usage
const containerPilotSchema = require('joyent-portal-gql-cp-schema');
containerPilotSchema().then((schema) => console.log(schema))
License
MPL-2.0