| 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 |
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 | Method and Description |
|---|---|
Operation |
Response.operation() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Response.Builder<T> |
Response.builder(Operation operation) |
Copyright © 2018. All rights reserved.