I created an update mutation as follows, with django==3.1.4 and graphene==2.1.8 :
# models.py class CustomUser(AbstractUser): # email = models.EmailField(