Releases: graphqland/graphql-http
Releases · graphqland/graphql-http
1.0.0-beta.19
Features
- fetch: remove graphql client module (3be2efb)
- remove request and response logic (2ecea94)
1.0.0-beta.18
Bug Fixes
- types.ts: renname
variableValues
to variables
, change record sub-field types (07ff058)
1.0.0-beta.17
Bug Fixes
- utils.ts: remove unnessesary debug code (f6f3643)
1.0.0-beta.16
Bug Fixes
- use: rename
useGraphQLPlayground
to usePlayground
(5f20761)
Features
- parses.ts: add
parseGraphQLParameters
that parse value as GraphQL parameters (be9128b)
1.0.0-beta.15
Features
- use: split graphql playground handler from handler (5cb8ee3)
1.0.0-beta.14
Bug Fixes
- add allow header when response status is 405 (1355e48)
Features
- add allow header when the HTTP request is not supported (2f057be)
- remove deprecated
graphqlHttp
function (b9e6ae1)
- rename
gqlHandler
to createHandler
(e0167fc)
1.0.0-beta.13
Features
- add
gql
function that compress graphql query (59eacbe)
1.0.0-beta.12
Features
- add
gqlHandler
that manage GraphQL over HTTP request (a356946)
- export
createResponse
function that create GraphQL over HTTP compliant Response
object (3ad3313)
- export
resolveRequest
function that take out graphql parameters from Request
object safety (53b04ae)
1.0.0-beta.9
Features
- add graphql over http client (26525b8)