Returned when the request results in too much data being returned from the API. Adjust the request query to reduce the size of the data returned.

interface GraphQLContentTooLargeError {
    code: "ContentTooLarge";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "ContentTooLarge"