Django GraphQL Mutation Updated, but no change in Database

后端 未结 0 591
说谎
说谎 2020-12-22 04:36

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(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题