| Package | Description |
|---|---|
| io.smallrye.graphql.client.core |
| Modifier and Type | Method and Description |
|---|---|
OperationType |
Operation.getType() |
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Operation |
Operation.operation(OperationType type,
Field... fields) |
static Operation |
Operation.operation(OperationType type,
List<Variable> vars,
Field... fields) |
static Operation |
Operation.operation(OperationType type,
String name,
Field... fields) |
static Operation |
Operation.operation(OperationType type,
String name,
List<Variable> vars,
Field... fields) |
void |
Operation.setType(OperationType type) |
Copyright © 2018–2021. All rights reserved.