ConnectionConnection
Connection (list) of Connections
type ConnectionConnection {
edges: [ConnectionEdge]
pageInfo: PageInfo!
adviseMessage(
level: [AdviseMessageLevel]
): [AdviseMessage!]
totalCount: Int!
}
Fields
ConnectionConnection.edges ● [ConnectionEdge] list object
Connection edges of Connection connection
ConnectionConnection.pageInfo ● PageInfo! non-null object
Page info of the connection
ConnectionConnection.adviseMessage ● [AdviseMessage!] list object
List of advise messages.
ConnectionConnection.adviseMessage.level ● [AdviseMessageLevel] list enum
ConnectionConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
admin.allConnections query ● admin.allConnectionsInternal query