SystemLogEdge
An edge in a connection.
type SystemLogEdge {
cursor: String!
node: SystemLog
}
Fields
SystemLogEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
SystemLogEdge.node ● SystemLog object common
The item at the end of the edge.
Member Of
SystemLogConnection object