| 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.
|
Copyright © 2018. All rights reserved.