How to find the start and end block of the council term
How to check the amount in the WG budgets
How to create a proposal: Update Working Group Budget
How to create a Funding proposal: Lead Bonuses
How to fill out the Memberships WG in the Council Network Summary
Get the proposals created after a date
query {
proposals (where: {createdAt_gt: "2022-06-04T11:41:00.000Z"}){
id,
createdAt,
statusSetAtBlock
}
}