-
Notifications
You must be signed in to change notification settings - Fork 227
Exception: Don't know how to convert the SQLAlchemy field: UUIDType #257
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
Comments
I found a solution by putting the |
This still doesn't work for me with the error:
Trying with
|
The above error happens when I set
|
Any updates on this issue? I am trying to use a UUID as a primary key and having the same error as the original above. Many thanks 🙏 |
Using this custom SQLAlchemy type using UUID objects on Python side, on graphene 3.1.1 and graphene-sqlalchemy 3.0.0b3 (other versions may differ) I managed to get proper conversion to string without errors adding the following code before declaration of GraphQL schema (i.e.
Using |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related topics referencing this issue. |
Hi,
My app crashes with the following mapping:
I tried to put this in my schema file to no avail:
I checked the following issues/PR but I don't get it: :/
Can someone point me in the right direction with this?
The text was updated successfully, but these errors were encountered: