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

Null value resolved for non-null field account in synthExchanges query #176

Open
marcinja opened this issue Feb 16, 2022 · 0 comments
Open

Comments

@marcinja
Copy link

Running this query in the playground

{

  synthExchanges(
    first: 100,
    orderBy:id,
  	where:{
          id_gt:"0x0b2356f3c53f2051bb3570cb8c7c8044f13a824054567962cd177481906143cc-382",
    	  timestamp_gt: "1622530800",
          timestamp_lt:"1641024000"
    }
  ) {
    account{
      id
    }
  }
}

Gives the error:

{
  "errors": [
    {
      "locations": [
        {
          "column": 5,
          "line": 12
        }
      ],
      "message": "Null value resolved for non-null field `account`"
    }
  ]
}
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