Uses of Class
graphql.language.ObjectValue
Packages that use ObjectValue
Package
Description
-
Uses of ObjectValue in graphql.execution
Methods in graphql.execution with parameters of type ObjectValueModifier and TypeMethodDescriptionprivate static ObjectValuesResolverConversion.literalToInternalValueForInputObject(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType type, ObjectValue inputValue, CoercedVariables coercedVariables, GraphQLContext graphqlContext, Locale locale) no validationprivate static ObjectValuesResolver.literalToNormalizedValueForInputObject(GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType type, ObjectValue inputObjectLiteral, Map<String, NormalizedInputValue> normalizedVariables) private static Map<String, ObjectField> ValuesResolverConversion.mapObjectValueFieldsByName(ObjectValue inputValue) -
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) Constructors in graphql.language with parameters of type ObjectValue -
Uses of ObjectValue in graphql.normalized
Methods in graphql.normalized with parameters of type ObjectValueModifier and TypeMethodDescriptionValueToVariableValueCompiler.toVariableValue(ObjectValue objectValue) -
Uses of ObjectValue in graphql.validation
Methods in graphql.validation with parameters of type ObjectValueModifier and TypeMethodDescriptionvoidAbstractRule.checkObjectValue(ObjectValue objectValue) private voidRulesVisitor.checkObjectValue(ObjectValue node) private Map<String, ObjectField> ValidationUtil.fieldMap(ObjectValue objectValue) -
Uses of ObjectValue in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type ObjectValueModifier and TypeMethodDescriptionvoidUniqueObjectFieldName.checkObjectValue(ObjectValue objectValue)