GraphQL: removed nodes still visible, errors with "non-nullable field was not present" #5366
Labels
area/graphql
Issues related to GraphQL support on Dgraph.
kind/question
Something requiring a response.
What version of Dgraph are you using?
v20.03.1 and master
Have you tried reproducing the issue with the latest release?
yes
What is the hardware spec (RAM, OS)?
linux (not relevant)
Steps to reproduce the issue (command/config used to run Dgraph).
Load GraphQL schema:
Add records:
Remove one child record by id:
List all parent records with children:
Expected behaviour and actual result.
Expected result:
Actual result:
I think the null record (and the error message) should not be returned.
The text was updated successfully, but these errors were encountered: