INPUT_OBJECT

CreateOrUpdateParentAccountRelationTypeInput

link GraphQL Schema definition

  • input CreateOrUpdateParentAccountRelationTypeInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Label shown for the child side of the parent-child account relation (e.g.
  • # "Subsidiary" when the parent is a holding company).
  • childLabel: String
  • # Label shown for the parent side of the parent-child account relation (e.g.
  • # "Parent company").
  • parentLabel: String
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by