emailLogs
List of email logs with filtering and sorting
emailLogs(
filter: EmailEventFilterInput
sortBy: EmailEventSortingInput
before: String
after: String
first: Int
last: Int
): EmailEventCountableConnection!
Arguments
emailLogs.filter ● EmailEventFilterInput input
emailLogs.sortBy ● EmailEventSortingInput input
emailLogs.before ● String scalar
Returns the items in the list that come before the specified cursor.
emailLogs.after ● String scalar
Returns the items in the list that come after the specified cursor.
emailLogs.first ● Int scalar
Returns the first n items from the list.
emailLogs.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
EmailEventCountableConnection object
A connection to a list of items.