Skip to content

Type Alias: GqlContextType

ts
type GqlContextType = "graphql";

Defined in: packages/apollo/src/interfaces/apollo-options.interface.ts:319

Type identifier for GraphQL context type.

Released under the MIT License.