geirman
@defaultValue
type Event { id: ID! @unique title: String! slug: String! @unique @defaultValue(value: titleToSlug()) }