Closed vigneshksaithal closed 8 months ago
No. For single relation
fields author
and author.id
is the same because the plain field value (author
) contains the id as string (for multuple relation
the plain field value is a serialized json array, ex. ["id1","id2"]
).
In the above image should
author
beauthor.id
instead? as it is being checked with@request.auth.id
.