Closed
Description
Story
As a _user
I want parseRequestParams function to be exported
So that same implementation can be used outside the package when interacting with graphql-http.
This was the behaviour in express-graphql implementation.
Acceptance criteria
- _user I can access parseRequestParams from graphql-http package.