An object containing the result of your GraphQL query after it completes.
This value might be undefined if a query results in one or more errors (depending on the query's errorPolicy).
undefined
errorPolicy
Optional
A single ErrorLike object describing the error that occurred during the latest query execution.
For more information, see Handling operation errors.
An object containing the result of your GraphQL query after it completes.
This value might be
undefinedif a query results in one or more errors (depending on the query'serrorPolicy).