scalar Time type User { name: String email: String! connectedAt: Time! createdAt: Time! } type Query { userProfile: User }