This is a very early attempt, and I am opening this to get feedback on direction mainly at this point.
The idea is to allow a declaration hidden: true on object fields that then means the field participates in the graph but only until the object gets serialised. This is very handy for example when you want to have an object whose fields you want to then split out across multiple sub-fields (for example with format).
This is a very early attempt, and I am opening this to get feedback on direction mainly at this point.
The idea is to allow a declaration
hidden: true
on object fields that then means the field participates in the graph but only until the object gets serialised. This is very handy for example when you want to have an object whose fields you want to then split out across multiple sub-fields (for example withformat
).Closes #177