| Modifier and Type | Class and Description |
|---|---|
class |
Argument
Represent an argument that is used on operations.
|
class |
DirectiveArgument |
class |
Operation
Represent an operation on a Query or Mutation,
or an operation on a Type in the case of a Source annotation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
InputType.getCreatorParameters() |
Map<String,Field> |
Type.getFields() |
Map<String,Field> |
InputType.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
InputType.addCreatorParameter(Field creatorParameter) |
void |
Type.addField(Field field) |
void |
InputType.addField(Field field) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputType.setCreatorParameters(List<Field> creatorParameters) |
void |
Type.setFields(Map<String,Field> fields) |
void |
InputType.setFields(Map<String,Field> fields) |
Copyright © 2018–2021. All rights reserved.