IncrementalDeliveryProtocol

The protocol to use for incremental delivery (@defer and @stream).

Entries

Link copied to clipboard

Draft v0.1 format as specified by https://specs.apollo.dev/incremental/v0.1/, and in this historical commit: https://github.com/graphql/graphql-spec/tree/48cf7263a71a683fab03d45d309fd42d8d9a6659/spec, and implemented by graphql.js version 17.0.0-alpha.2, also referred to as 20220824.

Link copied to clipboard

Draft v0.2 format as specified by https://specs.apollo.dev/incremental/v0.2/, and implemented by graphql.js version 17.0.0-alpha.9.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.