goql
goql copied to clipboard
A GraphQL client package written in Go.
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.7 to 0.5.9. Release notes Sourced from github.com/google/go-cmp's releases. v0.5.9 Reporter changes: (#299) Adjust heuristic for line-based versus byte-based diffing (#306) Use value.TypeString in PathStep.String Code cleanup...
## What this PR does / why we need it Re-bootstrapping with a recent version flags a race condition when running tests: ```shell :: Running go test (or_test) 60ms ....
Runs [bootstrap v10.1.0](https://github.com/getoutreach/bootstrap/releases/tag/v10.1.0). Release Notes 10.1.0 (2022-06-17) Features allow major version upgrade flag (6f978bb) Feedback? Run into bugs? Let us know at [#dev-tooling-support](https://outreach-hq.slack.com/archives/CN9MU7GLW)!
hi, This package looks like a solid solution for creating type-safe graphql client code. Also I like that is has minimal dependencies (can we have even less?) For newcomers like...
This should be implemented in `query.go` and have relevant test cases in `query_test.go`. Here is some documentation on default variables from the GraphQL website - https://graphql.org/learn/queries/#default-variables
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.9 to 0.6.0. Release notes Sourced from github.com/google/go-cmp's releases. v0.6.0 New API: (#340) Add cmpopts.EquateComparable Documentation changes: (#337) Use of hotlinking of Go identifiers Build changes: (#325)...
Hi Team, hopefully this is right place to ask, if not, I'd appreciate if you can direct me. I'm the founder of [cloudquery.io](https://www.cloudquery.io/), a high performance open source ELT framework....
## What this PR does / why we need it This PR is not meant to ever be merged. This is a demonstration of some broken behavior around handling datastructures...