@@ -519,7 +519,7 @@ exports.QUERY_PAYMENTS_FOR_EXPORT = `
|
||||
}`;
|
||||
|
||||
exports.QUERY_TRANSITIONS_BY_JOBID = `query QUERY_TRANSITIONS_BY_JOBID($jobids: [uuid!]!) {
|
||||
transitions(where: {jobid: {_in: $jobids}}, order_by: {created_at: asc}) {
|
||||
transitions(where: {jobid: {_in: $jobids}}, order_by: {end: desc}) {
|
||||
start
|
||||
end
|
||||
value
|
||||
|
||||
Reference in New Issue
Block a user