stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SavedSearchConnection

AdminTypes.SavedSearchConnection interface

An auto-generated type for paginating through multiple SavedSearches.

Signature:

export interface SavedSearchConnection 

Properties

Property Modifiers Type Description
edges   Array<SavedSearchEdge> A list of edges.
nodes   Array<SavedSearch> A list of the nodes contained in SavedSearchEdge.
pageInfo   PageInfo Information to aid in pagination.