Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add proposalCount1d on spaces #925

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

ChaituVR
Copy link
Member

@ChaituVR ChaituVR commented Sep 16, 2024

Towards https://github.com/snapshot-labs/workflow/issues/134

Summary:

  • Adds a new property proposalCount1d on spaces query
  • Note that these counts gets updated every 2 mins (approved)

How to test:

{
 spaces(where:{id:"thanku.eth"}){
    proposalsCount1d
    proposalsCount7d
    name
  }
}

Copy link
Member

@bonustrack bonustrack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

Copy link
Contributor

@wa0x6e wa0x6e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utAck

@ChaituVR ChaituVR merged commit ef1490c into master Sep 16, 2024
2 checks passed
@ChaituVR ChaituVR deleted the fix-add-proposal-count-1d branch September 16, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants