Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all: update gqlgen pkg #583

Merged
merged 7 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion entgql/internal/todo/ent.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

258 changes: 129 additions & 129 deletions entgql/internal/todo/generated.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion entgql/internal/todo/todo.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions entgql/internal/todo/todo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ func (s *todoTestSuite) TestPaginationFiltering() {
s.Run("EmptyFilter", func() {
var (
rsp response
query = `query() {
query = `query {
todos(where:{}) {
totalCount
}
Expand All @@ -642,7 +642,7 @@ func (s *todoTestSuite) TestPaginationFiltering() {
s.Run("Zero first", func() {
var (
rsp response
query = `query() {
query = `query {
todos(first: 0) {
totalCount
}
Expand All @@ -656,7 +656,7 @@ func (s *todoTestSuite) TestPaginationFiltering() {
s.Run("Zero last", func() {
var (
rsp response
query = `query() {
query = `query {
todos(last: 0) {
totalCount
}
Expand Down
2 changes: 1 addition & 1 deletion entgql/internal/todofed/entity.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion entgql/internal/todofed/federation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

126 changes: 63 additions & 63 deletions entgql/internal/todofed/generated.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion entgql/internal/todofed/todo.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion entgql/internal/todogotype/ent.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

258 changes: 129 additions & 129 deletions entgql/internal/todogotype/generated.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion entgql/internal/todogotype/todo.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion entgql/internal/todopulid/ent.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

256 changes: 128 additions & 128 deletions entgql/internal/todopulid/generated.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion entgql/internal/todopulid/todo.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion entgql/internal/todouuid/ent.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

256 changes: 128 additions & 128 deletions entgql/internal/todouuid/generated.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion entgql/internal/todouuid/todo.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@ toolchain go1.21.6

require (
entgo.io/ent v0.13.0
github.com/99designs/gqlgen v0.17.43
github.com/99designs/gqlgen v0.17.48
github.com/AlekSi/pointer v1.1.0
github.com/alecthomas/kong v0.7.0
github.com/go-openapi/inflect v0.19.0
github.com/google/uuid v1.3.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-multierror v1.1.1
github.com/jhump/protoreflect v1.10.1
github.com/mattn/go-sqlite3 v1.14.16
github.com/mitchellh/mapstructure v1.5.0
github.com/ogen-go/ogen v0.56.1
github.com/oklog/ulid/v2 v2.0.2
github.com/stoewer/go-strcase v1.2.0
github.com/stretchr/testify v1.8.2
github.com/vektah/gqlparser/v2 v2.5.11
github.com/stretchr/testify v1.9.0
github.com/vektah/gqlparser/v2 v2.5.12
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.9
go.uber.org/multierr v1.9.0
go.uber.org/zap v1.24.0
golang.org/x/exp v0.0.0-20221230185412-738e83a70c30
golang.org/x/sync v0.6.0
golang.org/x/tools v0.17.0
golang.org/x/sync v0.7.0
golang.org/x/tools v0.21.0
google.golang.org/grpc v1.52.3
google.golang.org/protobuf v1.30.0
google.golang.org/protobuf v1.34.2
)

require (
Expand All @@ -42,7 +42,7 @@ require (
github.com/go-faster/errors v0.6.1 // indirect
github.com/go-faster/jx v0.40.0 // indirect
github.com/go-faster/yamlx v0.4.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
Expand All @@ -54,15 +54,15 @@ require (
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/sosodev/duration v1.1.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/sosodev/duration v1.3.1 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/vmihailenco/tagparser v0.1.2 // indirect
github.com/zclconf/go-cty v1.8.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading
Loading