eamigo86 / graphene-django-extras

Extras functionalities for Graphene-Django
MIT License
417 stars 107 forks source link

unable to exclude model fields from DjangoSerializerMutation that are not in serializer #160

Open keinagae opened 4 years ago

keinagae commented 4 years ago

i have a department serializer that include all fields except created_by and when using it DjangoSerializerMutation
i am getting that createdBy is required so any any idea how to resolve it

JyothiVutukuri commented 1 year ago

I am also expecting the same problem. When I am using DjangoSerializerMutation it is not taking fields or exclude fields from its related Serializer.