``` type Topic { id: ID! @unique name: String!...
# prisma-whats-new
l
Copy code
type Topic {
  id: ID! @unique
  name: String!
  slug: String!
}