graphql-python / graphql-python/graphene-django

SerilizerMutation error on ListField of ListField

Open
#948 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4.4k
Forks
760
PR merge metrics
No merged PRs in 30d

Description

Error:
Graphene setting 'SCHEMA'. AttributeError: 'tuple' object has no attribute 'name'.

Serializer for SerilizerMutation:
```
class PointSerializer(serializers.Serializer):
monday = serializers.ListField(
child=serializers.ListField(
child=serializers.TimeField(), min_length=2, max_length=2
)
)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.