Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecutionResult<TData>

The result of GraphQL execution.

  • errors is included when any errors occurred as a non-empty array.
  • data is the result of a successful execution of the query.

Type parameters

Hierarchy

  • ExecutionResult

Index

Properties

Properties

data?: TData
errors?: readonly GraphQLError[]

Generated using TypeDoc