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
Hello, sorry if it is not the right place to ask, is it possible to have a nested field for the mockend response API?
[ { "user": "Tony", "contact": { "phone": "012345678", "email": "[email protected]" } ]
Thank you
The text was updated successfully, but these errors were encountered:
``[ { "user": "Tony", "contact": { "phone": "012345678", "email": "[email protected]" } } ]
Sorry, something went wrong.
YES, IT IS POSSIBLE
Could you give an example how to do it in mockend,json? Thank you in advance.
Hi @withchandra, try the below.
{ "Post": { "comments": { "hasMany": "Comment" } }, "Comment": { "post": { "belongsTo": "Post" } } }
refer
No branches or pull requests
Hello, sorry if it is not the right place to ask,
is it possible to have a nested field for the mockend response API?
Thank you
The text was updated successfully, but these errors were encountered: