| Modifier and Type | Method and Description |
|---|---|
Map<String,Operation> |
Type.getBatchOperations() |
List<Operation> |
Schema.getBatchOperations() |
Map<Group,Set<Operation>> |
Schema.getGroupedMutations() |
Map<Group,Set<Operation>> |
Schema.getGroupedQueries() |
Map<Group,Set<Operation>> |
Schema.getGroupedSubscriptions() |
Set<Operation> |
Schema.getMutations() |
Map<String,Operation> |
Type.getOperations() |
Set<Operation> |
Schema.getQueries() |
Set<Operation> |
Schema.getSubscriptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Type.addBatchOperation(Operation operation) |
void |
Schema.addGroupedMutation(Group group,
Operation mutation) |
void |
Schema.addGroupedQuery(Group group,
Operation query) |
void |
Schema.addGroupedSubscription(Group group,
Operation subscription) |
void |
Schema.addMutation(Operation mutation) |
void |
Type.addOperation(Operation operation) |
void |
Schema.addQuery(Operation query) |
void |
Schema.addSubscription(Operation subscription) |
| Modifier and Type | Method and Description |
|---|---|
void |
Type.setBatchOperations(Map<String,Operation> operations) |
void |
Schema.setGroupedMutations(Map<Group,Set<Operation>> groupedMutations) |
void |
Schema.setGroupedQueries(Map<Group,Set<Operation>> groupedQueries) |
void |
Schema.setGroupedSubscriptions(Map<Group,Set<Operation>> groupedSubscriptions) |
void |
Schema.setMutations(Set<Operation> mutations) |
void |
Type.setOperations(Map<String,Operation> operations) |
void |
Schema.setQueries(Set<Operation> queries) |
void |
Schema.setSubscriptions(Set<Operation> subscriptions) |
Copyright © 2018–2021. All rights reserved.