Skip to content

Commit

Permalink
fix mapper and resolver uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Dec 19, 2024
1 parent abfcbc0 commit f62f2fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 30 deletions.
2 changes: 1 addition & 1 deletion apps/api-gql/internal/delivery/gql/mappers/greetings.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

func GreetingEntityTo(e entity.Greeting) gqlmodel.Greeting {
return gqlmodel.Greeting{
ID: e.ID.String(),
ID: e.ID,
UserID: e.UserID,
Enabled: e.Enabled,
IsReply: e.IsReply,
Expand Down
38 changes: 9 additions & 29 deletions apps/api-gql/internal/delivery/gql/resolvers/greetings.resolver.go

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

0 comments on commit f62f2fe

Please sign in to comment.