OBJECT

createGoalHistoryPayload

Autogenerated return type of createGoalHistory.

link GraphQL Schema definition

  • type createGoalHistoryPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • goalHistory: GoalHistory
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }