OBJECT
SMTPServer
link GraphQL Schema definition
- type SMTPServer {
- # ID
- ID! :
- # Name
- String! :
- # SMTP server address
- String! :
- # SMTP user on the server
- String! :
- # Port of SMTP server
- Int! :
- # Password for SMTP server
- String :
- # sender email address
- String! :
- # Is smtp server archived
- Boolean! :
- # Object usage information
- UsageInfo! :
- # EmailGroups the server belongs to
- #
- # Arguments
- # after: Returns the items in the list that come after the
- # specified cursor.
- # first: Returns the first n items from the list.
- # before: Returns the items in the list that come before the
- # specified cursor.
- # last: Returns the last n items from the list.
- String, : Int, : String, : Int): EmailGroupConnection! ( :
- }