MCPcopy Create free account
hub / github.com/cli/cli / AddBlockedByInput

Struct AddBlockedByInput

api/queries_issue.go:591–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589// AddBlockedBy marks an issue as blocked by another issue.
590func AddBlockedBy(client *Client, hostname string, issueID string, blockingIssueID string) error {
591 type AddBlockedByInput struct {
592 IssueID githubv4.ID `json:"issueId"`
593 BlockingIssueID githubv4.ID `json:"blockingIssueId"`
594 }
595
596 var mutation struct {
597 AddBlockedBy struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected