DeleteResult
Returned when using a mutation that deletes one or several items.
type DeleteResult {
success: Boolean
count: Int
}
Fields
DeleteResult.success
● Boolean
scalar
DeleteResult.count
● Int
scalar
Returned by
deleteCase
mutation ● deleteGroup
mutation ● deleteUser
mutation ● removeGoal
mutation