schema

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var String = strings.Join([]string{
	schema,
	ossSchema,
	enterpriseSchema,
	cloudSchema,
}, "\n")

String contains the full GraphQL Schema of Sturdy

The schema is the same in all versions of Sturdy (OSS, Enterprise) to make it easier for clients to consume the API for both the OSS and Enterprise versions of Sturdy (via for example dynamic @include and @skip GraphQL annotations in queries).

The APIs defined in enterpriseSchema and cloudSchema have multiple implementations of the resolvers. A stubbed implementation that's included in the OSS version, and a Enterprise implementation that's only included in Enterprise builds.

The full schema is licensed under the same license as the OSS version of Sturdy.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL