INPUT_OBJECT
Project_Exact
Exact match query arguments for Project
link GraphQL Schema definition
- input Project_Exact {
- # Select multiple Project by ID.
- Int] : [
- # Project name.
- String :
- # An ID used to link to an external application.
- String] : [
- # The unique client ID.
- Int] : [
- # True if active, false if archived.
- Boolean :
- # Filters to projects with the modified by the given user
- Int] : [
- # Find all direct descendants of the project with this ID.
- Int]] : [[
- # Parent ID which all results will be a child of hierarchically
- Int :
- # True to only get root projects, false otherwise
- Boolean :
- # Filters to projects with the supervisor
- Int] : [
- # Only show projects with these tags
- Int]] : [[
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- Boolean :
- # `true` to show the deleted items, `false` otherwise.
- Boolean :
- # Get projects which contains at least one order with satisfy ALL the given args
- ProjectHasOrder :
- }