diff --git a/src/clients/SnapshotGraphql.ts b/src/clients/SnapshotGraphql.ts index 5454560a1..e69793d62 100644 --- a/src/clients/SnapshotGraphql.ts +++ b/src/clients/SnapshotGraphql.ts @@ -267,7 +267,7 @@ export class SnapshotGraphql extends API { const result = await this.fetch( GRAPHQL_ENDPOINT, this.options().method('POST').json({ - GET_VOTES_QUERY, + query: GET_VOTES_QUERY, variables, }) )