UserFavoritePaged
No description
type UserFavoritePaged {
data: [UserFavorite]!
totalResults: Int!
}
Fields
UserFavoritePaged.data
● [UserFavorite]!
non-null object
The list of items in this pagination window.
UserFavoritePaged.totalResults
● Int!
non-null scalar
Total number of items in the filtered dataset.
Returned by
favorites
query