Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, this piece of code would fail when executing the following query: ``` mutation { fruit{ add(input: {id: "this is only a example"}) { id } } } ``` With the following error: 'NoneType' object has no attribute 'fruit', as it lacks the expected field type.
- Loading branch information