ProjectTypeSearch
No description
input ProjectTypeSearch {
labelEq: String
labelCont: String
descriptionEq: String
descriptionCont: String
idIn: [Int!]
}
Fields
ProjectTypeSearch.labelEq
● String
scalar
Exact search for a label
ProjectTypeSearch.labelCont
● String
scalar
Search for the content of a label
ProjectTypeSearch.descriptionEq
● String
scalar
Search for the content of an description
ProjectTypeSearch.descriptionCont
● String
scalar
Exact search for an description
ProjectTypeSearch.idIn
● [Int!]
list scalar
Ids is one of these values
Member Of
projectTypes
query