SetField sets the value for the given name. It returns an error if the field is not defined in the schema, or if the type mismatch the field type.
(name string, value Value)
| 285 | // error if the field is not defined in the schema, or if the |
| 286 | // type mismatch the field type. |
| 287 | SetField(name string, value Value) error |
| 288 | |
| 289 | // AddedFields returns all numeric fields that were incremented |
| 290 | // or decremented during this mutation. |
no outgoing calls
no test coverage detected