v0.2: New property - `headers`
You can now set custom HTTP headers for GraphQLHTTP handler:
GraphQLHTTP({ schema, headers: { Key: 'Value' } })
You can now set custom HTTP headers for GraphQLHTTP handler:
GraphQLHTTP({ schema, headers: { Key: 'Value' } })