Operation
Represents a GraphQL operation (mutation, query or subscription).
Inheritors
Types
Functions
Reads a GraphQL Json response like below to a ApolloResponse
writes a successful GraphQL Json response containing "data" to the given sink.
Returns the Set of boolean variables that are false either explicitly or because there is a default value
Reads a GraphQL Json response to a ApolloResponse. GraphQL Json responses look like so:
Reads a GraphQL Json response like below to a ApolloResponse. GraphQL Json responses look like so:
A list of CompiledSelection. Used when reading from the cache and/or normalizing a model. Use com.apollographql.apollo.cache.normalized.ApolloStore.readOperation for a higher level API
Serializes the variables of this operation to a json
Returns a map of the variables as they would be sent over the wire. Use this to construct your own HTTP requests
Returns the variables as they would be sent over the wire. Use this to construct your own HTTP requests