We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
query { login(options: { email: "[email protected]", password: "zaq1@WSXcde3" }) { id budgetMembership { accessLevel budget{ id } } } }
Because there is no budgetMembership querying only its fields is ok but querying its relation breaks the code
The text was updated successfully, but these errors were encountered:
This isn't a general nesting issue but rather specific budgetMembership problem
Sorry, something went wrong.
Found related TypeORM issue
fix: Empty entity by updating typeorm
3247dfb
Fixes #7
filipw01
No branches or pull requests
Because there is no budgetMembership querying only its fields is ok but querying its relation breaks the code
The text was updated successfully, but these errors were encountered: