RequirementSearch
No description
input RequirementSearch {
idIn: [ID!]
labelEq: String
labelCont: String
descriptionEq: String
descriptionCont: String
projectTypeId: Int
}
Fields
RequirementSearch.idIn
● [ID!]
list scalar
Search for requirements that has the ID
RequirementSearch.labelEq
● String
scalar
Exact search for a label
RequirementSearch.labelCont
● String
scalar
Search for the content of a label
RequirementSearch.descriptionEq
● String
scalar
Search for the content of an description
RequirementSearch.descriptionCont
● String
scalar
Exact search for an description
RequirementSearch.projectTypeId
● Int
scalar
Search for the content of an project_type_id
Member Of
playbooks
query