SupplierProductLocaleConnection
Paginate through SupplierProductLocales
type SupplierProductLocaleConnection {
edges: [SupplierProductLocaleEdge]!
nodes: [SupplierProductLocale]!
pageInfo: PageInfo!
}
Fields
SupplierProductLocaleConnection.edges
● [SupplierProductLocaleEdge]!
non-null object
SupplierProductLocaleConnection.nodes
● [SupplierProductLocale]!
non-null object
SupplierProductLocaleConnection.pageInfo
● PageInfo!
non-null object
Member of
SupplierProduct
object