INPUT_OBJECT

CreateLeadOpptyStepCheckListRelationInput

link GraphQL Schema definition

  • input CreateLeadOpptyStepCheckListRelationInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Document linked as evidence for this checklist item.
  • cloudObject: CreateCloudObjectInput
  • # Note linked as evidence for this checklist item.
  • note: CreateNoteInput
  • # Id of the appointment or task linked as evidence for this checklist item.
  • activityId: ID
  • # Id of the document.
  • cloudObjectId: ID
  • # Id of the email.
  • emailId: ID
  • # True when the checklist item has been completed for this lead, opportunity or
  • # quote.
  • itemChecked: Boolean
  • # Id of the lead or opportunity, or empty when this completion belongs to a quote.
  • leadOpptyId: ID
  • # Id of the note.
  • noteId: ID
  • # Id of the quote.
  • quoteId: ID
  • # Id of the step checklist item.
  • stepChecklistId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by