Represent a TimelineItem
| 249 | |
| 250 | // Represent a TimelineItem |
| 251 | type BugTimelineItemEdge struct { |
| 252 | Cursor string `json:"cursor"` |
| 253 | Node bug.TimelineItem `json:"node"` |
| 254 | } |
| 255 | |
| 256 | type IdentityConnection struct { |
| 257 | Edges []*IdentityEdge `json:"edges"` |
nothing calls this directly
no outgoing calls
no test coverage detected