reym
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

user.graphql
type User @upsertOn(...) {
    changedBy: FraymAuthUser! @changedBy
}

On this page