reportRecipients
No description
reportRecipients(
where: QueryReportRecipientsWhereWhereConditions
first: Int!
page: Int
): ReportRecipientPaginator!
Arguments
reportRecipients.where ● QueryReportRecipientsWhereWhereConditions input
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.
Type
ReportRecipientPaginator object
A paginated list of ReportRecipient items.


