| Package | Description |
|---|---|
| io.smallrye.graphql.client.core |
| Modifier and Type | Method and Description |
|---|---|
static InputObjectField |
InputObjectField.prop(String name,
Object value) |
static InputObjectField |
InputObjectField.prop(String name,
Variable var) |
| Modifier and Type | Method and Description |
|---|---|
List<InputObjectField> |
InputObject.getInputObjectFields() |
| Modifier and Type | Method and Description |
|---|---|
static InputObject |
InputObject.inputObject(InputObjectField... inputObjectFields) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputObject.setInputObjectFields(List<InputObjectField> inputObjectFields) |
Copyright © 2018–2021. All rights reserved.