Skip to main content

itemCategories

Accepts optional sorting and pagination arguments and returns the response containing single page of Item categories, with additional technical information used for inter page navigation. NOTE: Max 9.999 results.

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

itemCategories(
first: Int
after: String
sort: SortingParamsInput
filter: FilteringParamsInput
): ItemCategoriesConnection

Arguments

itemCategories.first ● Int scalar

Returns the first n elements from the list.

itemCategories.after ● String scalar

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

itemCategories.sort ● SortingParamsInput input

Sorting options for the returned item categories.

itemCategories.filter ● FilteringParamsInput input

Filtering options for the returned item categories.

Type

ItemCategoriesConnection object

A connection to a list of items.