| Package | Description |
|---|---|
| io.smallrye.graphql.client.core |
| Modifier and Type | Method and Description |
|---|---|
static Argument |
Argument.arg(String name,
InputObject inputObject) |
static Argument |
Argument.arg(String name,
Object value) |
static Argument |
Argument.arg(String name,
Variable var) |
| Modifier and Type | Method and Description |
|---|---|
static List<Argument> |
Argument.args(Argument... args) |
List<Argument> |
Field.getArguments() |
| Modifier and Type | Method and Description |
|---|---|
static List<Argument> |
Argument.args(Argument... args) |
static Field |
Field.field(String name,
Argument... args) |
| Modifier and Type | Method and Description |
|---|---|
static Field |
Field.field(String name,
List<Argument> args,
Field... fields) |
void |
Field.setArguments(List<Argument> arguments) |
Copyright © 2018–2021. All rights reserved.