Skip to main content

GoalCreate

Create a new Goal resource.

Mutation

mutation GoalCreate($input: GoalCreateInput!) {
GoalCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Goal resource.