#SET_NULL (default) - CASCADE type User { id: ID! @id name: String! email: String! @unique age: Int, posts: [Post!]! @relation(name: "PostToUser",