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!