Skip to content

Releases: tokopedia/graphql-go

v1.4.1

18 Nov 06:17
b706d0a
Compare
Choose a tag to compare

What's Changed

  • feat(exec): Use alias provided by client for duplicated fields by @yudiharibowo in #28

Full Changelog: v1.4.0...v1.4.1

v1.4.0

18 Nov 04:56
49d8e5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.9...v1.4.0

v1.3.9

14 Nov 12:38
a266469
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.8...v1.3.9

v1.3.8

14 Nov 03:22
572d326
Compare
Choose a tag to compare

What's Changed

  • feat(exec): JS Limitation of int64, make str duplicate by @yudiharibowo in #25

Full Changelog: v1.3.7...v1.3.8

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.