OBJECT
SystemLogConnection
A connection to a list of items.
link GraphQL Schema definition
- type SystemLogConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [SystemLogEdge]
- # A list of SystemLog nodes.
- : [SystemLog!]!
- # The total count of items in the connection.
- : Int!
- }