Skip to content

Commit

Permalink
Add missing subgraph query
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Dec 20, 2024
1 parent 586470f commit d69b502
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/app/src/subgraph-queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,11 @@ export const InterestRateBracketsQuery = graphql(`
}
}
`);

export const GovernanceInitiatives = graphql(`
query GovernanceInitiatives {
governanceInitiatives {
id
}
}
`);

0 comments on commit d69b502

Please sign in to comment.