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