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