Skip to main content

SupplierIdentityConnection

Paginate through SupplierIdentities

type SupplierIdentityConnection {
edges: [SupplierIdentityEdge]!
nodes: [SupplierIdentity]!
pageInfo: PageInfo!
}

Fields​

SupplierIdentityConnection.edges ● [SupplierIdentityEdge]! non-null object​

SupplierIdentityConnection.nodes ● [SupplierIdentity]! non-null object​

SupplierIdentityConnection.pageInfo ● PageInfo! non-null object​

Returned by​

supplierIdentities query

Member of​

Supplier object