Uses of Class
graphql.schema.GraphQLInputObjectField
-
-
Uses of GraphQLInputObjectField in graphql.analysis
Methods in graphql.analysis with parameters of type GraphQLInputObjectField Modifier and Type Method Description (package private) QueryVisitorFieldArgumentInputValueImplQueryVisitorFieldArgumentInputValueImpl. incompleteNewChild(GraphQLInputObjectField inputObjectField) -
Uses of GraphQLInputObjectField in graphql.analysis.values
Methods in graphql.analysis.values with parameters of type GraphQLInputObjectField Modifier and Type Method Description default @Nullable java.lang.ObjectValueVisitor. visitInputObjectFieldValue(@Nullable java.lang.Object coercedValue, GraphQLInputObjectType inputObjectType, GraphQLInputObjectField inputObjectField, ValueVisitor.InputElements inputElements)This is called when an input object field value is encountered -
Uses of GraphQLInputObjectField in graphql.execution
Constructors in graphql.execution with parameters of type GraphQLInputObjectField Constructor Description NonNullableValueCoercedAsNullException(GraphQLInputObjectField inputTypeField)NonNullableValueCoercedAsNullException(GraphQLInputObjectField inputTypeField, java.util.List<java.lang.Object> path) -
Uses of GraphQLInputObjectField in graphql.relay
Method parameters in graphql.relay with type arguments of type GraphQLInputObjectField Modifier and Type Method Description GraphQLFieldDefinitionRelay. mutation(java.lang.String name, java.lang.String fieldName, java.util.List<GraphQLInputObjectField> inputFields, java.util.List<GraphQLFieldDefinition> outputFields, DataFetcher dataFetcher)GraphQLFieldDefinitionRelay. mutationWithClientMutationId(java.lang.String name, java.lang.String fieldName, java.util.List<GraphQLInputObjectField> inputFields, java.util.List<GraphQLFieldDefinition> outputFields, DataFetcher dataFetcher) -
Uses of GraphQLInputObjectField in graphql.schema
Fields in graphql.schema with type parameters of type GraphQLInputObjectField Modifier and Type Field Description private com.google.common.collect.ImmutableMap<java.lang.String,GraphQLInputObjectField>GraphQLInputObjectType. fieldMapprivate java.util.Map<java.lang.String,GraphQLInputObjectField>GraphQLInputObjectType.Builder. fieldsMethods in graphql.schema that return GraphQLInputObjectField Modifier and Type Method Description GraphQLInputObjectFieldGraphQLInputObjectField.Builder. build()GraphQLInputObjectFieldGraphQLInputObjectType. getField(java.lang.String name)GraphQLInputObjectFieldGraphQLInputFieldsContainer. getFieldDefinition(java.lang.String name)GraphQLInputObjectFieldGraphQLInputObjectType. getFieldDefinition(java.lang.String name)GraphQLInputObjectFieldGraphQLInputObjectField. transform(java.util.function.Consumer<GraphQLInputObjectField.Builder> builderConsumer)This helps you transform the current GraphQLInputObjectField into another one by starting a builder with all the current values and allows you to transform it how you want.GraphQLInputObjectFieldGraphQLInputObjectField. withNewChildren(SchemaElementChildrenContainer newChildren)Methods in graphql.schema that return types with arguments of type GraphQLInputObjectField Modifier and Type Method Description private com.google.common.collect.ImmutableMap<java.lang.String,GraphQLInputObjectField>GraphQLInputObjectType. buildDefinitionMap(java.util.List<GraphQLInputObjectField> fieldDefinitions)java.util.List<GraphQLInputObjectField>GraphQLInputFieldsContainer. getFieldDefinitions()java.util.List<GraphQLInputObjectField>GraphQLInputObjectType. getFieldDefinitions()java.util.List<GraphQLInputObjectField>GraphQLInputObjectType. getFields()Method parameters in graphql.schema with type arguments of type GraphQLInputObjectField Modifier and Type Method Description private com.google.common.collect.ImmutableMap<java.lang.String,GraphQLInputObjectField>GraphQLInputObjectType. buildDefinitionMap(java.util.List<GraphQLInputObjectField> fieldDefinitions)GraphQLInputObjectType.BuilderGraphQLInputObjectType.Builder. fields(java.util.List<GraphQLInputObjectField> fields)GraphQLInputObjectType.BuilderGraphQLInputObjectType.Builder. replaceFields(java.util.List<GraphQLInputObjectField> fields)Constructors in graphql.schema with parameters of type GraphQLInputObjectField Constructor Description Builder(GraphQLInputObjectField existing)Constructor parameters in graphql.schema with type arguments of type GraphQLInputObjectField Constructor Description GraphQLInputObjectType(java.lang.String name, java.lang.String description, java.util.List<GraphQLInputObjectField> fields, java.util.List<GraphQLDirective> directives, java.util.List<GraphQLAppliedDirective> appliedDirectives, InputObjectTypeDefinition definition, java.util.List<InputObjectTypeExtensionDefinition> extensionDefinitions) -
Uses of GraphQLInputObjectField in graphql.schema.diffing
Methods in graphql.schema.diffing with parameters of type GraphQLInputObjectField Modifier and Type Method Description private voidSchemaGraphFactory. handleInputField(Vertex inputFieldVertex, GraphQLInputObjectField inputField, SchemaGraph schemaGraph, GraphQLSchema graphQLSchema)private VertexSchemaGraphFactory. newInputField(GraphQLInputObjectField inputField, SchemaGraph schemaGraph, boolean isIntrospectionNode) -
Uses of GraphQLInputObjectField in graphql.schema.idl
Methods in graphql.schema.idl that return GraphQLInputObjectField Modifier and Type Method Description private GraphQLInputObjectFieldSchemaGeneratorHelper. buildInputField(SchemaGeneratorHelper.BuildContext buildCtx, InputValueDefinition fieldDef)default GraphQLInputObjectFieldSchemaDirectiveWiring. onInputObjectField(SchemaDirectiveWiringEnvironment<GraphQLInputObjectField> environment)This is called when an input object field is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementprivate GraphQLInputObjectFieldSchemaGeneratorDirectiveHelper. onInputObjectField(GraphQLInputObjectField element, SchemaGeneratorDirectiveHelper.Parameters params)Methods in graphql.schema.idl with parameters of type GraphQLInputObjectField Modifier and Type Method Description private GraphQLInputObjectFieldSchemaGeneratorDirectiveHelper. onInputObjectField(GraphQLInputObjectField element, SchemaGeneratorDirectiveHelper.Parameters params)Method parameters in graphql.schema.idl with type arguments of type GraphQLInputObjectField Modifier and Type Method Description default GraphQLInputObjectFieldSchemaDirectiveWiring. onInputObjectField(SchemaDirectiveWiringEnvironment<GraphQLInputObjectField> environment)This is called when an input object field is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL element -
Uses of GraphQLInputObjectField in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLInputObjectField Modifier and Type Method Description TraversalControlGraphQLTypeCollectingVisitor. visitGraphQLInputObjectField(GraphQLInputObjectField node, TraverserContext<GraphQLSchemaElement> context)TraversalControlMultiReadOnlyGraphQLTypeVisitor. visitGraphQLInputObjectField(GraphQLInputObjectField node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLInputObjectField in graphql.schema.transform
Methods in graphql.schema.transform with parameters of type GraphQLInputObjectField Modifier and Type Method Description TraversalControlFieldVisibilitySchemaTransformation.FieldRemovalVisitor. visitGraphQLInputObjectField(GraphQLInputObjectField definition, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLInputObjectField in graphql.schema.validation
Methods in graphql.schema.validation with parameters of type GraphQLInputObjectField Modifier and Type Method Description private voidTypeAndFieldRule. validateInputFieldDefinition(java.lang.String typeName, GraphQLInputObjectField inputObjectField, SchemaValidationErrorCollector errorCollector)TraversalControlDefaultValuesAreValid. visitGraphQLInputObjectField(GraphQLInputObjectField inputObjectField, TraverserContext<GraphQLSchemaElement> context)TraversalControlInputAndOutputTypesUsedAppropriately. visitGraphQLInputObjectField(GraphQLInputObjectField fieldDef, TraverserContext<GraphQLSchemaElement> context)TraversalControlOneOfInputObjectRules. visitGraphQLInputObjectField(GraphQLInputObjectField inputObjectField, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLInputObjectField in graphql.schema.visibility
Methods in graphql.schema.visibility that return GraphQLInputObjectField Modifier and Type Method Description GraphQLInputObjectFieldBlockedFields. getFieldDefinition(GraphQLInputFieldsContainer fieldsContainer, java.lang.String fieldName)GraphQLInputObjectFieldDefaultGraphqlFieldVisibility. getFieldDefinition(GraphQLInputFieldsContainer fieldsContainer, java.lang.String fieldName)default GraphQLInputObjectFieldGraphqlFieldVisibility. getFieldDefinition(GraphQLInputFieldsContainer fieldsContainer, java.lang.String fieldName)Called to get a named field from an input object typeMethods in graphql.schema.visibility that return types with arguments of type GraphQLInputObjectField Modifier and Type Method Description java.util.List<GraphQLInputObjectField>BlockedFields. getFieldDefinitions(GraphQLInputFieldsContainer fieldsContainer)java.util.List<GraphQLInputObjectField>DefaultGraphqlFieldVisibility. getFieldDefinitions(GraphQLInputFieldsContainer fieldsContainer)default java.util.List<GraphQLInputObjectField>GraphqlFieldVisibility. getFieldDefinitions(GraphQLInputFieldsContainer fieldsContainer)Called to get the list of fields from an input object type -
Uses of GraphQLInputObjectField in graphql.schema.visitor
Methods in graphql.schema.visitor with parameters of type GraphQLInputObjectField Modifier and Type Method Description TraversalControlGraphQLSchemaVisitorAdapter. visitGraphQLInputObjectField(GraphQLInputObjectField node, TraverserContext<GraphQLSchemaElement> context)default GraphQLSchemaTraversalControlGraphQLSchemaVisitor. visitInputObjectField(GraphQLInputObjectField inputObjectField, GraphQLSchemaVisitor.InputObjectFieldVisitorEnvironment environment)Called when visiting aGraphQLInputObjectFieldin the schema
-