Uses of Class
graphql.language.ObjectValue
Packages that use ObjectValue
-
Uses of ObjectValue in graphql.language
Methods in graphql.language that return ObjectValueModifier and TypeMethodDescriptionObjectValue.Builder.build()ObjectValue.deepCopy()ObjectValue.transform(Consumer<ObjectValue.Builder> builderConsumer) ObjectValue.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language with parameters of type ObjectValueModifier and TypeMethodDescriptionNodeVisitor.visitObjectValue(ObjectValue node, TraverserContext<Node> data) NodeVisitorStub.visitObjectValue(ObjectValue node, TraverserContext<Node> context) -
Uses of ObjectValue in graphql.validation
Methods in graphql.validation with parameters of type ObjectValue -
Uses of ObjectValue in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type ObjectValueModifier and TypeMethodDescriptionvoidUniqueObjectFieldName.checkObjectValue(ObjectValue objectValue)