Skip to main content

items

Search for items by a free-text search term.

items(
searchTerm: String!
first: Int!
after: String
businessUnitGroupId: String
businessUnitId: String
sort: SortingParamsInput
): 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.

Type

ItemsConnection object

A connection to a list of items.