Joshua Button

Results 2 issues of Joshua Button

### What happened? I implemented the [error presenter](https://gqlgen.com/reference/errors/#the-error-presenter) and tried to return nil in an attempt to suppress a specific error. A panic then occurred on [this line](https://github.com/99designs/gqlgen/blob/v0.14.0/graphql/context_response.go#L113) stating `panic:...

Variables contained within objects are not detected by the "no unused variable" rule: ``` query Foo($a: String) { field(object: { a: $a }) } ``` > "Variable "$a" is never...

bug