We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dc6b4 commit 2a0dbf2Copy full SHA for 2a0dbf2
web/src/hooks/queries/useDrawQuery.ts
@@ -6,7 +6,7 @@ export type { DrawQuery };
6
7
const drawQuery = graphql(`
8
query Draw($address: String, $disputeID: String, $roundID: String) {
9
- draws(where: { dispute: $disputeID, juror: $address, round: $roundID }) {
+ draws(first: 1000, where: { dispute: $disputeID, juror: $address, round: $roundID }) {
10
voteIDNum
11
}
12
0 commit comments