INPUT_OBJECT

UpdateSalesUnitInput

link GraphQL Schema definition

  • input UpdateSalesUnitInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • picture: CreateCloudObjectInput
  • # Name of the entity and its default text representation.
  • name: String
  • # Relation to single entity instance.
  • parentId: ID
  • # Relation to single entity instance.
  • pictureId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by