SupplierConnection
Connection (list) of Suppliers
type SupplierConnection {
edges: [SupplierEdge]
pageInfo: PageInfo!
adviseMessage(
level: [AdviseMessageLevel]
): [AdviseMessage!]
error: [Error!]
totalCount: Int!
}
Fields
SupplierConnection.edges ● [SupplierEdge] list object
Supplier edges of Supplier connection
SupplierConnection.pageInfo ● PageInfo! non-null object
Page info of the connection
SupplierConnection.adviseMessage ● [AdviseMessage!] list object
List of advise messages.
SupplierConnection.adviseMessage.level ● [AdviseMessageLevel] list enum
SupplierConnection.error ● [Error!] list object
SupplierConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Member Of
GroupCommonData interface ● GroupData object ● OrganizationData object