emailLogs
List of email logs.
emailLogs(
filter: EmailEventFilterInput
sortBy: EmailEventSortingInput
before: String
after: String
first: Int
last: Int
): EmailEventCountableConnection
Arguments
emailLogs.filter ● EmailEventFilterInput input
Filtering options for email logs.
emailLogs.sortBy ● EmailEventSortingInput input
Sort email logs.
emailLogs.before ● String scalar
Return the elements in the list that come before the specified cursor.
emailLogs.after ● String scalar
Return the elements in the list that come after the specified cursor.
emailLogs.first ● Int scalar
Return the first n elements from the list.
emailLogs.last ● Int scalar
Return the last n elements from the list.