INPUT_OBJECT
MaterialTransactionDocketCreate
A single docket
link GraphQL Schema definition
- input MaterialTransactionDocketCreate {
- # The associated client.
- IdObject :
- # The comments on a docket.
- String :
- # The date on the physical docket.
- DateExpression :
- # Base64 data of the image.
- FileUploadInput! :
- # The docket number.
- String :
- # The associated project.
- IdObject :
- # Origin flag
- Boolean :
- }