Skip to main content

itemLinks

Accepts optional sorting, filtering and pagination arguments and returns the response containing single page of Item links, with additional technical information used for inter page navigation.

NOTE: Max 9.999 results.

By default excludes DELETED Item Links. Might be changed if includeDeleted flag set to true.

itemLinks(
first: Int
after: String
sort: SortingParamsInput
filter: FilteringParamsInput
): ItemLinksConnection

Arguments

itemLinks.first ● Int scalar

Returns the first n elements from the list.

itemLinks.after ● String scalar

Returns the elements in the list that come after the specified cursor.

itemLinks.sort ● SortingParamsInput input

Sorting options for the returned item links.

itemLinks.filter ● FilteringParamsInput input

Filtering options for the returned item links.

Type

ItemLinksConnection object

A connection to a list of items.