UnknownGraphQLResponse: Promise<GraphQLResult<any>> | GraphqlSubscriptionResult<any>

Result type for graphql() operations that don't include any specific type information. The result could be either a Promise or Subscription.

Invoking code should either cast the result or use ? and ! operators to navigate the result objects.