Skip to content

receivedFaxes

Fetch paginated Received Faxes collection

Arguments

after · Cursor · Cursor to fetch results after

Returns

[ReceivedFax!]

Example

query receivedFaxes(
$active_status: String
$keywords: String
$sort_by: String
$order_by: ReceivedFaxOrderKeys
$offset: Int
$page_size: Int
$after: Cursor
) {
receivedFaxes(
active_status: $active_status
keywords: $keywords
sort_by: $sort_by
order_by: $order_by
offset: $offset
page_size: $page_size
after: $after
) {
archived
comments
created_at
cursor
from_number
id
referring_provider_name
viewed_by_current_user
}
}