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