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.inputElementsprivate final List<GraphQLInputSchemaElement> ValueTraverser.InputElements.unwrappedInputElementsMethods 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.InputElementsValueTraverser.InputElements.push(GraphQLInputSchemaElement inputElement) Constructors in graphql.analysis.values with parameters of type GraphQLInputSchemaElementConstructor parameters in graphql.analysis.values with type arguments of type GraphQLInputSchemaElementModifierConstructorDescriptionprivateInputElements(com.google.common.collect.ImmutableList<GraphQLInputSchemaElement> inputElements) -
Uses of GraphQLInputSchemaElement in graphql.schema
Subinterfaces of GraphQLInputSchemaElement in graphql.schemaModifier and TypeInterfaceDescriptioninterfaceInput types represent those set of types that are allowed to be accepted as graphql mutation input, as opposed toGraphQLOutputTypes which can only be used as graphql response output.interfaceNamed schema elements that contain input type information.interfaceInput types represent those set of types that are allowed to be accepted as graphql mutation input, as opposed toGraphQLOutputTypes which can only be used as graphql response output.Classes in graphql.schema that implement GraphQLInputSchemaElementModifier and TypeClassDescriptionclassThis represents the argument values that can be placed on anGraphQLAppliedDirective.classThis defines an argument that can be supplied to a graphql field (viaGraphQLFieldDefinition.classA graphql enumeration type has a limited set of values.classInput objects defined viaGraphQLInputObjectTypecontains these input fields.classgraphql 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.classA modified type that indicates there is a list of the underlying wrapped type, eg a list of strings or a list of booleans.classA modified type that indicates there the underlying wrapped type will not be null.classA scalar type is a leaf node in the graphql tree of types.classA special type to allow a object/interface types to reference itself.