ItemLabelsResult Object
Description
Search results for item labels with pagination information.
Declaration
type ItemLabelsResult {
labels: [ItemLabelsResultLabel!]!
pagination: Pagination
}
Fields
| Name | Type | Description |
|---|---|---|
labels | [ItemLabelsResultLabel!]! | List of labels matching the search criteria. |
pagination | Pagination | Pagination information for the search results. |