| Modifier and Type | Method and Description |
|---|---|
Map<String,Operation> |
Type.getBatchOperations() |
Set<Operation> |
Schema.getMutations() |
Map<String,Operation> |
Type.getOperations() |
Set<Operation> |
Schema.getQueries() |
| Modifier and Type | Method and Description |
|---|---|
void |
Type.addBatchOperation(Operation operation) |
void |
Schema.addMutation(Operation mutation) |
void |
Type.addOperation(Operation operation) |
void |
Schema.addQuery(Operation query) |
| Modifier and Type | Method and Description |
|---|---|
void |
Type.setBatchOperations(Map<String,Operation> operations) |
void |
Schema.setMutations(Set<Operation> mutations) |
void |
Type.setOperations(Map<String,Operation> operations) |
void |
Schema.setQueries(Set<Operation> queries) |
Copyright © 2018–2020. All rights reserved.