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 30d proposal count to spaces #926

Merged
merged 1 commit into from
Sep 20, 2024
Merged

fix: Add 30d proposal count to spaces #926

merged 1 commit into from
Sep 20, 2024

Conversation

ChaituVR
Copy link
Member

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

I forgot about 30d limit in #925

Summary:
Adds a new property proposalCount30d on spaces query

How to test:

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

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 cd1a7af into master Sep 20, 2024
2 checks passed
@ChaituVR ChaituVR deleted the fix-get-30d-count branch September 20, 2024 03:26
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.

2 participants