Hello,
Please, can anyone help me with graphQL, I use the reviews field on the query but perhaps I have no data from this
here is my query:
begin request
{project(where: {
id: “************************”,
}) {
labelCount
labels(first: 100, skip: 0) {
id
dataRow {
id
externalId
createdAt
globalKey
}
createdAt
secondsToLabel
secondsToCreate
secondsToReview
contentLastUpdatedAt
# label
agreement
createdBy {
email
}
updatedAt
reviews {
id
updatedAt
createdAt
# secondsToReview
createdBy {
email
}
}
}
}}