INPUT_OBJECT
DigitalDocketPreview
link GraphQL Schema definition
- input DigitalDocketPreview {
- # Client selected at the header level. Null if was turned off on the docket
- # template.
- IdNameInput :
- # The template which these dockets have been generated by.
- IdObject :
- # The current result for the digital docket.
- FormResultData :
- # Order the dd was created against, if it was created via an allocation.
- IdObject :
- # Project selected at the header level. Null if was turned off on the docket
- # template.
- IdNameInput :
- # The URL of the signature image.
- String :
- # The name of the person that signed the docket.
- String :
- # Supervisor user selected at the header level. Null if was turned off on the
- # docket template.
- DocketSupervisorInput :
- # The time that the digital docket is submitted.
- String :
- # The user who submitted the digital docket.
- DocketCreatedByInput :
- }