INPUT_OBJECT
MaterialTransactionDocketUpdate
A single docket
link GraphQL Schema definition
- input MaterialTransactionDocketUpdate {
- # The associated client.
- IdObject :
- # The comments on a docket.
- String :
- # The date on the physical docket.
- DateExpression :
- # The unique docket ID.
- Int :
- # Base64 data of the image.
- FileUploadInput :
- # The docket number.
- String :
- # The associated project.
- IdObject :
- }