Uses of Class
graphql.language.ObjectField
Packages that use ObjectField
Package
Description
-
Uses of ObjectField in graphql.analysis
Methods in graphql.analysis with parameters of type ObjectFieldModifier and TypeMethodDescriptionNodeVisitorWithTypeTracking.visitObjectField(ObjectField node, TraverserContext<Node> context) -
Uses of ObjectField in graphql.execution
Methods in graphql.execution that return types with arguments of type ObjectFieldModifier and TypeMethodDescriptionprivate static Map<String, ObjectField> ValuesResolverConversion.mapObjectValueFieldsByName(ObjectValue inputValue) -
Uses of ObjectField in graphql.language
Fields in graphql.language with type parameters of type ObjectFieldModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList<ObjectField> ObjectValue.Builder.objectFieldsprivate final com.google.common.collect.ImmutableList<ObjectField> ObjectValue.objectFieldsMethods in graphql.language that return ObjectFieldModifier and TypeMethodDescriptionObjectField.Builder.build()ObjectField.deepCopy()ObjectField.transform(Consumer<ObjectField.Builder> builderConsumer) ObjectField.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language that return types with arguments of type ObjectFieldModifier and TypeMethodDescriptionObjectValue.getObjectFields()private AstPrinter.NodePrinter<ObjectField> AstPrinter.objectField()Methods in graphql.language with parameters of type ObjectFieldModifier and TypeMethodDescriptionObjectValue.Builder.objectField(ObjectField objectField) NodeVisitor.visitObjectField(ObjectField node, TraverserContext<Node> data) NodeVisitorStub.visitObjectField(ObjectField node, TraverserContext<Node> context) Method parameters in graphql.language with type arguments of type ObjectFieldModifier and TypeMethodDescriptionObjectValue.Builder.objectFields(List<ObjectField> objectFields) Constructors in graphql.language with parameters of type ObjectFieldConstructor parameters in graphql.language with type arguments of type ObjectFieldModifierConstructorDescriptionObjectValue(List<ObjectField> objectFields) alternative to using a Builder for convenienceprotectedObjectValue(List<ObjectField> objectFields, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) -
Uses of ObjectField in graphql.schema.idl
Methods in graphql.schema.idl with parameters of type ObjectFieldModifier and TypeMethodDescriptionprivate voidArgValueOfAllowedTypeChecker.checkArgInputObjectValueFieldMatchesAllowedDefinition(List<GraphQLError> errors, ObjectField objectField, InputValueDefinition allowedValueDef) -
Uses of ObjectField in graphql.validation
Methods in graphql.validation that return types with arguments of type ObjectFieldModifier and TypeMethodDescriptionprivate Map<String, ObjectField> ValidationUtil.fieldMap(ObjectValue objectValue) Methods in graphql.validation with parameters of type ObjectFieldModifier and TypeMethodDescriptionprivate voidTraversalContext.enterImpl(ObjectField objectField) protected 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) Method parameters in graphql.validation with type arguments of type ObjectFieldModifier and TypeMethodDescriptionValidationUtil.getMissingFields(GraphQLInputObjectType type, Map<String, ObjectField> objectFieldMap, GraphqlFieldVisibility fieldVisibility)