completeItems
Search for complete items.
completeItems(
businessUnitGroupId: String
businessUnitId: String
searchTerm: String
first: Int!
after: String
filter: CompleteItemsFilteringParamsInput
sort: SortingParamsInput
facetingParams: FacetingParamsInput
): CompleteItemsConnection
Arguments
completeItems.businessUnitGroupId ● String scalar
The ID of the Business Unit Group.
completeItems.businessUnitId ● String scalar
The ID of the Business Unit.
completeItems.searchTerm ● String scalar
The search term to look for.
completeItems.first ● Int! non-null scalar
The number of results to be returned.
completeItems.after ● String scalar
The ID of the page (cursor) if several pages of results are needed.
completeItems.filter ● CompleteItemsFilteringParamsInput input
Filtering options for the returned complete items.
completeItems.sort ● SortingParamsInput input
Sorting options for the returned complete items.
completeItems.facetingParams ● FacetingParamsInput input
Parameters of the faceting properties to be returned in the search result.
Type
CompleteItemsConnection object
A connection to a list of items.