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
type User @crudType {
createdBy: FraymAuthUser @createdBy
}