Skip to main content

FavoriteListsResponse

No description

type FavoriteListsResponse {
items: [FavoriteList!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

FavoriteListsResponse.items ● [FavoriteList!]! non-null object

List of items of type FavoriteList

FavoriteListsResponse.itemsFound ● Int! non-null scalar

Total number of items found

FavoriteListsResponse.offset ● Int! non-null scalar

The amount of items to show per page

FavoriteListsResponse.page ● Int! non-null scalar

The current page

FavoriteListsResponse.pages ● Int! non-null scalar

Total amount of pages

FavoriteListsResponse.start ● Int! non-null scalar

Start position of the current page

FavoriteListsResponse.end ● Int! non-null scalar

End position of the current page

Returned By

favoriteLists query

Member Of

Cluster object ● Company object ● Contact object ● Customer object ● Product object