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

    Interface GraphQLInvalidInputError

    Returned when an invalid input has been sent.

    interface GraphQLInvalidInputError {
        code: "InvalidInput";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "InvalidInput"

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