graphql-python / graphql-python/graphene-django
SerilizerMutation error on ListField of ListField
Open
- 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
Assessment
This issue has not been assessed yet.