INPUT_OBJECT

ManagementEndpointAccountOwnerInfoInput

Account Owner Information - Name and Email ID

link GraphQL Schema definition

  • input ManagementEndpointAccountOwnerInfoInput {
  • # Email ID of the account owner
  • email: String!
  • # Name of the account owner
  • name: String
  • }