ENUM
FormResult_WhereGroup_Fields
Where group options for FormResult. Matches when any field in the array is met
link GraphQL Schema definition
- enum FormResult_WhereGroup_Fields {
- # The date the form result was created, GMT.
- # The date the form result was modified, GMT.
- # The order resource this form is related to (i.e. was created from an
- # allocation).
- # The order resource date this form is related to (i.e. was created from an
- # allocation).
- # Whether a form result is currently in progress (not submitted)
- # The form's display name.
- # Unique form ID.
- # Whether a form can be shared amongst users to complete.
- # Unique user ID.
- # Unique user ID.
- # The unique client ID.
- # Unique order ID.
- # Unique project ID.
- # Form results associated with a asset id
- # Form results contain an asset
- # Form results contain an asset that matches a tag
- # Form results that a user collaborated on (created a form result version for)
- # Matches any form results with matching order task and date
- # Form results created by users that have a user tag
- # Form results created by user that have a team tag
- # Unique supplier ID.
- # Form results that belong to this timesheet
- }