supSoftwareProjectSearch
Searches software projects.
supSoftwareProjectSearch(
after: String
before: String
first: Int
last: Int
order: [SupSoftwareProjectSortInput!]
where: SupSoftwareProjectSearchFilterInput
): SupSoftwareProjectConnection
Arguments
supSoftwareProjectSearch.after ● String scalar
Returns the elements in the list that come after the specified cursor.
supSoftwareProjectSearch.before ● String scalar
Returns the elements in the list that come before the specified cursor.
supSoftwareProjectSearch.first ● Int scalar
Returns the first _n_ elements from the list.
supSoftwareProjectSearch.last ● Int scalar
Returns the last _n_ elements from the list.
supSoftwareProjectSearch.order ● [SupSoftwareProjectSortInput!] list input
supSoftwareProjectSearch.where ● SupSoftwareProjectSearchFilterInput input
Type
SupSoftwareProjectConnection object
A connection to a list of items.