Giulio Collura

Results 1 issues of Giulio Collura

### What happened? I'm using Apollo GraphQL on the frontend, which automatically passes `accept: multipart/mixed` as header when the query contains a [`@defer`](https://github.com/apollographql/apollo-client/blob/main/src/link/http/createHttpLink.ts#L149-L161) directive. Unfortunately this causes the gqlgen server...