import { ShopifyStringConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple Strings.
interface ShopifyStringConnection {
__typename: "StringConnection"
edges: ShopifyStringEdge[]
nodes: string[]
pageInfo: ShopifyPageInfo
}
__typename "StringConnection" |
|---|
edges ShopifyStringEdge[] |
|---|
A list of edges. |
nodes string[] |
|---|
A list of the nodes contained in StringEdge. |
pageInfo ShopifyPageInfo |
|---|
Information to aid in pagination. |