CancelReindexResponse
No description
type CancelReindexResponse {
cancelled: Boolean!
removedJobs: Int!
}
Fields
CancelReindexResponse.cancelled ● Boolean! non-null scalar
CancelReindexResponse.removedJobs ● Int! non-null scalar
Returned By
productSearchFullReindexCancel mutation