Skip to main content

FavoriteListsBaseSearchInput

No description

input FavoriteListsBaseSearchInput {
name: String
isDefault: Boolean
page: Int
offset: Int
}

Fields

FavoriteListsBaseSearchInput.name ● String scalar

Text search filter for favorite list names.

Performs a partial, case-sensitive match on the favorite list name field. Use this to find lists with names containing the specified text. Maximum length is 64 characters.

FavoriteListsBaseSearchInput.isDefault ● Boolean scalar

Filter by default list status.

When true, returns only favorite lists marked as default. When false, returns only non-default lists. When omitted, returns both default and non-default lists.

FavoriteListsBaseSearchInput.page ● Int scalar

Page number for pagination.

Determines which page of results to return. Must be a positive integer starting from 1. Default value is 1 if not specified.

FavoriteListsBaseSearchInput.offset ● Int scalar

Number of items per page for pagination.

Controls how many favorite lists are returned in each page. Must be a positive integer. Default value is 12 if not specified.