ReindexStatusResponse
No description
type ReindexStatusResponse {
reindexId: String!
progress: ReindexProgress
jobs: [ReindexJobDetail!]
}
No description
type ReindexStatusResponse {
reindexId: String!
progress: ReindexProgress
jobs: [ReindexJobDetail!]
}
ReindexStatusResponse.reindexId ● String! non-null scalarReindexStatusResponse.progress ● ReindexProgress objectReindexStatusResponse.jobs ● [ReindexJobDetail!] list object