OBJECT
A user object with a unique identifier, name, email, and creation date.
type User {id: ID! name: String! email: String! createdAt: DateTime! }