Uses of Class
com.predic8.membrane.core.graphql.model.NamedType
Packages that use NamedType
Package
Description
An implementation of a https://spec.graphql.org/October2021/ parser.
-
Uses of NamedType in com.predic8.membrane.core.graphql
Methods in com.predic8.membrane.core.graphql that return types with arguments of type NamedTypeModifier and TypeMethodDescriptionParserUtil.parseImplements(Tokenizer tokenizer) ParserUtil.parseUnionMemberTypes(Tokenizer tokenizer) -
Uses of NamedType in com.predic8.membrane.core.graphql.model
Constructors in com.predic8.membrane.core.graphql.model with parameters of type NamedTypeModifierConstructorDescriptionRootOperationTypeDefinition(OperationType operationType, NamedType type) Constructor parameters in com.predic8.membrane.core.graphql.model with type arguments of type NamedTypeModifierConstructorDescriptionInterfaceTypeDefinition(String description, String name, List<NamedType> implementsInterfaces, List<Directive> directives, List<FieldDefinition> fieldDefinitions) ObjectTypeDefinition(String description, String name, List<NamedType> implementsInterfaces, List<Directive> directives, List<FieldDefinition> fieldDefinitions)