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

Struct BugEdge

api/graphql/models/gen_models.go:157–162  ·  view source on GitHub ↗

An edge in a connection.

Source from the content-addressed store, hash-verified

155
156// An edge in a connection.
157type BugEdge struct {
158 // A cursor for use in pagination.
159 Cursor string `json:"cursor"`
160 // The item at the end of the edge.
161 Node BugWrapper `json:"node"`
162}
163
164type BugEditCommentInput struct {
165 // A unique identifier for the client performing the mutation.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected