Interface GraphQLSearchIndexingInProgressError

Returned when the indexing of Product information is still in progress for Projects that have indexing activated.

interface GraphQLSearchIndexingInProgressError {
    code: "SearchIndexingInProgress";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "SearchIndexingInProgress"

Generated using TypeDoc