INPUT_OBJECT

CreateOrUpdateSalesUnitInput

link GraphQL Schema definition

  • input CreateOrUpdateSalesUnitInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Profile picture (logo) of the sales unit.
  • picture: CreateCloudObjectInput
  • # Name of the entity and its default text representation.
  • name: String
  • # Id of the parent unit, or empty for the root unit.
  • parentId: ID
  • # Id of the picture cloud object.
  • pictureId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by