Uses of Interface
graphql.language.TypeDefinition
Packages that use TypeDefinition
-
Uses of TypeDefinition in graphql.language
Classes in graphql.language with type parameters of type TypeDefinitionModifier and TypeInterfaceDescriptioninterfaceImplementingTypeDefinition<T extends TypeDefinition>ATypeDefinitionthat might implement interfacesinterfaceTypeDefinition<T extends TypeDefinition>An interface for type definitions in a Schema Definition Language (SDL).Subinterfaces of TypeDefinition in graphql.languageModifier and TypeInterfaceDescriptioninterfaceImplementingTypeDefinition<T extends TypeDefinition>ATypeDefinitionthat might implement interfacesClasses in graphql.language that implement TypeDefinitionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassMethods in graphql.language with parameters of type TypeDefinitionModifier and TypeMethodDescriptionstatic TypeKindTypeKind.getTypeKind(TypeDefinition def) protected TraversalControlNodeVisitorStub.visitTypeDefinition(TypeDefinition<?> node, TraverserContext<Node> context) -
Uses of TypeDefinition in graphql.parser
Methods in graphql.parser that return TypeDefinitionModifier and TypeMethodDescriptionprotected TypeDefinitionGraphqlAntlrToLanguage.createTypeDefinition(GraphqlParser.TypeDefinitionContext ctx) protected TypeDefinitionGraphqlAntlrToLanguage.createTypeExtension(GraphqlParser.TypeExtensionContext ctx) -
Uses of TypeDefinition in graphql.schema.idl
Methods in graphql.schema.idl with type parameters of type TypeDefinitionModifier and TypeMethodDescription<T extends TypeDefinition>
Optional<T> <T extends TypeDefinition>
Optional<T> <T extends TypeDefinition>
List<T> Returns a list of types in the registry of that specified class<T extends TypeDefinition>
Map<String, T> TypeDefinitionRegistry.getTypesMap(Class<T> targetClass) Returns a map of types in the registry of that specified class keyed by nameMethods in graphql.schema.idl that return TypeDefinitionMethods in graphql.schema.idl that return types with arguments of type TypeDefinition -
Uses of TypeDefinition in graphql.schema.idl.errors
Constructors in graphql.schema.idl.errors with parameters of type TypeDefinitionModifierConstructorDescriptionMissingInterfaceTypeError(String typeOfType, TypeDefinition typeDefinition, TypeName typeName) MissingTypeError(String typeOfType, TypeDefinition typeDefinition, TypeName typeName) MissingTypeResolverError(TypeDefinition typeDefinition) NonUniqueArgumentError(TypeDefinition typeDefinition, EnumValueDefinition enumValueDefinition, String argumentName) NonUniqueArgumentError(TypeDefinition typeDefinition, FieldDefinition fieldDefinition, String argumentName) NonUniqueArgumentError(TypeDefinition typeDefinition, InputValueDefinition inputValueDefinition, String argumentName) NonUniqueDirectiveError(TypeDefinition typeDefinition, EnumValueDefinition enumValueDefinition, String directiveName) NonUniqueDirectiveError(TypeDefinition typeDefinition, FieldDefinition fieldDefinition, String directiveName) NonUniqueDirectiveError(TypeDefinition typeDefinition, InputValueDefinition inputValueDefinition, String directiveName) NonUniqueNameError(TypeDefinition typeDefinition, EnumValueDefinition enumValueDefinition) NonUniqueNameError(TypeDefinition typeDefinition, FieldDefinition fieldDefinition) NonUniqueNameError(TypeDefinition typeDefinition, InputValueDefinition inputValueDefinition) NotAnInputTypeError(Type rawType, TypeDefinition typeDefinition) NotAnOutputTypeError(Type rawType, TypeDefinition typeDefinition) TypeExtensionDirectiveRedefinitionError(TypeDefinition typeExtensionDefinition, Directive directive) TypeExtensionEnumValueRedefinitionError(TypeDefinition typeDefinition, EnumValueDefinition enumValueDefinition) TypeExtensionFieldRedefinitionError(TypeDefinition typeDefinition, FieldDefinition fieldDefinition) TypeExtensionFieldRedefinitionError(TypeDefinition typeDefinition, InputValueDefinition fieldDefinition) TypeExtensionMissingBaseTypeError(TypeDefinition typeExtensionDefinition) TypeRedefinitionError(TypeDefinition newEntry, TypeDefinition oldEntry)