Represent an Operation
| 290 | |
| 291 | // Represent an Operation |
| 292 | type OperationEdge struct { |
| 293 | Cursor string `json:"cursor"` |
| 294 | Node dag.Operation `json:"node"` |
| 295 | } |
| 296 | |
| 297 | // Information about pagination in a connection. |
| 298 | type PageInfo struct { |
nothing calls this directly
no outgoing calls
no test coverage detected