Sterblue SDK
SDK giving programmatic access to Sterblue Graph, with typescript type.
See Docs in Sterblue Labs 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.