| Package | Description |
|---|---|
| io.smallrye.graphql.client.core |
| Modifier and Type | Method and Description |
|---|---|
static ScalarType |
ScalarType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalarType[] |
ScalarType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static VariableType |
VariableType.list(ScalarType scalarType) |
static VariableType |
VariableType.nonNull(ScalarType scalarType) |
static Variable |
Variable.var(String name,
ScalarType scalarType) |
static Variable |
Variable.var(String name,
ScalarType scalarType,
Object defaultValue) |
static VariableType |
VariableType.varType(ScalarType scalarType) |
Copyright © 2018–2021. All rights reserved.