You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the JSON API specs define the possibility to include relationships of relationships ex. GET /articles/1?include=comments.author where comment is a direct relationship and author is a relationship of comment (https://jsonapi.org/format/#fetching-includes)
The text was updated successfully, but these errors were encountered:
Description
the JSON API specs define the possibility to include relationships of relationships ex. GET /articles/1?include=comments.author where comment is a direct relationship and author is a relationship of comment (https://jsonapi.org/format/#fetching-includes)
The text was updated successfully, but these errors were encountered: