INPUT_OBJECT

CreateLeadOpptyStepCheckListRelationInput

link GraphQL Schema definition

  • input CreateLeadOpptyStepCheckListRelationInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • cloudObject: CreateCloudObjectInput
  • note: CreateNoteInput
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • activityId: ID
  • # Relation to single entity instance.
  • cloudObjectId: ID
  • # Relation to single entity instance.
  • emailId: ID
  • # Boolean value.
  • itemChecked: Boolean
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • leadOpptyId: ID
  • # Relation to single entity instance.
  • noteId: ID
  • # Relation to single entity instance.
  • quoteId: ID
  • # Relation to single entity instance.
  • stepChecklistId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by