Type returns the node type of this mutation (Share).
()
| 12104 | |
| 12105 | // Type returns the node type of this mutation (Share). |
| 12106 | func (m *ShareMutation) Type() string { |
| 12107 | return m.typ |
| 12108 | } |
| 12109 | |
| 12110 | // Fields returns all fields that were changed during this mutation. Note that in |
| 12111 | // order to get all numeric fields that were incremented/decremented, call |
nothing calls this directly
no outgoing calls
no test coverage detected