joyent-portal/packages/cp-gql-schema
Sérgio Ramos 18be101068 chore: re-align dependencies 2017-06-16 21:08:33 +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 docs: add container badges 2017-05-31 22:35:35 +01:00
index.js chore: data layer 2017-05-30 20:18:45 +01:00
package.json chore: re-align dependencies 2017-06-16 21:08:33 +01:00
schema.gql feat(joyent-cp-frontend,joyent-ui-toolkit,joyent-cp-gql-mock-data): Scaling and delete modals 2017-06-16 15:19:30 +01:00
yarn.lock chore: different test targets for CI 2017-05-31 20:04:12 +01:00

README.md

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