DeleteGoalAccountAllocation
No description
type DeleteGoalAccountAllocation {
account: Account
errors: PayloadError
goal: GoalV2
success: Boolean!
}
Fields
DeleteGoalAccountAllocation.account ● Account object
DeleteGoalAccountAllocation.errors ● PayloadError object
DeleteGoalAccountAllocation.goal ● GoalV2 object
DeleteGoalAccountAllocation.success ● Boolean! non-null scalar
Returned By
deleteGoalAccountAllocation mutation