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(
where: QueryUnsubscribesWhereWhereConditions
first: Int!
page: Int
): UnsubscribePaginator!
Arguments
unsubscribes.where
● QueryUnsubscribesWhereWhereConditions
input
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.
Type
UnsubscribePaginator
object
A paginated list of Unsubscribe items.