Open Ayc0 opened 4 months ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.
Not stale
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.
When running this code:
we get
The type
articles
gets lost in the deserialization process. And I don't think we can just pass it top level as this could conflict with aattributes.type
field.What do you think about adding something like
Symbol('type')
? (would avoid conflicts and give access to the types)