Felipe Holanda

Results 1 issues of Felipe Holanda

That change will allow nested attribute fetching on auto_context_fields: ``` class ItemNode(DjangoCreateMutation): class Meta: model = Item auto_context_fields = { 'profile': 'user.profile' } ```