Releases: graphqland/graphql-http
Releases · graphqland/graphql-http
1.0.0-beta.11
1.0.0-beta.11 (2022-07-20)
Features
- export
resolveResponse
that de-serialize graphql response safety (6aaf20c)
1.0.0-beta.10
1.0.0-beta.10 (2022-07-20)
Features
- export
createRequest
function that createRequest
what include GraphQL header and body (405ce48)
1.0.0-beta.8
1.0.0-beta.8 (2022-07-18)
Bug Fixes
- change schema types to remove
string
types (8df3508)
Features
- accept schema as
string
, build schema with error handling (3b81be1)
1.0.0-beta.7
1.0.0-beta.7 (2022-07-17)
Features
1.0.0-beta.6
1.0.0-beta.6 (2022-07-17)
Bug Fixes
- fix typo "application/graphql" to "application/graphql+json" (78e592e)
- treat the default accept header value as
application/json
(1e65348)
Features
1.0.0-beta.5
1.0.0-beta.5 (2022-07-16)
Features
1.0.0-beta.4
1.0.0-beta.4 (2022-07-15)
Bug Fixes
1.0.0-beta.3
1.0.0-beta.3 (2022-07-14)
Bug Fixes
- return application/json content anytime for strict GraphQL over HTTP Spec (b745284)