matic
10/27/2017, 9:22 AMmatic
10/27/2017, 9:27 AMquery LatestRequests ($now: DateTime) {
allRequests(orderBy: createdAt_DESC, filter: {
documents_none: {
createdAt_lt: $now
}
}) {
id
description
createdAt
_documentsMeta {
count
}
}
}
Is there any better solution?iamclaytonray
10/27/2017, 12:23 PMiamclaytonray
10/27/2017, 12:23 PMiamclaytonray
10/27/2017, 12:24 PM