Skip to content

Commit

Permalink
Merge pull request #823 from obvious-inc/candidate-query-size-fix
Browse files Browse the repository at this point in the history
add $first variable to candies query
  • Loading branch information
solimander authored Dec 15, 2023
2 parents 30ac868 + fbfc660 commit a0ebf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nouns-webapp/src/wrappers/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const updatableProposalsQuery = (first = 1_000, currentBlock?: number) =>

export const candidateProposalsQuery = (first = 1_000) => gql`
{
proposalCandidates {
proposalCandidates(first: ${first}) {
id
slug
proposer
Expand Down

0 comments on commit a0ebf73

Please sign in to comment.