Skip to content

Properly return nil for unresolvable node

Warren Gifford requested to merge campaigns/proper-nil-nodes into master

Created by: eseliger

Currently, an error is thrown on the query, but the schema also allows Node to return null This enables a pretty "campaign not found" error message instead of an ugly error

Before: image

After: image

Merge request reports

Loading