Uses of Class
com.predic8.membrane.core.graphql.model.Type
Packages that use Type
Package
Description
An implementation of a https://spec.graphql.org/October2021/ parser.
-
Uses of Type in com.predic8.membrane.core.graphql
Methods in com.predic8.membrane.core.graphql that return Type -
Uses of Type in com.predic8.membrane.core.graphql.model
Subclasses of Type in com.predic8.membrane.core.graphql.modelConstructors in com.predic8.membrane.core.graphql.model with parameters of type TypeModifierConstructorDescriptionFieldDefinition(String description, String name, List<InputValueDefinition> inputValueDefinitions, Type type, List<Directive> directives) FragmentDefinition(String name, Type condition, List<Directive> directives, List<Selection> selections) InputValueDefinition(String description, String name, Type type, Value defaultValue, List<Directive> directives)