1.0.0-beta.15 (2022-07-30)
- use: split graphql playground handler from handler (5cb8ee3)
1.0.0-beta.14 (2022-07-22)
- add allow header when response status is 405 (1355e48)
- add allow header when the HTTP request is not supported (2f057be)
- remove deprecated
graphqlHttp
function (b9e6ae1) - rename
gqlHandler
tocreateHandler
(e0167fc)
1.0.0-beta.13 (2022-07-22)
- add
gql
function that compress graphql query (59eacbe)
1.0.0-beta.12 (2022-07-21)
- add
gqlHandler
that manage GraphQL over HTTP request (a356946) - export
createResponse
function that create GraphQL over HTTP compliantResponse
object (3ad3313) - export
resolveRequest
function that take out graphql parameters fromRequest
object safety (53b04ae)
1.0.0-beta.11 (2022-07-20)
- export
resolveResponse
that de-serialize graphql response safety (6aaf20c)
1.0.0-beta.10 (2022-07-20)
- export
createRequest
function that createRequest
what include GraphQL header and body (405ce48)
1.0.0-beta.9 (2022-07-20)
- add graphql over http client (26525b8)
1.0.0-beta.8 (2022-07-18)
- change schema types to remove
string
types (8df3508)
- accept schema as
string
, build schema with error handling (3b81be1)
1.0.0-beta.7 (2022-07-17)
- add custom request function to context (c3ee404)
- add throwing error when validation of schema error (0ddbf08)
1.0.0-beta.6 (2022-07-17)
- fix typo "application/graphql" to "application/graphql+json" (78e592e)
- treat the default accept header value as
application/json
(1e65348)
- add Accept header validation on POST method (04f5da8)
- add validation for "Content-Type" charset on POST method (12741a3)
- add validation step for graphql schema and graphql itself (30a3e69)
1.0.0-beta.5 (2022-07-16)
- add "Accept" header validationn for GET request (c310b4c)
- add validate query operation on GET method (941abda)
1.0.0-beta.4 (2022-07-15)
- overwrite defalut header "content-type" to application/json (5d1b75c)
- when "query" parameter is not exist on POST, fallback from query string (553c8a0)
1.0.0-beta.3 (2022-07-14)
- return application/json content anytime for strict GraphQL over HTTP Spec (b745284)
1.0.0-beta.2 (2022-07-11)
- no dynamic import to avoid deno deploy limitation (5fb8a8f)
- add graphql http middleware to handle http request (eb9b3f0)