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

    Interface GraphQLMissingDependencyError

    Returned when a referenced Extension does not exist or is not applicable to the same trigger.

    interface GraphQLMissingDependencyError {
        code: "MissingDependency";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

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

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