Fragment
Base interface for a fragment implementation. Fragments do not have variables per the GraphQL spec but they are inferred from arguments and used when reading the cache See https://github.com/graphql/graphql-spec/issues/204 for a proposal to add fragment arguments
Functions
Returns the Set of boolean variables that are false either explicitly or because there is a default value
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