Anchor to StringConnectionString
connectionString Connection
An auto-generated type for paginating through multiple Strings.
Anchor to Queries with this connectionQueries with this connection
- productTags (StringConnection!)
- productTypes (StringConnection!)
- •query
Returns a paginated list of all tags that have been added to products in the shop. Useful for building tag-based product filtering or navigation in a storefront.
- Anchor to firstfirst•Int!required
Returns up to the first
nelements from the list.
Arguments
- •query
Returns a list of product types from the shop's
Productobjects that are published to your app. Use this query to build filtering interfaces or navigation menus based on product categorization.- Anchor to firstfirst•Int!required
Returns up to the first
nelements from the list.
Arguments
Was this section helpful?
Anchor to Possible returnsPossible returns
- edges ([StringEdge!]!)
- nodes ([String!]!)
- pageInfo (PageInfo!)
- Anchor to edgesedges•[String
Edge!]! non-null A list of edges.
- Anchor to nodesnodes•[String!]!non-null
A list of the nodes contained in StringEdge.
- Anchor to pageInfopage•Page
Info Info! non-null Information to aid in pagination.
Was this section helpful?