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

Support for UUID type in ID scalars #3013

Open
vadimvera opened this issue Apr 16, 2024 · 1 comment
Open

Support for UUID type in ID scalars #3013

vadimvera opened this issue Apr 16, 2024 · 1 comment

Comments

@vadimvera
Copy link

I would like to propose an enhancement regarding the support for Universally Unique Identifier (UUID) types within the ID scalar.

Currently, gqlgen supports several types for the ID scalar. However, with the increasing popularity of UUIDs for unique identifiers in modern applications, it would be beneficial to have native support for UUIDs within the ID scalar as well.

This will provide developers with more flexibility in designing GraphQL schemas, especially for applications where UUIDs are the preferred and/or default choice for unique identifiers.

@it512
Copy link
Contributor

it512 commented Apr 17, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants