Skip to main content

SupplierMetaInfoConnection

No description

type SupplierMetaInfoConnection {
edges: [SupplierMetaInfoEdge]
pageInfo: PageInfo!
adviseMessage(level: [AdviseMessageLevel]): [AdviseMessage!]
totalCount: Int!
}

Fields

SupplierMetaInfoConnection.edges ● [SupplierMetaInfoEdge] list object

Supplier edges of Supplier connection

SupplierMetaInfoConnection.pageInfo ● PageInfo! non-null object

Page info of the connection

SupplierMetaInfoConnection.adviseMessage ● [AdviseMessage!] list object

List of advise messages.

SupplierMetaInfoConnection.adviseMessage.level ● [AdviseMessageLevel] list enum

SupplierMetaInfoConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

AdminQuery object