Uses of Class
graphql.introspection.Introspection.TypeKind
-
Packages that use Introspection.TypeKind Package Description graphql graphql.introspection -
-
Uses of Introspection.TypeKind in graphql
Fields in graphql with type parameters of type Introspection.TypeKind Modifier and Type Field Description private static java.util.Map<java.lang.Class<? extends GraphQLType>,Introspection.TypeKind>TypeMismatchError.GraphQLTypeToTypeKindMapping. registryMethods in graphql that return Introspection.TypeKind Modifier and Type Method Description static Introspection.TypeKindTypeMismatchError.GraphQLTypeToTypeKindMapping. getTypeKindFromGraphQLType(GraphQLType type) -
Uses of Introspection.TypeKind in graphql.introspection
Methods in graphql.introspection that return Introspection.TypeKind Modifier and Type Method Description static Introspection.TypeKindIntrospection.TypeKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Introspection.TypeKind[]Introspection.TypeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-