INPUT_OBJECT
DigitalDocketTemplate_Exact
Exact match query arguments for DigitalDocketTemplate
link GraphQL Schema definition
- input DigitalDocketTemplate_Exact {
- # Select multiple DigitalDocketTemplate by ID.
- Int] : [
- # True to show the published forms.
- Boolean :
- # Filters to digitalDocket templates with the created by the given user_ids
- Int] : [
- # Filters to digitalDocket templates with the modified by the given user_ids
- Int] : [
- # True to show the template forms, false otherwise.
- # Note that template forms should not be referenced directly.
- Boolean :
- # `true` to show the archived items, `false` otherwise. Defaults to `false`.
- Boolean :
- # Only show forms that are visible to users with these tags.
- Int] : [
- # Filters to digitial dockets attached to a task.
- Int] : [
- }