Skip to content

Commit

Permalink
revert init template change
Browse files Browse the repository at this point in the history
  • Loading branch information
phughes-scwx committed Dec 10, 2024
1 parent 601dd1c commit 08984e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions init-templates/gqlgen.yml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ models:
- github.com/99designs/gqlgen/graphql.Int
- github.com/99designs/gqlgen/graphql.Int64
- github.com/99designs/gqlgen/graphql.Int32
# gqlgen provides a default GraphQL UUID convenience wrapper for github.com/google/uuid
# but you can override this to provide your own GraphQL UUID implementation
UUID:
model:
- github.com/99designs/gqlgen/graphql.UUID

# The GraphQL spec explicitly states that the Int type is a signed 32-bit
# integer. Using Go int or int64 to represent it can lead to unexpected
Expand Down

0 comments on commit 08984e4

Please sign in to comment.