if i want the following: ```extend type Mutation ...
# prisma-whats-new
d
if i want the following:
Copy code
extend type Mutation {
  createEvent(slots: Int!): Event!
}