PythonVersionCleared returns if the "python_version" field was cleared in this mutation.
()
| 661 | |
| 662 | // PythonVersionCleared returns if the "python_version" field was cleared in this mutation. |
| 663 | func (m *CIWorkflowResultMutation) PythonVersionCleared() bool { |
| 664 | _, ok := m.clearedFields[ciworkflowresult.FieldPythonVersion] |
| 665 | return ok |
| 666 | } |
| 667 | |
| 668 | // ResetPythonVersion resets all changes to the "python_version" field. |
| 669 | func (m *CIWorkflowResultMutation) ResetPythonVersion() { |