Package-level declarations

Types

Link copied to clipboard
interface Arguments : InputLike

Tagging interface for virtual input types that wrap field arguments

Link copied to clipboard
interface CompositeOutput : GRT

Tagging interface for output types that have fields, i.e. interfaces, objects, and unions

Link copied to clipboard
interface Enum : GRT

Tagging interface for enum types

Link copied to clipboard
interface GRT

Base interface for all GraphQL Representational Types (GRTs)

Link copied to clipboard
interface Input : InputLike

Tagging interface for input types

Link copied to clipboard
interface InputLike : Struct

Tagging interface for input types and virtual input types that wrap field arguments

Link copied to clipboard

Tagging interface for interface types

Link copied to clipboard
interface Mutation : Object

Tagging interface for the root mutation object

Link copied to clipboard

Tagging interface for types that implement the Node interface. This includes both Node interfaces and Node object implementations.

Link copied to clipboard

Tagging interface for object types that implement the Node interface

Link copied to clipboard

Tagging interface for object types

Link copied to clipboard
interface Query : Object

Tagging interface for the root query object

Link copied to clipboard

Tagging interface for output types that define fields, i.e. interfaces and objects

Link copied to clipboard
interface Struct : GRT

Tagging interface for input and output object types

Link copied to clipboard

Tagging interface for union types