reportRecipients
No description
reportRecipients(
first: Int!
page: Int
where: QueryReportRecipientsWhereWhereConditions
): ReportRecipientPaginator!
Arguments
reportRecipients.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
reportRecipients.page ● Int scalar
The offset from which items are returned.
reportRecipients.where ● QueryReportRecipientsWhereWhereConditions input
Type
ReportRecipientPaginator object
A paginated list of ReportRecipient items.


