INPUT_OBJECT
DigitalDocketTemplateCreate
A digital docket template. Essentially a form template used to generate digital dockets
link GraphQL Schema definition
- input DigitalDocketTemplateCreate {
- # The digital docket description (max 500 characters).
- String :
- # The display metadata for the digital docket form.
- FormTemplateDisplayMeta :
- # True if the template is logically deleted.
- # This will hide the template from dashboard and the mobile app.
- Boolean :
- # Whether the digital docket template is published.
- Boolean :
- # The merge template information.
- FileUploadInput :
- # True if the header client field is required in digital dockets generated by this
- # template.
- Boolean :
- # True if the project client field is required in digital dockets generated by
- # this template.
- # Note that you cannot have a project without a client.
- Boolean :
- # True if the task field is required in digital dockets generated by this
- # template.
- Boolean :
- # True if the supervisor field is required in digital dockets generated by this
- # template.
- Boolean :
- # True if the asset field is required in digital dockets generated by this
- # template.
- Boolean :
- # True if the break time field is required in digital dockets generated by this
- # template.
- Boolean :
- # If this is set, it will dictate the position in lists that the template will
- # appear.
- Int :
- # The digital docket's display title (max 150 characters).
- String :
- # List of tags that are allowed to see the template.
- IdObject] : [
- }