blb-ventures / strawberry-django-plus

Enhanced Strawberry GraphQL integration with Django
MIT License
179 stars 47 forks source link

clash with the novel strawberry.relay module (GlobalId) #229

Closed devkral closed 1 year ago

devkral commented 1 year ago

I get the error: strawberry.exceptions.scalar_already_registered.ScalarAlreadyRegisteredError: Scalar GlobalID has already been registered

I think it is because I use strawberry_django_plus and the new relay implementation.

I don't know on which side to report