reym
Projections/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

user.graphql
type User @crudType {
    changedBy: FraymAuthUser @changedBy
}

On this page