OBJECT

createGoalPayload

Autogenerated return type of createGoal.

link GraphQL Schema definition

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