| Package | Description |
|---|---|
| net.morimekta.providence.graphql.gql |
| Modifier and Type | Method and Description |
|---|---|
static GQLIntrospection.Field |
GQLIntrospection.findFieldByName(String name)
Find introspection field by name.
|
GQLIntrospection.Field |
GQLIntrospection.getField() |
static GQLIntrospection.Field |
GQLIntrospection.Field.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GQLIntrospection.Field[] |
GQLIntrospection.Field.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GQLIntrospection(GQLIntrospection.Field field,
String alias,
net.morimekta.providence.PMessage<?> arguments,
List<GQLSelection> selectionSet) |
Copyright © 2015–2020 morimekta.net. All rights reserved.