joyent-cp-gql-schema
v1.8.0
Published
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standa
Downloads
5
Readme
copilot-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 copilot-gql-cp-schema
Usage
const containerPilotSchema = require('copilot-gql-cp-schema');
containerPilotSchema().then((schema) => console.log(schema))
License
MPL-2.0