joyent-portal/packages/cloudapi-gql
Sérgio Ramos ed4ce42237 feat(gql-cloudapi): template tag schema re-write
- uniform api usage for some models (account/user, networks/vlans/fabrics, etc)
 - graphidoc, playground, faker, and voyager support
 - schema in a template tag and documented
 - apollo-errors
 - apollo-server-hapi and schema using graphql-tools/makeExecutableSchema
 - replace express with Hapi
 - eslint support for graphql
 - updated dependencies
2017-10-03 14:59:22 +01:00
..
src feat(gql-cloudapi): template tag schema re-write 2017-10-03 14:59:22 +01:00
.eslintignore feat(gql-cloudapi): template tag schema re-write 2017-10-03 14:59:22 +01:00
.eslintrc feat(gql-cloudapi): template tag schema re-write 2017-10-03 14:59:22 +01:00
.gitignore feat(gql-cloudapi): template tag schema re-write 2017-10-03 14:59:22 +01:00
.graphqlconfig feat(gql-cloudapi): template tag schema re-write 2017-10-03 14:59:22 +01:00
.tern-project chore: initial lerna setup 2017-05-25 10:56:50 +01:00
package.json feat(gql-cloudapi): template tag schema re-write 2017-10-03 14:59:22 +01:00
README.md feat(gql-cloudapi): template tag schema re-write 2017-10-03 14:59:22 +01:00

joyent-portal-cloudapi-gql

License: MPL 2.0 standard-readme compliant

Server that exposes CloudApi through GraphQL.

Table of Contents

Install

yarn add joyent-portal-cloudapi-gql

Usage

yarn run start

yarn run faker

Todo

  • Finish missing connections, transforms, and mutations
  • remove node-triton dependency
  • support multiple users on the same server

License

MPL-2.0