Returned when the requested feature was removed.

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

Indexable

[key: string]: any

Properties

Properties

code: "FeatureRemoved"

Generated using TypeDoc