Skip to content

Releases: tokopedia/graphql-go

v1.3.7

15 Jul 08:11
eab2ce0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.6...v1.3.7

Fork Syncup with Master till Aug 2022

15 May 10:20
6fb9e53
Compare
Choose a tag to compare

This PR is for syncing up with latest(Aug 1, 2022) from https://github.com/graph-gophers/graphql-go.
Changes
Pulled Latest Commit from graphql-go master. (Support for extensions was update)
In this PR we readded the custom change lost due to update like int64 support.
All the changes are added in the doc https://docs.google.com/spreadsheets/d/1oS-bELuMp7Xq5-TDGciS617omD_bfr09UAK0IaHyVWA/edit?usp=sharing

Adding Int64 support for input param

08 Apr 12:55
adcd687
Compare
Choose a tag to compare

Adding Int64 support for non struct input param

Return query names as well while validating query

24 Jul 11:36
6370c20
Compare
Choose a tag to compare

Using graphql-go parser only to get the query names from the query string.

Handle Malformed GraphQL Requests

17 Oct 06:34
dae2e13
Compare
Choose a tag to compare

We will be adding handling for malformed requests coming to gqlserver by returning a boolean value from graphql.go which indicates whether the error rose during parsing phase(meaning malformed query) or during validation phase.

Handle Malformed GraphQL Requests

17 Oct 05:25
dae2e13
Compare
Choose a tag to compare

We will be adding handling for malformed requests coming to gqlserver by returning a boolean value from graphql.go which indicates whether the error rose during parsing phase(meaning malformed query) or during validation phase.

Introducing Support for GraphqQL Subscriptions and Ignore Input Validation Failures

02 Oct 08:45
7c3964f
Compare
Choose a tag to compare

Introducing Support for GraphqQL Subscriptions and Ignore Input Validation Failures.

Introducing Support for GraphqQL Subscriptions

04 Sep 11:14
04acea9
Compare
Choose a tag to compare

Synced-up master with its base graph-gophers/graphql-go master. This release introduces subscriptions support and proper validation of inputs to query/mutations.

default response including mutations too

20 Nov 10:17
Compare
Choose a tag to compare
v1.2

set default response for mutation fixed

New Default Response Support for gqlserver

12 Nov 07:31
Compare
Choose a tag to compare