INPUT_OBJECT

MaterialTransactionDocketCreate

A single docket

link GraphQL Schema definition

  • input MaterialTransactionDocketCreate {
  • # The associated client.
  • client: IdObject
  • # The comments on a docket.
  • comments: String
  • # The date on the physical docket.
  • docket_date: DateExpression
  • # Base64 data of the image.
  • image: FileUploadInput!
  • # The docket number.
  • number: String
  • # The associated project.
  • project: IdObject
  • # Origin flag
  • from_mobile_app: Boolean
  • }