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

Readme instructions: error with PG: "Cannot return null for non-nullable field User.id." #14

Open
frederikhors opened this issue Sep 5, 2018 · 0 comments

Comments

@frederikhors
Copy link

REPRODUCTION HERE: https://glitch.com/edit/#!/postgres-join-monster-1

It seems something is broken in your Readme instructions.

I reproduced it and it gives to me an error: "Cannot return null for non-nullable field User.id."

Query:

query {
  user(id: 1) {
    id
    fullName
    email
    posts {
      id
      body
      numComments
      comments {
        id
        body
        userId
      }
    }
  }
}
@frederikhors frederikhors changed the title Readme instruction: error with PG: "Cannot return null for non-nullable field User.id." Readme instructions: error with PG: "Cannot return null for non-nullable field User.id." Sep 5, 2018
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