ApolloResponse
Represents a GraphQL response. GraphQL responses can be be partial responses so it is valid to have both data != null and errors
Types
Functions
Properties
Link copied to clipboard
The context of GraphQL operation execution. This can contain additional data contributed by interceptors.
Link copied to clipboard
Link copied to clipboard
Indicates that this ApolloResponse is the last ApolloResponse in a given Flow and that no other items are expected.