()
| 3565 | } |
| 3566 | |
| 3567 | func (m *SchemaUpdate) GetNonNullableList() bool { |
| 3568 | if m != nil { |
| 3569 | return m.NonNullableList |
| 3570 | } |
| 3571 | return false |
| 3572 | } |
| 3573 | |
| 3574 | func (m *SchemaUpdate) GetObjectTypeName() string { |
| 3575 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected