int64Builder is the builder for int64 field.
| 1094 | |
| 1095 | // int64Builder is the builder for int64 field. |
| 1096 | type int64Builder struct { |
| 1097 | desc *Descriptor |
| 1098 | } |
| 1099 | |
| 1100 | // Unique makes the field unique within all vertices of this type. |
| 1101 | func (b *int64Builder) Unique() *int64Builder { |
nothing calls this directly
no outgoing calls
no test coverage detected