MCPcopy Index your code
hub / github.com/git-bug/git-bug / OperationEdge

Struct OperationEdge

api/graphql/models/gen_models.go:292–295  ·  view source on GitHub ↗

Represent an Operation

Source from the content-addressed store, hash-verified

290
291// Represent an Operation
292type OperationEdge struct {
293 Cursor string `json:"cursor"`
294 Node dag.Operation `json:"node"`
295}
296
297// Information about pagination in a connection.
298type PageInfo struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected