int32Builder is the builder for int32 field.
| 896 | |
| 897 | // int32Builder is the builder for int32 field. |
| 898 | type int32Builder struct { |
| 899 | desc *Descriptor |
| 900 | } |
| 901 | |
| 902 | // Unique makes the field unique within all vertices of this type. |
| 903 | func (b *int32Builder) Unique() *int32Builder { |
nothing calls this directly
no outgoing calls
no test coverage detected