We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I've been looking through the docs, but I can't tell if restmod supports something like this:
restmod.model().mix({ property: { subProperty: { serialize: 'date' } } });
Can I setup nested properties without specifying a relationship?
The text was updated successfully, but these errors were encountered:
Yes you can!
restmod.model().mix({ 'property.subProperty': { serialize: 'date' } });
Sorry, something went wrong.
I'm reopening to remember to add this to the docs!
ef2e3c1
No branches or pull requests
Hi,
I've been looking through the docs, but I can't tell if restmod supports something like this:
Can I setup nested properties without specifying a relationship?
The text was updated successfully, but these errors were encountered: