@gradientedge/commercetools-utils
    Preparing search index...

    Interface GraphQLExtensionChainTooDeepError

    Returned when the Extension dependency chain exceeds 3 layers.

    interface GraphQLExtensionChainTooDeepError {
        code: "ExtensionChainTooDeep";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index
    code: "ExtensionChainTooDeep"

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