joyent-portal/packages/cp-gql-schema/README.md

879 B

joyent-portal-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 joyent-portal-gql-cp-schema

Usage

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

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

License

MPL-2.0