Skip to content

createGoalPayload

Autogenerated return type of createGoal.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createGoal.
"""
type createGoalPayload {
goal: Goal
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}