Hierarchy

  • Error
    • GraphQLClientError

Constructors

  • Parameters

    • response: GraphQLResponse<unknown>
    • request: GraphQLRequestContext<Variables>

    Returns GraphQLClientError

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Properties

cause?: unknown
message: string
name: string
request: GraphQLRequestContext<Variables>
response: GraphQLResponse<unknown>
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

stackTraceLimit: number