Skip to content

v0.2: New property - `headers`

Compare
Choose a tag to compare
@talentlessguy talentlessguy released this 05 Aug 12:04
· 94 commits to master since this release

You can now set custom HTTP headers for GraphQLHTTP handler:

GraphQLHTTP({ schema, headers: { Key: 'Value' } })