INPUT_OBJECT
UpdateCallLogMutationInput
The input object that defines the fields for the updateCallLog mutation.
link GraphQL Schema definition
- input UpdateCallLogMutationInput {
- # The subject.
- String :
- # The body.
- Text :
- # The time in seconds.
- Int :
- # A list of file IDs to be associated with this object. These must first have been
- # uploaded to the /files endpoint and must be currently unassociated.
- AssociateFileMutationInput] : [
- }