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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Is there any way to access the meta object of an included resource:
"included": [ { "meta": { "unresolved": "This is a test message" }, "id": "93ae7543-3ae1-417f-8feb-51217b5f4d01", "type": "participants" },
I've tried adding "meta" as a property and as a "hasOne" relationship, but that didn't work.
Thank you
The text was updated successfully, but these errors were encountered:
@alessandro-shore I will work on adding that right now! I was not aware that meta was an optional attribute but I will add that right now 😊
meta
Sorry, something went wrong.
@alessandro-shore You should be able to access the meta with version 1.0.7 ✊
1.0.7
pod 'JSONAPI', '~> 1.0.7'
Awesome! Thank you very much!
No branches or pull requests
Is there any way to access the meta object of an included resource:
"included": [ { "meta": { "unresolved": "This is a test message" }, "id": "93ae7543-3ae1-417f-8feb-51217b5f4d01", "type": "participants" },
I've tried adding "meta" as a property and as a "hasOne" relationship, but that didn't work.
Thank you
The text was updated successfully, but these errors were encountered: