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

The usdSwapped field of User entity is always 0. #106

Open
gc1o1 opened this issue Mar 24, 2022 · 0 comments
Open

The usdSwapped field of User entity is always 0. #106

gc1o1 opened this issue Mar 24, 2022 · 0 comments

Comments

@gc1o1
Copy link

gc1o1 commented Mar 24, 2022

Here is the query:

{
  users(first:1000, where:{ usdSwapped_gt:0 }) {
    id
    usdSwapped
  }
}

It returns nothing, because all usdSwapped values are exactly 0.

How come? Was this intentional?
Thank you.

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

No branches or pull requests

1 participant