@sterblue/sterblue-sdk
Version:
Sterblue Graph SDK for graphile.sterblue.com
16 lines (9 loc) • 633 B
Markdown
# Sterblue SDK
SDK giving programmatic access to Sterblue Graph, with typescript type.
See [Docs in Sterblue Labs](https://labs.sterblue.com/sterblue/docs/graph-api/typescript-sdk/) for usage.
Contact Sterblue at contact@sterblue.com to get access, examples and support.
There are three layers in the SDK that we will detail hereafter:
- Full GraphQL API access (`sdk.query`, `sdk.mutate`, `sdk.stream`)
- Predefined queries and mutations (`sdk.getMissions`, `sdk.createUser`, etc.)
- Predefined entities methods (`sdk.Mission.stream`, `sdk.User.create`, etc.)
This package provides Typescript types, including autocompletion.