String returns externalRef\d+ and real ref name from external schema, like externalRef0.SomeType.
()
| 307 | |
| 308 | // String returns externalRef\d+ and real ref name from external schema, like externalRef0.SomeType. |
| 309 | func (u UnionElement) String() string { |
| 310 | return string(u) |
| 311 | } |
| 312 | |
| 313 | // Method generate union method name for template functions `As/From/Merge`. |
| 314 | func (u UnionElement) Method() string { |