INPUT_OBJECT

ChangeOwnershipAccountInput

link GraphQL Schema definition

  • input ChangeOwnershipAccountInput {
  • ownerId: ID!
  • unitId: ID!
  • keepOwnerAsEditor: Boolean!
  • transferLinkedRecords: Boolean!
  • # Identifier of the AccountEntity to perform the action on.
  • id: ID!
  • clientMutationId: String
  • }

link Require by