| 261 | } |
| 262 | |
| 263 | type IdentityEdge struct { |
| 264 | Cursor string `json:"cursor"` |
| 265 | Node IdentityWrapper `json:"node"` |
| 266 | } |
| 267 | |
| 268 | type LabelConnection struct { |
| 269 | Edges []*LabelEdge `json:"edges"` |
nothing calls this directly
no outgoing calls
no test coverage detected