forked from DebaucheryLibrarian/traxxx
Getting last showcased batch for new label.
This commit is contained in:
@@ -673,7 +673,11 @@ const releaseFragment = `
|
||||
`;
|
||||
|
||||
const batchFragment = `
|
||||
batches(first: 1, orderBy: CREATED_AT_DESC) {
|
||||
batches(
|
||||
first: 1,
|
||||
orderBy: CREATED_AT_DESC,
|
||||
filter: { showcased: { equalTo: true } }
|
||||
) {
|
||||
id
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user