reym
Projections/Schema/Field

@createdBy

Using the @createdBy directive the field reflects the user that created the entry. This directive can only be applied to fields of the type FraymAuthUser.

Example

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

On this page