Uses of Class
com.predic8.membrane.core.graphql.model.InputValueDefinition
Packages that use InputValueDefinition
Package
Description
An implementation of a https://spec.graphql.org/October2021/ parser.
-
Uses of InputValueDefinition in com.predic8.membrane.core.graphql
Methods in com.predic8.membrane.core.graphql that return types with arguments of type InputValueDefinitionModifier and TypeMethodDescriptionstatic List<InputValueDefinition>ParserUtil.parseOptionalArgumentsDefinition(Tokenizer t) -
Uses of InputValueDefinition in com.predic8.membrane.core.graphql.model
Constructor parameters in com.predic8.membrane.core.graphql.model with type arguments of type InputValueDefinitionModifierConstructorDescriptionDirectiveDefinition(String description, String name, List<InputValueDefinition> inputValueDefinitions, boolean repeatable, List<DirectiveLocation> directiveLocations) FieldDefinition(String description, String name, List<InputValueDefinition> inputValueDefinitions, Type type, List<Directive> directives)