INPUT_OBJECT

CreateSalesUnitInput

link GraphQL Schema definition

  • input CreateSalesUnitInput {
  • # Optional client-supplied identifier passed on a mutation input and echoed back
  • # unchanged on its payload, so a client can correlate the response with its
  • # request (Relay convention).
  • clientMutationId: String
  • # 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