Uses of Class
graphql.schema.GraphQLInputObjectType
Packages that use GraphQLInputObjectType
Package
Description
-
Uses of GraphQLInputObjectType in graphql.analysis.values
Methods in graphql.analysis.values with parameters of type GraphQLInputObjectTypeModifier and TypeMethodDescriptiondefault @Nullable ObjectValueVisitor.visitInputObjectFieldValue(@Nullable Object coercedValue, GraphQLInputObjectType inputObjectType, GraphQLInputObjectField inputObjectField, ValueVisitor.InputElements inputElements) This is called when an input object field value is encounteredValueVisitor.visitInputObjectValue(@Nullable Map<String, Object> coercedValue, GraphQLInputObjectType inputObjectType, ValueVisitor.InputElements inputElements) This is called when an input object value is encountered. -
Uses of GraphQLInputObjectType in graphql.schema
Methods in graphql.schema that return GraphQLInputObjectTypeModifier and TypeMethodDescriptionGraphQLInputObjectType.Builder.build()GraphQLInputObjectType.transform(Consumer<GraphQLInputObjectType.Builder> builderConsumer) This helps you transform the current GraphQLInputObjectType into another one by starting a builder with all the current values and allows you to transform it how you want.GraphQLInputObjectType.withNewChildren(SchemaElementChildrenContainer newChildren) Methods in graphql.schema with parameters of type GraphQLInputObjectTypeModifier and TypeMethodDescriptionGraphQLInputObjectType.newInputObject(GraphQLInputObjectType existing) GraphQLTypeVisitor.visitGraphQLInputObjectType(GraphQLInputObjectType node, TraverserContext<GraphQLSchemaElement> context) GraphQLTypeVisitorStub.visitGraphQLInputObjectType(GraphQLInputObjectType node, TraverserContext<GraphQLSchemaElement> context) Constructors in graphql.schema with parameters of type GraphQLInputObjectType -
Uses of GraphQLInputObjectType in graphql.schema.idl
Methods in graphql.schema.idl that return GraphQLInputObjectTypeModifier and TypeMethodDescriptiondefault GraphQLInputObjectTypeSchemaDirectiveWiring.onInputObjectType(SchemaDirectiveWiringEnvironment<GraphQLInputObjectType> environment) This is called when an input object is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementSchemaGeneratorDirectiveHelper.onInputObjectType(GraphQLInputObjectType inputObjectType, graphql.schema.idl.SchemaGeneratorDirectiveHelper.Parameters params) Methods in graphql.schema.idl with parameters of type GraphQLInputObjectTypeModifier and TypeMethodDescriptionSchemaGeneratorDirectiveHelper.onInputObjectType(GraphQLInputObjectType inputObjectType, graphql.schema.idl.SchemaGeneratorDirectiveHelper.Parameters params) Method parameters in graphql.schema.idl with type arguments of type GraphQLInputObjectTypeModifier and TypeMethodDescriptiondefault GraphQLInputObjectTypeSchemaDirectiveWiring.onInputObjectType(SchemaDirectiveWiringEnvironment<GraphQLInputObjectType> environment) This is called when an input object is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL element -
Uses of GraphQLInputObjectType in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLInputObjectTypeModifier and TypeMethodDescriptionGraphQLTypeCollectingVisitor.visitGraphQLInputObjectType(GraphQLInputObjectType node, TraverserContext<GraphQLSchemaElement> context) MultiReadOnlyGraphQLTypeVisitor.visitGraphQLInputObjectType(GraphQLInputObjectType node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLInputObjectType in graphql.schema.validation
Methods in graphql.schema.validation with parameters of type GraphQLInputObjectTypeModifier and TypeMethodDescriptionDefaultValuesAreValid.visitGraphQLInputObjectType(GraphQLInputObjectType node, TraverserContext<GraphQLSchemaElement> context) TypeAndFieldRule.visitGraphQLInputObjectType(GraphQLInputObjectType type, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLInputObjectType in graphql.schema.visitor
Subinterfaces with type arguments of type GraphQLInputObjectType in graphql.schema.visitorModifier and TypeInterfaceDescriptionstatic interfaceAGraphQLSchemaVisitorEnvironmentenvironment specific toGraphQLInputObjectTypeMethods in graphql.schema.visitor that return GraphQLInputObjectTypeModifier and TypeMethodDescriptionGraphQLSchemaVisitor.InputObjectFieldVisitorEnvironment.getContainer()Methods in graphql.schema.visitor with parameters of type GraphQLInputObjectTypeModifier and TypeMethodDescriptiondefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitInputObjectType(GraphQLInputObjectType inputObjectType, GraphQLSchemaVisitor.InputObjectTypeVisitorEnvironment environment) Called when visiting aGraphQLInputObjectTypein the schema -
Uses of GraphQLInputObjectType in graphql.validation
Methods in graphql.validation with parameters of type GraphQLInputObjectTypeModifier and TypeMethodDescriptionprotected voidArgumentValidationUtil.handleExtraFieldError(Value<?> value, GraphQLInputObjectType type, ObjectField objectField) protected voidValidationUtil.handleExtraFieldError(Value<?> value, GraphQLInputObjectType type, ObjectField objectField) protected voidArgumentValidationUtil.handleFieldNotValidError(ObjectField objectField, GraphQLInputObjectType type) protected voidValidationUtil.handleFieldNotValidError(ObjectField objectField, GraphQLInputObjectType type) protected voidArgumentValidationUtil.handleMissingFieldsError(Value<?> value, GraphQLInputObjectType type, Set<String> missingFields) protected voidValidationUtil.handleMissingFieldsError(Value<?> value, GraphQLInputObjectType type, Set<String> missingFields) protected voidArgumentValidationUtil.handleNotObjectError(Value<?> value, GraphQLInputObjectType type) protected voidValidationUtil.handleNotObjectError(Value<?> value, GraphQLInputObjectType type)