INPUT_OBJECT

CreateCallLogMutationInput

The input object that defines the fields for the createCallLog mutation.

link GraphQL Schema definition

  • input CreateCallLogMutationInput {
  • # The ID of an Account.
  • account_id: Int64Bit!
  • # The subject.
  • subject: String!
  • # The body.
  • body: Text!
  • # The time in seconds.
  • 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.
  • files: [AssociateFileMutationInput]
  • }

link Require by