Uses of Interface
graphql.schema.GraphQLInputSchemaElement
Packages that use GraphQLInputSchemaElement
-
Uses of GraphQLInputSchemaElement in graphql.analysis.values
Fields in graphql.analysis.values with type parameters of type GraphQLInputSchemaElementModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<GraphQLInputSchemaElement> ValueTraverser.InputElements.inputElements
private final List
<GraphQLInputSchemaElement> ValueTraverser.InputElements.unwrappedInputElements
Methods in graphql.analysis.values that return types with arguments of type GraphQLInputSchemaElementModifier and TypeMethodDescriptionValueTraverser.InputElements.getInputElements()
ValueVisitor.InputElements.getInputElements()
ValueTraverser.InputElements.getUnwrappedInputElements()
ValueVisitor.InputElements.getUnwrappedInputElements()
This is the list of input schema elements that are unwrapped, e.g.Methods in graphql.analysis.values with parameters of type GraphQLInputSchemaElementModifier and TypeMethodDescriptionprivate ValueTraverser.InputElements
ValueTraverser.InputElements.push
(GraphQLInputSchemaElement inputElement) Constructors in graphql.analysis.values with parameters of type GraphQLInputSchemaElementConstructor parameters in graphql.analysis.values with type arguments of type GraphQLInputSchemaElementModifierConstructorDescriptionprivate
InputElements
(com.google.common.collect.ImmutableList<GraphQLInputSchemaElement> inputElements) -
Uses of GraphQLInputSchemaElement in graphql.schema
Subinterfaces of GraphQLInputSchemaElement in graphql.schemaModifier and TypeInterfaceDescriptioninterface
Input types represent those set of types that are allowed to be accepted as graphql mutation input, as opposed toGraphQLOutputType
s which can only be used as graphql response output.interface
Named schema elements that contain input type information.interface
Input types represent those set of types that are allowed to be accepted as graphql mutation input, as opposed toGraphQLOutputType
s which can only be used as graphql response output.Classes in graphql.schema that implement GraphQLInputSchemaElementModifier and TypeClassDescriptionclass
This represents the argument values that can be placed on anGraphQLAppliedDirective
.class
This defines an argument that can be supplied to a graphql field (viaGraphQLFieldDefinition
.class
A graphql enumeration type has a limited set of values.class
Input objects defined viaGraphQLInputObjectType
contains these input fields.class
graphql clearly delineates between the types of objects that represent the output of a query and input objects that can be fed into a graphql mutation.class
A modified type that indicates there is a list of the underlying wrapped type, eg a list of strings or a list of booleans.class
A modified type that indicates there the underlying wrapped type will not be null.class
A scalar type is a leaf node in the graphql tree of types.class
A special type to allow a object/interface types to reference itself.