INPUT_OBJECT

DeleteActivityCommentInput

link GraphQL Schema definition

  • input DeleteActivityCommentInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Id of the appointment or task the comment belongs to.
  • activityId: ID
  • }

link Require by