GoalCreate
Create a new Goal resource.
Mutation
mutation GoalCreate($input: GoalCreateInput!) {
GoalCreate(input: $input) {
id
}
}
Input
input: See GoalCreateInput for input fields.
Return Type
Returns the created Goal resource.
Create a new Goal resource.
mutation GoalCreate($input: GoalCreateInput!) {
GoalCreate(input: $input) {
id
}
}
input: See GoalCreateInput for input fields.Returns the created Goal resource.