how to test a graphene mutation with **kwargs on mutate function?

后端 未结 0 1751
-上瘾入骨i
-上瘾入骨i 2021-01-12 06:01

I am testing a mutation that creates a user something like this:

def test_create_user(self):
    user_mutation = """
        mutation($id: ID!,         


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