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
Because of polymorphism, we cannot assert a relationship is defined when comparing a graph of data with an includes string.
Simple reproduction will be GET /things?include=author, which returns two objects in the array, one of type article which has an author: belongsTo() relationship and one of type announcement which has no author relationship.
The text was updated successfully, but these errors were encountered:
Because of polymorphism, we cannot assert a relationship is defined when comparing a graph of data with an includes string.
Simple reproduction will be
GET /things?include=author
, which returns two objects in the array, one of typearticle
which has anauthor: belongsTo()
relationship and one of typeannouncement
which has noauthor
relationship.The text was updated successfully, but these errors were encountered: