CRUD/Schema/Field
@changedBy
Using the @changedBy
directive the field reflects the user that last changed the entry.
This directive can only be applied to fields of the type FraymAuthUser
.
Example
type User @upsertOn(...) {
changedBy: FraymAuthUser! @changedBy
}