Skip to main content

SupplierConnection

Connection (list) of Suppliers

type SupplierConnection {
edges: [SupplierEdge]
pageInfo: PageInfo!
adviseMessage(level: [AdviseMessageLevel]): [AdviseMessage!]
error: [Error!] @deprecated
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!] deprecated list object

DEPRECATED

deprecated from 2019-01-01. Use AdviseMessage instead

SupplierConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

AdminQuery object ● ClientData object ● GroupCommonData interface ● GroupData object ● OrganizationData object