Questions tagged [strawberry-graphql-django]

1 questions
0
votes
1 answer

How to resolve models in CUD operations not on PK but on UUID?

The default CUD operation in srawberry_django identifies the model to be mutated by the model's id (the database's id column, which is the Primary Key). How can I change this behavior to point to a column's/model's UUID without overriding…
Lukasz Dynowski
  • 11,169
  • 9
  • 81
  • 124