ENUM
Project_WhereGroup_Fields
Where group options for Project. Matches when any field in the array is met
link GraphQL Schema definition
- enum Project_WhereGroup_Fields {
- # Project name.
- # The time this project was last modified.
- # An ID used to link to an external application.
- # The unique client ID.
- # True if active, false if archived.
- # Filters to projects with the modified by the given user
- # Find all direct descendants of the project with this ID.
- # Parent ID which all results will be a child of hierarchically
- # True to only get root projects, false otherwise
- # Filters to projects with the supervisor
- # Only show projects with these tags
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- # `true` to show the deleted items, `false` otherwise.
- # Get projects which contains at least one order with satisfy ALL the given args
- # Select multiple Order fuzzily by its ID.
- # The description of an order.
- # Job number for an order.
- }