INPUT_OBJECT
DigitalDocketCreate
A digital docket. Essentially a form result with data submitted with a timesheet
link GraphQL Schema definition
- input DigitalDocketCreate {
- # Client selected at the header level. Null if was turned off on the docket
- # template.
- IdObject :
- # The template which these dockets have been generated by.
- IdObject :
- # 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.
- IdObject :
- # The list of results that were entered into the fields.
- FormResultData! :
- # The URL of the signature image.
- NonEmptyString! :
- # The name of the person that signed the docket.
- NonEmptyString! :
- # The user's location when they submitted the docket
- GeolocationInput! :
- # Supervisor user selected at the header level. Null if was turned off on the
- # docket template.
- IdObject :
- }