INTERFACE
RepositoryNode
Represents a object that belongs to a repository.
link GraphQL Schema definition
- interface RepositoryNode {
- # The repository associated with this node.
- Repository! :
- }
link Require by
- CommitCommentRepresents a comment on a given Commit.
- IssueAn Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
- IssueCommentRepresents a comment on an Issue.
- PullRequestA repository pull request.
- PullRequestReviewA review object for a given pull request.
- PullRequestReviewCommentA review comment associated with a given repository pull request.