Result type for graphql() operations that don't include any specific type information. The result could be either a Promise or Subscription.
graphql()
Promise
Subscription
Invoking code should either cast the result or use ? and ! operators to navigate the result objects.
?
!
Result type for
graphql()
operations that don't include any specific type information. The result could be either aPromise
orSubscription
.Invoking code should either cast the result or use
?
and!
operators to navigate the result objects.