INPUT_OBJECT

DigitalDocketPreview

link GraphQL Schema definition

  • input DigitalDocketPreview {
  • # Client selected at the header level. Null if was turned off on the docket
  • # template.
  • client: IdNameInput
  • # The template which these dockets have been generated by.
  • template: IdObject
  • # The current result for the digital docket.
  • result_data: FormResultData
  • # Order the dd was created against, if it was created via an allocation.
  • order: IdObject
  • # Project selected at the header level. Null if was turned off on the docket
  • # template.
  • project: IdNameInput
  • # The URL of the signature image.
  • signature_image: String
  • # The name of the person that signed the docket.
  • signature_name: String
  • # Supervisor user selected at the header level. Null if was turned off on the
  • # docket template.
  • supervisor: DocketSupervisorInput
  • # The time that the digital docket is submitted.
  • created_time: String
  • # The user who submitted the digital docket.
  • created_by: DocketCreatedByInput
  • }