We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1343c7e commit 34e51edCopy full SHA for 34e51ed
src/app/Scenes/CollectionsByCategory/CollectionRail.tsx
@@ -65,7 +65,7 @@ const fragment = graphql`
65
title @required(action: NONE)
66
slug @required(action: NONE)
67
68
- artworksConnection(first: 10) {
+ artworksConnection(first: 10, sort: "-decayed_merch") {
69
counts @required(action: NONE) {
70
total
71
}
0 commit comments