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

    Interface GraphQLExtensionChainTooWideError

    Returned when an Extension declares more than 5 direct dependencies.

    interface GraphQLExtensionChainTooWideError {
        code: "ExtensionChainTooWide";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

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

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