INPUT_OBJECT

MaterialTransactionDocketUpdate

A single docket

link GraphQL Schema definition

  • input MaterialTransactionDocketUpdate {
  • # The associated client.
  • client: IdObject
  • # The comments on a docket.
  • comments: String
  • # The date on the physical docket.
  • docket_date: DateExpression
  • # The unique docket ID.
  • id: Int
  • # Base64 data of the image.
  • image: FileUploadInput
  • # The docket number.
  • number: String
  • # The associated project.
  • project: IdObject
  • }