| Package | Description |
|---|---|
| com.apollographql.apollo.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Mutation<D extends Operation.Data,T,V extends Operation.Variables>
Represents a GraphQL mutation operation that will be sent to the server.
|
interface |
Operation<D extends Operation.Data,T,V extends Operation.Variables>
Represents a GraphQL operation (mutation or query).
|
interface |
Query<D extends Operation.Data,T,V extends Operation.Variables>
Represents a GraphQL query that will be sent to the server.
|
interface |
Subscription<D extends Operation.Data,T,V extends Operation.Variables>
Represents a GraphQL subscription.
|
| Modifier and Type | Field and Description |
|---|---|
static Operation.Variables |
Operation.EMPTY_VARIABLES |
| Modifier and Type | Method and Description |
|---|---|
String |
ResponseField.cacheKey(Operation.Variables variables) |
Object |
ResponseField.resolveArgument(String name,
Operation.Variables variables)
Resolve field argument value by name.
|
Copyright © 2018. All rights reserved.