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

    Interface GraphQLCircularDependencyError

    Returned when a circular reference is detected among Extension dependencies.

    interface GraphQLCircularDependencyError {
        code: "CircularDependency";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

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

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