OBJECT
type User {id: UUID! isLoggedIn: Boolean! email: String! timezone: Timezone customerNames: [String!] }