| Modifier and Type | Method and Description |
|---|---|
Context.OperationType |
Context.getOperationType()
Return the current type (Query, Mutation ext)
Current type means the type currently being executed.
|
static Context.OperationType |
Context.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.OperationType[] |
Context.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Context.OperationType> |
Context.getRequestedOperationTypes()
Return all the operation types requested (unique list)
A Request can contain more than one operation.
|
Copyright © 2018–2020. All rights reserved.