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

Doesn't work with interval field #88

Closed
owais opened this issue Jul 28, 2016 · 1 comment
Closed

Doesn't work with interval field #88

owais opened this issue Jul 28, 2016 · 1 comment

Comments

@owais
Copy link

owais commented Jul 28, 2016

One of my databases has a table that contains an interval field and postgraphql doesn't work with the DB. Any request to any table returns the following error (assuming the table myTable has an interval field called duration):

{
  "errors": [
    {
      "message": "Query.myTableNodes(duration:) argument type must be Input Type but got: Interval."
    }
  ]
}
@calebmer
Copy link
Collaborator

Thanks so much for reporting this, a fix has been published in 1.8.1 🎉 👍

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

2 participants