Kisekka David

Results 3 comments of Kisekka David

Hey, @Instrumedley Hope this helps, maybe you can try using this: ``` import graphene from graphql_auth.schema import UserNode class RegisterCustom(mutations.Register): user = graphene.Field(UserNode) @classmethod def mutate(cls, *args, **kwargs): try: res...

Anyone found a way to fix this?Im facing the same issue

Thanks, worked with the VersionedTransaction