INPUT_OBJECT

ExistingUserInput

Description

Details of the existing user.

link GraphQL Schema definition

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