ReindexJobDetail
No description
type ReindexJobDetail {
name: String!
state: String!
progress: String
data: String
}
Fields
ReindexJobDetail.name ● String! non-null scalar
ReindexJobDetail.state ● String! non-null scalar
ReindexJobDetail.progress ● String scalar
Job progress as JSON string
ReindexJobDetail.data ● String scalar
Job data as JSON string
Member Of
ReindexStatusResponse object