Merge branch 'release/2024-04-26' into release/AIO/2024-04-26
This commit is contained in:
@@ -2469,3 +2469,12 @@ query QUERY_TASK_BY_ID($id: uuid!) {
|
||||
}
|
||||
|
||||
`;
|
||||
|
||||
|
||||
exports.GET_JOBS_BY_PKS = `query GET_JOBS_BY_PKS($ids: [uuid!]!) {
|
||||
jobs(where: {id: {_in: $ids}}) {
|
||||
id
|
||||
shopid
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user