Skip to main content

isScalarType

Callable

  • isScalarType(type: unknown): type is GraphQLScalarType<unknown, unknown>

  • There are predicates for each kind of GraphQL type.


    Parameters

    • type: unknown

    Returns type is GraphQLScalarType<unknown, unknown>