FavoriteListsBaseSearchInput
No description
input FavoriteListsBaseSearchInput {
name: String
isDefault: Boolean
page: Int
offset: Int
}
Fields
FavoriteListsBaseSearchInput.name
● String
scalar
Filter by the name of the favorite list.
FavoriteListsBaseSearchInput.isDefault
● Boolean
scalar
Filter by whether the favorite list is a default list.
FavoriteListsBaseSearchInput.page
● Int
scalar
The page number for pagination.
FavoriteListsBaseSearchInput.offset
● Int
scalar
The number of items to return per page.