()
| 2196 | } |
| 2197 | |
| 2198 | func (m *mutation) CustomHTTPConfig() (*FieldHTTPConfig, error) { |
| 2199 | return getCustomHTTPConfig((*field)(m), true) |
| 2200 | } |
| 2201 | |
| 2202 | func (m *mutation) EnumValues() []string { |
| 2203 | return nil |
nothing calls this directly
no test coverage detected