| 116 | } |
| 117 | |
| 118 | type BugCommentEdge struct { |
| 119 | Cursor string `json:"cursor"` |
| 120 | Node *bug.Comment `json:"node"` |
| 121 | } |
| 122 | |
| 123 | // The connection type for Bug. |
| 124 | type BugConnection struct { |
nothing calls this directly
no outgoing calls
no test coverage detected