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


