SupplierQuickLinkConnection
Paginate through SupplierQuickLinks
type SupplierQuickLinkConnection {
edges: [SupplierQuickLinkEdge]!
nodes: [SupplierQuickLink]!
pageInfo: PageInfo!
}
Fields
SupplierQuickLinkConnection.edges ● [SupplierQuickLinkEdge]! non-null object
SupplierQuickLinkConnection.nodes ● [SupplierQuickLink]! non-null object
SupplierQuickLinkConnection.pageInfo ● PageInfo! non-null object
Returned by
supplierQuickLinks query
Member of
Supplier object