Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(visibilities): don't crash in the suppressable visibility resolver
When an optional property is looked up, the default behaviour would be to just return None (in Graphene), but our code called `getattr()` without default param, causing the code to crash.
- Loading branch information