Getting last showcased batch for new label.
This commit is contained in:
parent
d1b54dc2c5
commit
ba376fa074
|
@ -673,7 +673,11 @@ const releaseFragment = `
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const batchFragment = `
|
const batchFragment = `
|
||||||
batches(first: 1, orderBy: CREATED_AT_DESC) {
|
batches(
|
||||||
|
first: 1,
|
||||||
|
orderBy: CREATED_AT_DESC,
|
||||||
|
filter: { showcased: { equalTo: true } }
|
||||||
|
) {
|
||||||
id
|
id
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in New Issue