UpdateResult
Returned when using a mutation that updates one or several items.
type UpdateResult {
success: Boolean
count: Int
errors: [String]
}
Fields
UpdateResult.success ● Boolean scalar
UpdateResult.count ● Int scalar
UpdateResult.errors ● [String] list scalar
Returned By
toggleGoals mutation ● updateCompany mutation ● updatePerson mutation