I am making a query with the following structure:
@strawberry.type
class ObjectQuery:
object: ObjectNode = strawberry.django.field()
However, the input for this requires a type of pk: ID
. Is it possible to change this to be of type pk: UUID
? My current solution for this is just to write a generic custom resolver.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too