Skip to main content

Class: GraphqlContext

The context provided to a secure GraphQL function.

Properties

isGraphiQL

Readonly isGraphiQL: boolean


operationName

Readonly operationName: undefined | string


query

Readonly query: undefined | string


variables

Readonly variables: undefined | string | Record<string, any>