INPUT_OBJECT

deleteGoalHistoryInput

Autogenerated input type of deleteGoalHistory

link GraphQL Schema definition

  • input deleteGoalHistoryInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • completed_on: String
  • # ID of the goal to remove a goal history for
  • id: ID
  • }