INPUT_OBJECT

DeleteStepChecklistInput

link GraphQL Schema definition

  • input DeleteStepChecklistInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Id of the appointment or task type that satisfies the checklist item, or empty
  • # when the item is not activity-based.
  • activityTypeId: ID
  • }

link Require by