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(
where: QueryResubscribesWhereWhereConditions
first: Int!
page: Int
): ResubscribePaginator!
Arguments
resubscribes.where
● QueryResubscribesWhereWhereConditions
input
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.
Type
ResubscribePaginator
object
A paginated list of Resubscribe items.