You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a UUID for the primary key of my User Model and the pk field assumes an INT. I would like to be able to receive a string version of the UUID
Steps to Reproduce
Create a user model with a UUID4 as a primary key then query 'me' with the pk field
Expected behavior
Return the string version of the PK
Actual behavior
"errors": [
{
"message": "Int cannot represent non 32-bit signed integer value: 6e2bd98b-3440-4455-8a75-918042df32d6"
}
],
Requirements
django==3.2.11
django-graphql-auth==0.3.16
The text was updated successfully, but these errors were encountered:
Prerequisites
For more information, see the CONTRIBUTING guide.
Description
I am using a UUID for the primary key of my User Model and the pk field assumes an INT. I would like to be able to receive a string version of the UUID
Steps to Reproduce
Create a user model with a UUID4 as a primary key then query 'me' with the pk field
Expected behavior
Return the string version of the PK
Actual behavior
Requirements
django==3.2.11
django-graphql-auth==0.3.16
The text was updated successfully, but these errors were encountered: