Skip to content

Commit

Permalink
entgql: add missing import in entgql pagination template (#188)
Browse files Browse the repository at this point in the history
* Added missing import in entgql pagination template

* regenerate
  • Loading branch information
UnAfraid authored Dec 23, 2021
1 parent 195ecd3 commit dcef0ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions entgql/template/pagination.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import (
import (
"entgo.io/ent/dialect/sql"
"github.com/99designs/gqlgen/graphql"
"github.com/99designs/gqlgen/graphql/errcode"
"github.com/vektah/gqlparser/v2/gqlerror"
"github.com/vmihailenco/msgpack/v5"
)
Expand Down
4 changes: 4 additions & 0 deletions entproto/internal/todo/ent/proto/entpb/entpb_grpc.pb.go

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

0 comments on commit dcef0ad

Please sign in to comment.