items
Search for items by a free-text search term.
items(
searchTerm: String!
first: Int!
after: String
businessUnitGroupId: String
businessUnitId: String
sort: SortingParamsInput
facetingParams: FacetingParamsInput
): ItemsConnection
Arguments
items.searchTerm ● String! non-null scalar
The free-text search term. Wildcard usage is allowed.
items.first ● Int! non-null scalar
The number of results to be returned.
items.after ● String scalar
Returns the results in the list that come after the specified cursor.
items.businessUnitGroupId ● String scalar
The ID of the Business Unit Group.
items.businessUnitId ● String scalar
The ID of the Business Unit.
items.sort ● SortingParamsInput input
Sorting options for the returned items.
items.facetingParams ● FacetingParamsInput input
Parameters of the faceting properties to be returned in the search result.
Type
ItemsConnection object
Extensions of the ItemsConnection type.