ProjectFilter
Available filters for querying Projects. The result set is the intersection of all specified filters.
input ProjectFilter {
ids: [UUID!]
status: ProjectStatusCriterion
name: StringCriterion
groupName: StringCriterion
subGroupName: StringCriterion
}
Fields
ProjectFilter.ids
● [UUID!]
list scalar
Selects only the Projects having one of these ids.
ProjectFilter.status
● ProjectStatusCriterion
input
Filter Projects by name, status, groupName and subGroupName
ProjectFilter.name
● StringCriterion
input
ProjectFilter.groupName
● StringCriterion
input
ProjectFilter.subGroupName
● StringCriterion
input
Member Of
ProjectsInput
input