GitHub / kevinmichaelchen / genqlient-custom-type-omitempty-bug
Bug with custom Genqlient type and Hasura relationship
Stars: 0
Forks: 0
Open issues: 1
License: None
Language: Go
Size: 34.2 KB
Dependencies parsed at:
105
Created at: about 2 years ago
Updated at: about 2 years ago
Pushed at: about 2 years ago
Last synced at: 6 days ago
docker-compose.yml
docker
- hasura/graphql-engine v2.23.0.cli-migrations-v3
- postgres 14
go.mod
go
- github.com/Khan/genqlient v0.5.0
- github.com/agnivade/levenshtein v1.1.1
- github.com/alexflint/go-arg v1.4.2
- github.com/alexflint/go-scalar v1.0.0
- github.com/google/uuid v1.3.0
- github.com/vektah/gqlparser/v2 v2.4.5
- golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
- golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
- golang.org/x/tools v0.1.10
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
- gopkg.in/yaml.v2 v2.4.0
go.sum
go
- github.com/99designs/gqlgen v0.17.2
- github.com/BurntSushi/toml v0.3.1
- github.com/Khan/genqlient v0.5.0
- github.com/agnivade/levenshtein v1.0.1
- github.com/agnivade/levenshtein v1.1.0
- github.com/agnivade/levenshtein v1.1.1
- github.com/alexflint/go-arg v1.4.2
- github.com/alexflint/go-scalar v1.0.0
- github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
- github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0
- github.com/bradleyjkemp/cupaloy/v2 v2.6.0
- github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
- github.com/cpuguy83/go-md2man/v2 v2.0.1
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48
- github.com/google/uuid v1.3.0
- github.com/gorilla/websocket v1.4.2
- github.com/hashicorp/golang-lru v0.5.0
- github.com/kevinmbeaulieu/eq-go v1.0.0
- github.com/kr/pretty v0.1.0
- github.com/kr/pty v1.1.1
- github.com/kr/text v0.1.0
- github.com/logrusorgru/aurora/v3 v3.0.0
- github.com/matryer/moq v0.2.3
- github.com/mattn/go-colorable v0.1.4
- github.com/mattn/go-isatty v0.0.8
- github.com/mattn/go-isatty v0.0.12
- github.com/mitchellh/mapstructure v1.2.3
- github.com/pmezard/go-difflib v1.0.0
- github.com/russross/blackfriday/v2 v2.0.1
- github.com/russross/blackfriday/v2 v2.1.0
- github.com/sergi/go-diff v1.1.0
- github.com/shurcooL/sanitized_anchor_name v1.0.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/objx v0.1.1
- github.com/stretchr/testify v1.2.2
- github.com/stretchr/testify v1.4.0
- github.com/stretchr/testify v1.6.1
- github.com/stretchr/testify v1.7.0
- github.com/urfave/cli/v2 v2.3.0
- github.com/vektah/gqlparser/v2 v2.4.0
- github.com/vektah/gqlparser/v2 v2.4.5
- github.com/yuin/goldmark v1.1.32
- github.com/yuin/goldmark v1.4.1
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
- golang.org/x/mod v0.3.0
- golang.org/x/mod v0.5.1
- golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
- golang.org/x/net v0.0.0-20190620200207-3b0461eec859
- golang.org/x/net v0.0.0-20200625001655-4c5254603344
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
- golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
- golang.org/x/sync v0.0.0-20190423024810-112230192c58
- golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
- golang.org/x/sys v0.0.0-20190412213103-97732733099d
- golang.org/x/sys v0.0.0-20200116001909-b77594299b42
- golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
- golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
- golang.org/x/sys v0.0.0-20210423082822-04245dca01da
- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
- golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
- golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
- golang.org/x/text v0.3.0
- golang.org/x/text v0.3.3
- golang.org/x/text v0.3.6
- golang.org/x/text v0.3.7
- golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
- golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
- golang.org/x/tools v0.0.0-20200815165600-90abf76919f3
- golang.org/x/tools v0.1.9
- golang.org/x/tools v0.1.10
- golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
- golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
- gopkg.in/yaml.v2 v2.2.2
- gopkg.in/yaml.v2 v2.2.3
- gopkg.in/yaml.v2 v2.2.4
- gopkg.in/yaml.v2 v2.2.8
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c