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
It is not possible to determine the relationship cardinality of relationships without a data property.
A possible solution would be to merge JsonApiManyRelationship with JsonApiSingleRelationship into one general relationship class.
Moreover, we could add a meta information denoting the cardinality to relationship objects.
The text was updated successfully, but these errors were encountered:
It is not possible to determine the relationship cardinality of relationships without a
data
property.A possible solution would be to merge
JsonApiManyRelationship
withJsonApiSingleRelationship
into one general relationship class.Moreover, we could add a
meta
information denoting the cardinality to relationship objects.The text was updated successfully, but these errors were encountered: