Skip to content

CallReferenceInput

Payload for a CallReference

Fields

date_recorded · String · The date the call was recorded
id · ID · The ID of the CallReference
notes · String · Notes about the call
reference_number · String · The reference number for the call
time_recorded · String · The time the call was recorded

Used By

Definition

"""
Payload for a CallReference
"""
input CallReferenceInput {
"""
The date the call was recorded
"""
date_recorded: String
"""
The ID of the CallReference
"""
id: ID
"""
Notes about the call
"""
notes: String
"""
The reference number for the call
"""
reference_number: String
"""
The time the call was recorded
"""
time_recorded: String
}