I am learning Graphql with django but going through trouble create record with graphql.
this is my models
class Category(models.Model): name = mode