unsubscribes
Returns unsubscribes sorted in descending order by the date the unsubscribe was processed.
Only returns records that are currently unsubscribed (they may have been resubscribed after the unsubscribe, in which case, they will not be returned by this query).
unsubscribes(
first: Int!
page: Int
where: QueryUnsubscribesWhereWhereConditions
): UnsubscribePaginator!
Arguments
unsubscribes.first
● Int!
non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
unsubscribes.page
● Int
scalar
The offset from which items are returned.
unsubscribes.where
● QueryUnsubscribesWhereWhereConditions
input
Type
UnsubscribePaginator
object
A paginated list of Unsubscribe items.