Skip to main content

SystemLogConnection

The connection type for SystemLog.

type SystemLogConnection {
edges: [SystemLogEdge]
nodes: [SystemLog]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

SystemLogConnection.edges ● [SystemLogEdge] list object common

A list of edges.

SystemLogConnection.nodes ● [SystemLog] list object common

A list of nodes.

SystemLogConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

SystemLogConnection.totalCount ● Int! non-null scalar common

Total count of items in the connection, without considering pagination.

Returned By

systemLogs query