contra/graphql-helix

Adding `extensions` to `GraphQLParams`

williambailey opened this issue · 0 comments

It would be handy if GraphQLParams included the extensions?: { [name: string]: any }; parameter to allow quick and easy access to incoming request extensions when using getGraphQLParameters.

https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md#request-parameters

  • {extensions} - (Optional): This entry is reserved for implementors to extend the protocol however they see fit.