OBJECT
Details of an existing user.
type ExistingUser {# ID of the user.id: String! # Specifies whether the user is an org admin.isOrgAdmin: Boolean! # Specifies user details.user: User! }