public static interface ValueVisitor.InputElements
Modifier and Type | Method and Description |
---|---|
java.util.List<GraphQLInputSchemaElement> |
getInputElements() |
GraphQLInputValueDefinition |
getLastInputValueDefinition()
This is the last
GraphQLInputValueDefinition that pointed to the value during a callback. |
java.util.List<GraphQLInputSchemaElement> |
getUnwrappedInputElements()
This is the list of input schema elements that are unwrapped, e.g.
|
java.util.List<GraphQLInputSchemaElement> getInputElements()
java.util.List<GraphQLInputSchemaElement> getUnwrappedInputElements()
GraphQLList
and GraphQLNonNull
types have been removedGraphQLInputValueDefinition
elements that lead to an input value.GraphQLInputValueDefinition getLastInputValueDefinition()
GraphQLInputValueDefinition
that pointed to the value during a callback. This will
be either a GraphQLArgument
or a GraphQLInputObjectField
GraphQLInputValueDefinition
that contains this value