Preview

PublishedProductSearchPageableRequest is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

PublishedProductSearchPageableRequest

Represents a paginated request

This page contains

    Fields

    first Int

    Represents the number of items to return after the given after cursor

    after String

    Returns the elements in the list that come after the specified cursor

    last Int

    Represents the number of items to return before the given before cursor

    before String

    Returns the elements in the list that come before the specified cursor

    type PublishedProductSearchPaginationType PREVIEW

    Represent the paging strategy to be used (FROM_SIZE is default)