On this pageExecutionResult <TData, TExtensions>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.extensions is reserved for adding non-standard properties.Type parametersTData = ObjMap<unknown>TExtensions = ObjMap<unknown>Index PropertiesdataerrorsextensionsProperties optionaldatadata?: null | TDataoptionalerrorserrors?: readonly GraphQLError[]optionalextensionsextensions?: TExtensions
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.extensions
is reserved for adding non-standard properties.