Package-level declarations

Types

Link copied to clipboard
abstract class DownloadSDLAction : WorkAction<RetrieveSchemaParameters>

WorkAction that is used to download GraphQL schema in SDL format from a target endpoint.

Link copied to clipboard
abstract class GenerateClientAction : WorkAction<GenerateClientParameters>

WorkAction that generates GraphQL HTTP client and corresponding data classes based on the provided GraphQL queries.

Link copied to clipboard
abstract class GenerateSDLAction : WorkAction<GenerateSDLParameters>

WorkAction that is used to generate GraphQL schema in SDL format.

Link copied to clipboard

WorkAction that is used to introspect target GraphQL server and save the resulting schema locally.