Skip to content

sentFax

Fetch sent Fax by ID

Arguments

id · ID! · required · The ID of the sent Fax

Returns

SentFax

Example

query sentFax($id: ID!) {
sentFax(id: $id) {
created_at
cursor
destination_number
id
parsed_form_answer_group_ids
patient
resendable
sender
status
status_display_string
updated_at
}
}