Uses of Interface
com.predic8.membrane.core.graphql.model.Value
Packages that use Value
Package
Description
An implementation of a https://spec.graphql.org/October2021/ parser.
-
Uses of Value in com.predic8.membrane.core.graphql
Methods in com.predic8.membrane.core.graphql that return ValueModifier and TypeMethodDescriptionstatic ValueParserUtil.parseValueConst(Tokenizer tokenizer) static ValueParserUtil.parseValueQuestionConst(Tokenizer tokenizer) -
Uses of Value in com.predic8.membrane.core.graphql.model
Classes in com.predic8.membrane.core.graphql.model that implement ValueModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassConstructors in com.predic8.membrane.core.graphql.model with parameters of type ValueModifierConstructorDescriptionInputValueDefinition(String description, String name, Type type, Value defaultValue, List<Directive> directives) ObjectField(String name, Value value) Constructor parameters in com.predic8.membrane.core.graphql.model with type arguments of type Value