Interface GraphQLResourceSizeLimitExceededError

Returned when the resource exceeds the maximum allowed size of 16 MB.

interface GraphQLResourceSizeLimitExceededError {
    code: "ResourceSizeLimitExceeded";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "ResourceSizeLimitExceeded"

Generated using TypeDoc