mirror of
https://github.com/yldio/copilot.git
synced 2024-11-15 07:40:07 +02:00
7f1d731dc6
* refactor: config() from mutation to query * refactor(cp-frontend): remove unused dependency * feat(portal-watch): expose getContainers() and compose tags * fix(portal-watch): assert services by name AND hash * feat(portal-data): expose importable and import APIs * fix(portal-data): add missing dependencies * feat(portal-api): expose import/importable * feat(cp-gql-schema): add import/importable * feat(cp-frontend): import existing project * style(portal-watch): lint * style(portal-data): lint * chore: update lockfile |
||
---|---|---|
.. | ||
.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