INPUT_OBJECT
Details of the existing user.
input ExistingUserInput {# Id of the user.id: String!# Specifies whether the user should be an org admin or not.isOrgAdmin: Boolean!}