Returned when the requested feature was removed.

interface GraphQLFeatureRemovedError {
    code: "FeatureRemoved";
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

code: "FeatureRemoved"

One of the error codes that is listed on the Errors page.