INPUT_OBJECT

DeleteNoteInput

link GraphQL Schema definition

  • input DeleteNoteInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Id of the lead or opportunity the note is attached to.
  • leadOpptyId: ID
  • }

link Require by