关于对象
GraphQL 中的对象表示可以访问的资源。 对象包含经过专门类型化的字段列表。
例如,Repository
对象具有一个名为 name
的字段,该字段是 String
。
有关详细信息,请参阅“GraphQL 简介”。
ActorLocation
Location information for an actor.
AddedToMergeQueueEvent
Represents anadded_to_merge_queue
event on a given pull request.
AddedToMergeQueueEvent
实现
AddedToMergeQueueEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The user who added this Pull Request to the merge queue. |
| The Node ID of the AddedToMergeQueueEvent object. |
| The merge queue where this pull request was added to. |
| PullRequest referenced by event. |
AddedToProjectEvent
Represents aadded_to_project
event on a given issue or pull request.
AddedToProjectEvent
实现
AddedToProjectEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The Node ID of the AddedToProjectEvent object. |
| Project referenced by event. |
| Project card referenced by this project event. |
| Column name referenced by this project event. |
App
A GitHub App.
App
实现
App
字段
名称 | 说明 |
---|---|
| The client ID of the app. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The description of the app. |
| The Node ID of the App object. |
| The IP addresses of the app.
|
| The hex color code, without the leading '#', for the logo background. |
| A URL pointing to the app's logo.
|
| The name of the app. |
| A slug based on the name of the app for use in URLs. |
| Identifies the date and time when the object was last updated. |
| The URL to the app's homepage. |
AssignedEvent
Represents anassigned
event on any assignable object.
AssignedEvent
实现
AssignedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the assignable associated with the event. |
| Identifies the user or mannequin that was assigned. |
| Identifies the date and time when the object was created. |
| The Node ID of the AssignedEvent object. |
| Identifies the user who was assigned. 警告
Assignees can now be mannequins. Use the |
AutoMergeDisabledEvent
Represents aauto_merge_disabled
event on a given pull request.
AutoMergeDisabledEvent
实现
AutoMergeDisabledEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The user who disabled auto-merge for this Pull Request. |
| The Node ID of the AutoMergeDisabledEvent object. |
| PullRequest referenced by event. |
| The reason auto-merge was disabled. |
| The reason_code relating to why auto-merge was disabled. |
AutoMergeEnabledEvent
Represents aauto_merge_enabled
event on a given pull request.
AutoMergeEnabledEvent
实现
AutoMergeEnabledEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The user who enabled auto-merge for this Pull Request. |
| The Node ID of the AutoMergeEnabledEvent object. |
| PullRequest referenced by event. |
AutoMergeRequest
Represents an auto-merge request for a pull request.
AutoMergeRequest
字段
名称 | 说明 |
---|---|
| The email address of the author of this auto-merge request. |
| The commit message of the auto-merge request. If a merge queue is required by the base branch, this value will be set by the merge queue when merging. |
| The commit title of the auto-merge request. If a merge queue is required by the base branch, this value will be set by the merge queue when merging. |
| When was this auto-merge request was enabled. |
| The actor who created the auto-merge request. |
| The merge method of the auto-merge request. If a merge queue is required by the base branch, this value will be set by the merge queue when merging. |
| The pull request that this auto-merge request is set against. |
AutoRebaseEnabledEvent
Represents aauto_rebase_enabled
event on a given pull request.
AutoRebaseEnabledEvent
实现
AutoRebaseEnabledEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The user who enabled auto-merge (rebase) for this Pull Request. |
| The Node ID of the AutoRebaseEnabledEvent object. |
| PullRequest referenced by event. |
AutoSquashEnabledEvent
Represents aauto_squash_enabled
event on a given pull request.
AutoSquashEnabledEvent
实现
AutoSquashEnabledEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The user who enabled auto-merge (squash) for this Pull Request. |
| The Node ID of the AutoSquashEnabledEvent object. |
| PullRequest referenced by event. |
AutomaticBaseChangeFailedEvent
Represents aautomatic_base_change_failed
event on a given pull request.
AutomaticBaseChangeFailedEvent
实现
AutomaticBaseChangeFailedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the AutomaticBaseChangeFailedEvent object. |
| The new base for this PR. |
| The old base for this PR. |
| PullRequest referenced by event. |
AutomaticBaseChangeSucceededEvent
Represents aautomatic_base_change_succeeded
event on a given pull request.
AutomaticBaseChangeSucceededEvent
实现
AutomaticBaseChangeSucceededEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the AutomaticBaseChangeSucceededEvent object. |
| The new base for this PR. |
| The old base for this PR. |
| PullRequest referenced by event. |
BaseRefChangedEvent
Represents abase_ref_changed
event on a given issue or pull request.
BaseRefChangedEvent
实现
BaseRefChangedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the name of the base ref for the pull request after it was changed. |
| Identifies the primary key from the database. |
| The Node ID of the BaseRefChangedEvent object. |
| Identifies the name of the base ref for the pull request before it was changed. |
| PullRequest referenced by event. |
BaseRefDeletedEvent
Represents abase_ref_deleted
event on a given pull request.
BaseRefDeletedEvent
实现
BaseRefDeletedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the name of the Ref associated with the |
| Identifies the date and time when the object was created. |
| The Node ID of the BaseRefDeletedEvent object. |
| PullRequest referenced by event. |
BaseRefForcePushedEvent
Represents abase_ref_force_pushed
event on a given pull request.
BaseRefForcePushedEvent
实现
BaseRefForcePushedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the after commit SHA for the |
| Identifies the before commit SHA for the |
| Identifies the date and time when the object was created. |
| The Node ID of the BaseRefForcePushedEvent object. |
| PullRequest referenced by event. |
| Identifies the fully qualified ref name for the |
BlameRange
Represents a range of information from a Git blame.
BlameRange
字段
名称 | 说明 |
---|---|
| Identifies the recency of the change, from 1 (new) to 10 (old). This is calculated as a 2-quantile and determines the length of distance between the median age of all the changes in the file and the recency of the current range's change. |
| Identifies the line author. |
| The ending line for the range. |
| The starting line for the range. |
Blob
Represents a Git blob.
Blob
实现
Blob
字段
名称 | 说明 |
---|---|
| An abbreviated version of the Git object ID. |
| Byte size of Blob object. |
| The HTTP path for this Git object. |
| The HTTP URL for this Git object. |
| The Node ID of the Blob object. |
| Indicates whether the Blob is binary or text. Returns null if unable to determine the encoding. |
| Indicates whether the contents is truncated. |
| The Git object ID. |
| The Repository the Git object belongs to. |
| UTF8 text data or null if the Blob is binary. |
Bot
A special type of user which takes actions on behalf of GitHub Apps.
Bot
实现
Bot
字段
名称 | 说明 |
---|---|
| A URL pointing to the GitHub App's public avatar.
|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The Node ID of the Bot object. |
| The username of the actor. |
| The HTTP path for this bot. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this bot. |
BranchNamePatternParameters
Parameters to be used for the branch_name_pattern rule.
BranchProtectionRule
A branch protection rule.
BranchProtectionRule
实现
BranchProtectionRule
字段
名称 | 说明 |
---|---|
| Can this branch be deleted. |
| Are force pushes allowed on this branch. |
| Is branch creation a protected operation. |
| A list of conflicts matching branches protection rule and other branch protection rules.
|
| A list of actors able to force push for this branch protection rule.
|
| A list of actors able to bypass PRs for this branch protection rule.
|
| The actor who created this branch protection rule. |
| Identifies the primary key from the database. |
| Will new commits pushed to matching branches dismiss pull request review approvals. |
| The Node ID of the BranchProtectionRule object. |
| Can admins override branch protection. |
| Whether users can pull changes from upstream when the branch is locked. Set to
|
| Whether to set the branch as read-only. If this is true, users will not be able to push to the branch. |
| Repository refs that are protected by this rule.
|
| Identifies the protection rule pattern. |
| A list push allowances for this branch protection rule. |
| The repository associated with this branch protection rule. |
| Whether the most recent push must be approved by someone other than the person who pushed it. |
| Number of approving reviews required to update matching branches. |
| List of required deployment environments that must be deployed successfully to update matching branches. |
| List of required status check contexts that must pass for commits to be accepted to matching branches. |
| List of required status checks that must pass for commits to be accepted to matching branches. |
| Are approving reviews required to update matching branches. |
| Are reviews from code owners required to update matching branches. |
| Are commits required to be signed. |
| Are conversations required to be resolved before merging. |
| Does this branch require deployment to specific environments before merging. |
| Are merge commits prohibited from being pushed to this branch. |
| Are status checks required to update matching branches. |
| Are branches required to be up to date before merging. |
| Is pushing to matching branches restricted. |
| Is dismissal of pull request reviews restricted. |
| A list review dismissal allowances for this branch protection rule.
|
BranchProtectionRuleConflict
A conflict between two branch protection rules.
BranchProtectionRuleConflict
字段
名称 | 说明 |
---|---|
| Identifies the branch protection rule. |
| Identifies the conflicting branch protection rule. |
| Identifies the branch ref that has conflicting rules. |
BranchProtectionRuleConflictConnection
The connection type for BranchProtectionRuleConflict.
BranchProtectionRuleConflictConnection
字段
名称 | 说明 |
---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
BranchProtectionRuleConflictEdge
An edge in a connection.
BranchProtectionRuleConflictEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
BranchProtectionRuleConnection
The connection type for BranchProtectionRule.
BranchProtectionRuleConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
BranchProtectionRuleEdge
An edge in a connection.
BranchProtectionRuleEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
BypassForcePushAllowance
A user, team, or app who has the ability to bypass a force push requirement on a protected branch.
BypassForcePushAllowance
实现
BypassForcePushAllowance
字段
名称 | 说明 |
---|---|
| The actor that can force push. |
| Identifies the branch protection rule associated with the allowed user, team, or app. |
| The Node ID of the BypassForcePushAllowance object. |
BypassForcePushAllowanceConnection
The connection type for BypassForcePushAllowance.
BypassForcePushAllowanceConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
BypassForcePushAllowanceEdge
An edge in a connection.
BypassForcePushAllowanceEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
BypassPullRequestAllowance
A user, team, or app who has the ability to bypass a pull request requirement on a protected branch.
BypassPullRequestAllowance
实现
BypassPullRequestAllowance
字段
名称 | 说明 |
---|---|
| The actor that can bypass. |
| Identifies the branch protection rule associated with the allowed user, team, or app. |
| The Node ID of the BypassPullRequestAllowance object. |
BypassPullRequestAllowanceConnection
The connection type for BypassPullRequestAllowance.
BypassPullRequestAllowanceConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
BypassPullRequestAllowanceEdge
An edge in a connection.
BypassPullRequestAllowanceEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
CVSS
The Common Vulnerability Scoring System.
CWE
A common weakness enumeration.
CWEConnection
The connection type for CWE.
CWEEdge
An edge in a connection.
CheckAnnotation
A single check annotation.
CheckAnnotation
字段
名称 | 说明 |
---|---|
| The annotation's severity level. |
| The path to the file that this annotation was made on. |
| Identifies the primary key from the database. |
| The position of this annotation. |
| The annotation's message. |
| The path that this annotation was made on. |
| Additional information about the annotation. |
| The annotation's title. |
CheckAnnotationConnection
The connection type for CheckAnnotation.
CheckAnnotationConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
CheckAnnotationEdge
An edge in a connection.
CheckAnnotationEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
CheckAnnotationPosition
A character position in a check annotation.
CheckAnnotationSpan
An inclusive pair of positions for a check annotation.
CheckAnnotationSpan
字段
名称 | 说明 |
---|---|
| End position (inclusive). |
| Start position (inclusive). |
CheckRun
A check run.
CheckRun
实现
CheckRun
字段
名称 | 说明 |
---|---|
| The check run's annotations. |
| The check suite that this run is a part of. |
| Identifies the date and time when the check run was completed. |
| The conclusion of the check run. |
| Identifies the primary key from the database. |
| The corresponding deployment for this job, if any. |
| The URL from which to find full details of the check run on the integrator's site. |
| A reference for the check run on the integrator's system. |
| The Node ID of the CheckRun object. |
| Whether this is required to pass before merging for a specific pull request. |
| The name of the check for this check run. |
| Information about a pending deployment, if any, in this check run. |
| The permalink to the check run summary. |
| The repository associated with this check run. |
| The HTTP path for this check run. |
| Identifies the date and time when the check run was started. |
| The current status of the check run. |
| The check run's steps.
|
| A string representing the check run's summary. |
| A string representing the check run's text. |
| A string representing the check run. |
| The HTTP URL for this check run. |
CheckRunConnection
The connection type for CheckRun.
CheckRunConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
CheckRunEdge
An edge in a connection.
CheckRunStateCount
Represents a count of the state of a check run.
CheckRunStateCount
字段
名称 | 说明 |
---|---|
| The number of check runs with this state. |
| The state of a check run. |
CheckStep
A single check step.
CheckStep
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the check step was completed. |
| The conclusion of the check step. |
| A reference for the check step on the integrator's system. |
| The step's name. |
| The index of the step in the list of steps of the parent check run. |
| Number of seconds to completion. |
| Identifies the date and time when the check step was started. |
| The current status of the check step. |
CheckStepConnection
The connection type for CheckStep.
CheckStepConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
CheckStepEdge
An edge in a connection.
CheckSuite
A check suite.
CheckSuite
实现
CheckSuite
字段
名称 | 说明 |
---|---|
| The GitHub App which created this check suite. |
| The name of the branch for this check suite. |
| The check runs associated with a check suite.
|
| The commit for this check suite. |
| The conclusion of this check suite. |
| Identifies the date and time when the object was created. |
| The user who triggered the check suite. |
| Identifies the primary key from the database. |
| The Node ID of the CheckSuite object. |
| A list of open pull requests matching the check suite.
|
| The push that triggered this check suite. |
| The repository associated with this check suite. |
| The HTTP path for this check suite. |
| The status of this check suite. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this check suite. |
| The workflow run associated with this check suite. |
CheckSuiteConnection
The connection type for CheckSuite.
CheckSuiteConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
CheckSuiteEdge
An edge in a connection.
CheckSuiteEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ClosedEvent
Represents aclosed
event on any Closable
.
ClosedEvent
实现
ClosedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Object that was closed. |
| Object which triggered the creation of this event. |
| Identifies the date and time when the object was created. |
| The Node ID of the ClosedEvent object. |
| The HTTP path for this closed event. |
| The reason the issue state was changed to closed. |
| The HTTP URL for this closed event. |
CodeOfConduct
The Code of Conduct for a repository.
CodeOfConduct
实现
CodeOfConduct
字段
名称 | 说明 |
---|---|
| The body of the Code of Conduct. |
| The Node ID of the CodeOfConduct object. |
| The key for the Code of Conduct. |
| The formal name of the Code of Conduct. |
| The HTTP path for this Code of Conduct. |
| The HTTP URL for this Code of Conduct. |
CodeScanningParameters
Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning must be enabled and have results for both the commit and the reference being updated.
CodeScanningParameters
字段
名称 | 说明 |
---|---|
| Tools that must provide code scanning results for this rule to pass. |
CodeScanningTool
A tool that must provide code scanning results for this rule to pass.
CodeScanningTool
字段
名称 | 说明 |
---|---|
| The severity level at which code scanning results that raise alerts block a reference update. For more information on alert severity levels, see "About code scanning alerts.". |
| The severity level at which code scanning results that raise security alerts block a reference update. For more information on security severity levels, see "About code scanning alerts.". |
| The name of a code scanning tool. |
CommentDeletedEvent
Represents acomment_deleted
event on a given issue or pull request.
CommentDeletedEvent
实现
CommentDeletedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The user who authored the deleted comment. |
| The Node ID of the CommentDeletedEvent object. |
Commit
Represents a Git commit.
Commit
实现
Commit
字段
名称 | 说明 |
---|---|
| An abbreviated version of the Git object ID. |
| The number of additions in this commit. |
| The merged Pull Request that introduced the commit to the repository. If the commit is not present in the default branch, additionally returns open Pull Requests associated with the commit.
|
| Authorship details of the commit. |
| Check if the committer and the author match. |
| The datetime when this commit was authored. |
| The list of authors for this commit based on the git author and the Co-authored-by message trailer. The git author will always be first. |
| Fetches
|
| We recommend using the 警告
|
| The number of changed files in this commit. If GitHub is unable to calculate
the number of changed files (for example due to a timeout), this will return
|
| The check suites associated with a commit.
|
| Comments made on the commit. |
| The HTTP path for this Git object. |
| The HTTP URL for this Git object. |
| The datetime when this commit was committed. |
| Check if committed via GitHub web UI. |
| Committer details of the commit. |
| The number of deletions in this commit. |
| The deployments associated with a commit.
|
| The tree entry representing the file located at the given path.
|
| The linear commit history starting from (and including) this commit, in the same order as
|
| The Node ID of the Commit object. |
| The Git commit message. |
| The Git commit message body. |
| The commit message body rendered to HTML. |
| The Git commit message headline. |
| The commit message headline rendered to HTML. |
| The Git object ID. |
| The organization this commit was made on behalf of. |
| The parents of a commit. |
| The datetime when this commit was pushed. 警告
|
| The Repository this commit belongs to. |
| The HTTP path for this commit. |
| Commit signing information, if present. |
| Status information for this commit. |
| Check and Status rollup information for this commit. |
| Returns a list of all submodules in this repository as of this Commit parsed from the .gitmodules file. |
| Returns a URL to download a tarball archive for a repository. Note: For private repositories, these links are temporary and expire after five minutes. |
| Commit's root Tree. |
| The HTTP path for the tree of this commit. |
| The HTTP URL for the tree of this commit. |
| The HTTP URL for this commit. |
| Check if the viewer is able to change their subscription status for the repository. |
| Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. |
| Returns a URL to download a zipball archive for a repository. Note: For private repositories, these links are temporary and expire after five minutes. |
CommitAuthorEmailPatternParameters
Parameters to be used for the commit_author_email_pattern rule.
CommitComment
Represents a comment on a given Commit.
CommitComment
实现
CommitComment
字段
名称 | 说明 |
---|---|
| The actor who authored the comment. |
| Author's association with the subject of the comment. |
| Identifies the comment body. |
| The body rendered to HTML. |
| The body rendered to text. |
| Identifies the commit associated with the comment, if the commit exists. |
| Identifies the date and time when the object was created. |
| Check if this comment was created via an email reply. |
| Identifies the primary key from the database. |
| The actor who edited the comment. |
| The Node ID of the CommitComment object. |
| Check if this comment was edited and includes an edit with the creation data. |
| Returns whether or not a comment has been minimized. |
| The moment the editor made the last edit. |
| Returns why the comment was minimized. One of |
| Identifies the file path associated with the comment. |
| Identifies the line position associated with the comment. |
| Identifies when the comment was published at. |
| A list of reactions grouped by content left on the subject. |
| A list of Reactions left on the Issue.
|
| The repository associated with this node. |
| The HTTP path permalink for this commit comment. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL permalink for this commit comment. |
| A list of edits to this content. |
| Check if the current viewer can delete this object. |
| Check if the current viewer can minimize this object. |
| Can user react to this subject. |
| Check if the current viewer can update this object. |
| Reasons why the current viewer can not update this comment. |
| Did the viewer author this comment. |
CommitCommentConnection
The connection type for CommitComment.
CommitCommentConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
CommitCommentEdge
An edge in a connection.
CommitCommentEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
CommitCommentThread
A thread of comments on a commit.
CommitCommentThread
实现
CommitCommentThread
字段
名称 | 说明 |
---|---|
| The comments that exist in this thread. |
| The commit the comments were made on. |
| The Node ID of the CommitCommentThread object. |
| The file the comments were made on. |
| The position in the diff for the commit that the comment was made on. |
| The repository associated with this node. |
CommitConnection
The connection type for Commit.
CommitConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
CommitContributionsByRepository
This aggregates commits made by a user within one repository.
CommitContributionsByRepository
字段
名称 | 说明 |
---|---|
| The commit contributions, each representing a day.
|
| The repository in which the commits were made. |
| The HTTP path for the user's commits to the repository in this time range. |
| The HTTP URL for the user's commits to the repository in this time range. |
CommitEdge
An edge in a connection.
CommitHistoryConnection
The connection type for Commit.
CommitHistoryConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
CommitMessagePatternParameters
Parameters to be used for the commit_message_pattern rule.
CommitterEmailPatternParameters
Parameters to be used for the committer_email_pattern rule.
Comparison
Represents a comparison between two commit revisions.
Comparison
实现
Comparison
字段
名称 | 说明 |
---|---|
| The number of commits ahead of the base branch. |
| The base revision of this comparison. |
| The number of commits behind the base branch. |
| The commits which compose this comparison. |
| The head revision of this comparison. |
| The Node ID of the Comparison object. |
| The status of this comparison. |
ComparisonCommitConnection
The connection type for Commit.
ComparisonCommitConnection
字段
名称 | 说明 |
---|---|
| The total count of authors and co-authors across all commits. |
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ConnectedEvent
Represents aconnected
event on a given issue or pull request.
ConnectedEvent
实现
ConnectedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the ConnectedEvent object. |
| Reference originated in a different repository. |
| Issue or pull request that made the reference. |
| Issue or pull request which was connected. |
ContributingGuidelines
The Contributing Guidelines for a repository.
ContributionCalendar
A calendar of contributions made on GitHub by a user.
ContributionCalendar
字段
名称 | 说明 |
---|---|
| A list of hex color codes used in this calendar. The darker the color, the more contributions it represents. |
| Determine if the color set was chosen because it's currently Halloween. |
| A list of the months of contributions in this calendar. |
| The count of total contributions in the calendar. |
| A list of the weeks of contributions in this calendar. |
ContributionCalendarDay
Represents a single day of contributions on GitHub by a user.
ContributionCalendarDay
字段
名称 | 说明 |
---|---|
| The hex color code that represents how many contributions were made on this day compared to others in the calendar. |
| How many contributions were made by the user on this day. |
| Indication of contributions, relative to other days. Can be used to indicate which color to represent this day on a calendar. |
| The day this square represents. |
| A number representing which day of the week this square represents, e.g., 1 is Monday. |
ContributionCalendarMonth
A month of contributions in a user's contribution graph.
ContributionCalendarWeek
A week of contributions in a user's contribution graph.
ContributionCalendarWeek
字段
名称 | 说明 |
---|---|
| The days of contributions in this week. |
| The date of the earliest square in this week. |
ContributionsCollection
A contributions collection aggregates contributions such as opened issues and commits created by a user.
ContributionsCollection
字段
名称 | 说明 |
---|---|
| Commit contributions made by the user, grouped by repository.
|
| A calendar of this user's contributions on GitHub. |
| The years the user has been making contributions with the most recent year first. |
| Determine if this collection's time span ends in the current month. |
| The date of the first restricted contribution the user made in this time period. Can only be non-null when the user has enabled private contribution counts. |
| The ending date and time of this collection. |
| The first issue the user opened on GitHub. This will be null if that issue was opened outside the collection's time range and ignoreTimeRange is false. If the issue is not visible but the user has opted to show private contributions, a RestrictedContribution will be returned. |
| The first pull request the user opened on GitHub. This will be null if that pull request was opened outside the collection's time range and ignoreTimeRange is not true. If the pull request is not visible but the user has opted to show private contributions, a RestrictedContribution will be returned. |
| The first repository the user created on GitHub. This will be null if that first repository was created outside the collection's time range and ignoreTimeRange is false. If the repository is not visible, then a RestrictedContribution is returned. |
| Does the user have any more activity in the timeline that occurred prior to the collection's time range?. |
| Determine if there are any contributions in this collection. |
| Determine if the user made any contributions in this time frame whose details are not visible because they were made in a private repository. Can only be true if the user enabled private contribution counts. |
| Whether or not the collector's time span is all within the same day. |
| A list of issues the user opened.
|
| Issue contributions made by the user, grouped by repository.
|
| When the user signed up for GitHub. This will be null if that sign up date falls outside the collection's time range and ignoreTimeRange is false. |
| The date of the most recent restricted contribution the user made in this time period. Can only be non-null when the user has enabled private contribution counts. |
| When this collection's time range does not include any activity from the user, use this to get a different collection from an earlier time range that does have activity. |
| Returns a different contributions collection from an earlier time range than this one that does not have any contributions. |
| The issue the user opened on GitHub that received the most comments in the specified time frame. |
| The pull request the user opened on GitHub that received the most comments in the specified time frame. |
| Pull request contributions made by the user.
|
| Pull request contributions made by the user, grouped by repository.
|
| Pull request review contributions made by the user. Returns the most recently submitted review for each PR reviewed by the user.
|
| Pull request review contributions made by the user, grouped by repository.
|
| A list of repositories owned by the user that the user created in this time range.
|
| A count of contributions made by the user that the viewer cannot access. Only non-zero when the user has chosen to share their private contribution counts. |
| The beginning date and time of this collection. |
| How many commits were made by the user in this time span. |
| How many issues the user opened. |
| How many pull requests the user opened. |
| How many pull request reviews the user left. |
| How many different repositories the user committed to. |
| How many different repositories the user opened issues in. |
| How many different repositories the user left pull request reviews in. |
| How many different repositories the user opened pull requests in. |
| How many repositories the user created.
|
| The user who made the contributions in this collection. |
ConvertToDraftEvent
Represents aconvert_to_draft
event on a given pull request.
ConvertToDraftEvent
实现
ConvertToDraftEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the ConvertToDraftEvent object. |
| PullRequest referenced by event. |
| The HTTP path for this convert to draft event. |
| The HTTP URL for this convert to draft event. |
ConvertedNoteToIssueEvent
Represents aconverted_note_to_issue
event on a given issue or pull request.
ConvertedNoteToIssueEvent
实现
ConvertedNoteToIssueEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The Node ID of the ConvertedNoteToIssueEvent object. |
| Project referenced by event. |
| Project card referenced by this project event. |
| Column name referenced by this project event. |
ConvertedToDiscussionEvent
Represents aconverted_to_discussion
event on a given issue.
ConvertedToDiscussionEvent
实现
ConvertedToDiscussionEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The discussion that the issue was converted into. |
| The Node ID of the ConvertedToDiscussionEvent object. |
CopilotEndpoints
Copilot endpoint information.
CreatedCommitContribution
Represents the contribution a user made by committing to a repository.
CreatedCommitContribution
实现
CreatedCommitContribution
字段
名称 | 说明 |
---|---|
| How many commits were made on this day to this repository by the user. |
| Whether this contribution is associated with a record you do not have access to. For example, your own 'first issue' contribution may have been made on a repository you can no longer access. |
| When this contribution was made. |
| The repository the user made a commit in. |
| The HTTP path for this contribution. |
| The HTTP URL for this contribution. |
| The user who made this contribution. |
CreatedCommitContributionConnection
The connection type for CreatedCommitContribution.
CreatedCommitContributionConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of commits across days and repositories in the connection. |
CreatedCommitContributionEdge
An edge in a connection.
CreatedCommitContributionEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
CreatedIssueContribution
Represents the contribution a user made on GitHub by opening an issue.
CreatedIssueContribution
实现
CreatedIssueContribution
字段
名称 | 说明 |
---|---|
| Whether this contribution is associated with a record you do not have access to. For example, your own 'first issue' contribution may have been made on a repository you can no longer access. |
| The issue that was opened. |
| When this contribution was made. |
| The HTTP path for this contribution. |
| The HTTP URL for this contribution. |
| The user who made this contribution. |
CreatedIssueContributionConnection
The connection type for CreatedIssueContribution.
CreatedIssueContributionConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
CreatedIssueContributionEdge
An edge in a connection.
CreatedIssueContributionEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
CreatedPullRequestContribution
Represents the contribution a user made on GitHub by opening a pull request.
CreatedPullRequestContribution
实现
CreatedPullRequestContribution
字段
名称 | 说明 |
---|---|
| Whether this contribution is associated with a record you do not have access to. For example, your own 'first issue' contribution may have been made on a repository you can no longer access. |
| When this contribution was made. |
| The pull request that was opened. |
| The HTTP path for this contribution. |
| The HTTP URL for this contribution. |
| The user who made this contribution. |
CreatedPullRequestContributionConnection
The connection type for CreatedPullRequestContribution.
CreatedPullRequestContributionConnection
字段
名称 | 说明 |
---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
CreatedPullRequestContributionEdge
An edge in a connection.
CreatedPullRequestContributionEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
The item at the end of the edge. |
CreatedPullRequestReviewContribution
Represents the contribution a user made by leaving a review on a pull request.
CreatedPullRequestReviewContribution
实现
CreatedPullRequestReviewContribution
字段
名称 | 说明 |
---|---|
| Whether this contribution is associated with a record you do not have access to. For example, your own 'first issue' contribution may have been made on a repository you can no longer access. |
| When this contribution was made. |
| The pull request the user reviewed. |
| The review the user left on the pull request. |
| The repository containing the pull request that the user reviewed. |
| The HTTP path for this contribution. |
| The HTTP URL for this contribution. |
| The user who made this contribution. |
CreatedPullRequestReviewContributionConnection
The connection type for CreatedPullRequestReviewContribution.
CreatedPullRequestReviewContributionEdge
An edge in a connection.
CreatedPullRequestReviewContributionEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
The item at the end of the edge. |
CreatedRepositoryContribution
Represents the contribution a user made on GitHub by creating a repository.
CreatedRepositoryContribution
实现
CreatedRepositoryContribution
字段
名称 | 说明 |
---|---|
| Whether this contribution is associated with a record you do not have access to. For example, your own 'first issue' contribution may have been made on a repository you can no longer access. |
| When this contribution was made. |
| The repository that was created. |
| The HTTP path for this contribution. |
| The HTTP URL for this contribution. |
| The user who made this contribution. |
CreatedRepositoryContributionConnection
The connection type for CreatedRepositoryContribution.
CreatedRepositoryContributionConnection
字段
名称 | 说明 |
---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
CreatedRepositoryContributionEdge
An edge in a connection.
CreatedRepositoryContributionEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
The item at the end of the edge. |
CrossReferencedEvent
Represents a mention made by one issue or pull request to another.
CrossReferencedEvent
实现
CrossReferencedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the CrossReferencedEvent object. |
| Reference originated in a different repository. |
| Identifies when the reference was made. |
| The HTTP path for this pull request. |
| Issue or pull request that made the reference. |
| Issue or pull request to which the reference was made. |
| The HTTP URL for this pull request. |
| Checks if the target will be closed when the source is merged. |
DemilestonedEvent
Represents ademilestoned
event on a given issue or pull request.
DemilestonedEvent
实现
DemilestonedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the DemilestonedEvent object. |
| Identifies the milestone title associated with the |
| Object referenced by event. |
DependabotUpdate
A Dependabot Update for a dependency in a repository.
DependabotUpdate
实现
DependabotUpdate
字段
名称 | 说明 |
---|---|
| The error from a dependency update. |
| The associated pull request. |
| The repository associated with this node. |
DependabotUpdateError
An error produced from a Dependabot Update.
DependencyGraphDependency
A dependency manifest entry.
DependencyGraphDependency
字段
名称 | 说明 |
---|---|
| Does the dependency itself have dependencies?. |
| The original name of the package, as it appears in the manifest. 警告
|
| The dependency package manager. |
| The name of the package in the canonical form used by the package manager. |
| The repository containing the package. |
| The dependency version requirements. |
DependencyGraphDependencyConnection
The connection type for DependencyGraphDependency.
DependencyGraphDependencyConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DependencyGraphDependencyEdge
An edge in a connection.
DependencyGraphDependencyEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DependencyGraphManifest
Dependency manifest for a repository.
DependencyGraphManifest
实现
DependencyGraphManifest
字段
名称 | 说明 |
---|---|
| Path to view the manifest file blob. |
| A list of manifest dependencies. |
| The number of dependencies listed in the manifest. |
| Is the manifest too big to parse?. |
| Fully qualified manifest filename. |
| The Node ID of the DependencyGraphManifest object. |
| Were we able to parse the manifest?. |
| The repository containing the manifest. |
DependencyGraphManifestConnection
The connection type for DependencyGraphManifest.
DependencyGraphManifestConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DependencyGraphManifestEdge
An edge in a connection.
DependencyGraphManifestEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DeployKey
A repository deploy key.
DeployKey
实现
DeployKey
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The Node ID of the DeployKey object. |
| The deploy key. |
| Whether or not the deploy key is read only. |
| The deploy key title. |
| Whether or not the deploy key has been verified. |
DeployKeyConnection
The connection type for DeployKey.
DeployKeyConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DeployKeyEdge
An edge in a connection.
DeployedEvent
Represents adeployed
event on a given pull request.
DeployedEvent
实现
DeployedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The deployment associated with the |
| The Node ID of the DeployedEvent object. |
| PullRequest referenced by event. |
| The ref associated with the |
Deployment
Represents triggered deployment instance.
Deployment
实现
Deployment
字段
名称 | 说明 |
---|---|
| Identifies the commit sha of the deployment. |
| Identifies the oid of the deployment commit, even if the commit has been deleted. |
| Identifies the date and time when the object was created. |
| Identifies the actor who triggered the deployment. |
| Identifies the primary key from the database. |
| The deployment description. |
| The latest environment to which this deployment was made. |
| The Node ID of the Deployment object. |
| The latest environment to which this deployment was made. |
| The latest status of this deployment. |
| The original environment to which this deployment was made. |
| Extra information that a deployment system might need. |
| Identifies the Ref of the deployment, if the deployment was created by ref. |
| Identifies the repository associated with the deployment. |
| The current state of the deployment. |
| A list of statuses associated with the deployment. |
| The deployment task. |
| Identifies the date and time when the object was last updated. |
DeploymentConnection
The connection type for Deployment.
DeploymentConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DeploymentEdge
An edge in a connection.
DeploymentEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DeploymentEnvironmentChangedEvent
Represents adeployment_environment_changed
event on a given pull request.
DeploymentEnvironmentChangedEvent
实现
DeploymentEnvironmentChangedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The deployment status that updated the deployment environment. |
| The Node ID of the DeploymentEnvironmentChangedEvent object. |
| PullRequest referenced by event. |
DeploymentProtectionRule
A protection rule.
DeploymentProtectionRule
字段
名称 | 说明 |
---|---|
| Identifies the primary key from the database. |
| Whether deployments to this environment can be approved by the user who created the deployment. |
| The teams or users that can review the deployment. |
| The timeout in minutes for this protection rule. |
The type of protection rule. |
DeploymentProtectionRuleConnection
The connection type for DeploymentProtectionRule.
DeploymentProtectionRuleConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DeploymentProtectionRuleEdge
An edge in a connection.
DeploymentProtectionRuleEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DeploymentRequest
A request to deploy a workflow run to an environment.
DeploymentRequest
字段
名称 | 说明 |
---|---|
| Whether or not the current user can approve the deployment. |
| The target environment of the deployment. |
| The teams or users that can review the deployment. |
| The wait timer in minutes configured in the environment. |
| The wait timer in minutes configured in the environment. |
DeploymentRequestConnection
The connection type for DeploymentRequest.
DeploymentRequestConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DeploymentRequestEdge
An edge in a connection.
DeploymentRequestEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DeploymentReview
A deployment review.
DeploymentReview
实现
DeploymentReview
字段
名称 | 说明 |
---|---|
| The comment the user left. |
| Identifies the primary key from the database. |
| The environments approved or rejected. |
| The Node ID of the DeploymentReview object. |
| The decision of the user. |
| The user that reviewed the deployment. |
DeploymentReviewConnection
The connection type for DeploymentReview.
DeploymentReviewConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DeploymentReviewEdge
An edge in a connection.
DeploymentReviewEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DeploymentReviewerConnection
The connection type for DeploymentReviewer.
DeploymentReviewerConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DeploymentReviewerEdge
An edge in a connection.
DeploymentReviewerEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DeploymentStatus
Describes the status of a given deployment attempt.
DeploymentStatus
实现
DeploymentStatus
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| Identifies the actor who triggered the deployment. |
| Identifies the deployment associated with status. |
| Identifies the description of the deployment. |
| Identifies the environment of the deployment at the time of this deployment status. |
| Identifies the environment URL of the deployment. |
| The Node ID of the DeploymentStatus object. |
| Identifies the log URL of the deployment. |
| Identifies the current state of the deployment. |
| Identifies the date and time when the object was last updated. |
DeploymentStatusConnection
The connection type for DeploymentStatus.
DeploymentStatusConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DeploymentStatusEdge
An edge in a connection.
DeploymentStatusEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DisconnectedEvent
Represents adisconnected
event on a given issue or pull request.
DisconnectedEvent
实现
DisconnectedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the DisconnectedEvent object. |
| Reference originated in a different repository. |
| Issue or pull request from which the issue was disconnected. |
| Issue or pull request which was disconnected. |
Discussion
A discussion in a repository.
Discussion
实现
Discussion
字段
名称 | 说明 |
---|---|
| Reason that the conversation was locked. |
| The comment chosen as this discussion's answer, if any. |
| The time when a user chose this discussion's answer, if answered. |
| The user who chose this discussion's answer, if answered. |
| The actor who authored the comment. |
| Author's association with the subject of the comment. |
| The main text of the discussion post. |
| The body rendered to HTML. |
| The body rendered to text. |
| The category for this discussion. |
| Indicates if the object is closed (definition of closed may depend on type). |
| Identifies the date and time when the object was closed. |
| The replies to the discussion. |
| Identifies the date and time when the object was created. |
| Check if this comment was created via an email reply. |
| Identifies the primary key from the database. |
| The actor who edited the comment. |
| The Node ID of the Discussion object. |
| Check if this comment was edited and includes an edit with the creation data. |
| Only return answered/unanswered discussions. |
| A list of labels associated with the object.
|
| The moment the editor made the last edit. |
|
|
| The number identifying this discussion within the repository. |
| The poll associated with this discussion, if one exists. |
| Identifies when the comment was published at. |
| A list of reactions grouped by content left on the subject. |
| A list of Reactions left on the Issue.
|
| The repository associated with this node. |
| The path for this discussion. |
| Identifies the reason for the discussion's state. |
| The title of this discussion. |
| Identifies the date and time when the object was last updated. |
| Number of upvotes that this subject has received. |
| The URL for this discussion. |
| A list of edits to this content. |
| Indicates if the object can be closed by the viewer. |
| Check if the current viewer can delete this object. |
| Indicates if the viewer can edit labels for this object. |
| Can user react to this subject. |
| Indicates if the object can be reopened by the viewer. |
| Check if the viewer is able to change their subscription status for the repository. |
| Check if the current viewer can update this object. |
| Whether or not the current user can add or remove an upvote on this subject. |
| Did the viewer author this comment. |
| Whether or not the current user has already upvoted this subject. |
| Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. |
DiscussionCategory
A category for discussions in a repository.
DiscussionCategory
实现
DiscussionCategory
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| A description of this category. |
| An emoji representing this category. |
| This category's emoji rendered as HTML. |
| The Node ID of the DiscussionCategory object. |
| Whether or not discussions in this category support choosing an answer with the markDiscussionCommentAsAnswer mutation. |
| The name of this category. |
| The repository associated with this node. |
| The slug of this category. |
| Identifies the date and time when the object was last updated. |
DiscussionCategoryConnection
The connection type for DiscussionCategory.
DiscussionCategoryConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DiscussionCategoryEdge
An edge in a connection.
DiscussionCategoryEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DiscussionComment
A comment on a discussion.
DiscussionComment
实现
DiscussionComment
字段
名称 | 说明 |
---|---|
| The actor who authored the comment. |
| Author's association with the subject of the comment. |
| The body as Markdown. |
| The body rendered to HTML. |
| The body rendered to text. |
| Identifies the date and time when the object was created. |
| Check if this comment was created via an email reply. |
| Identifies the primary key from the database. |
| The time when this replied-to comment was deleted. |
| The discussion this comment was created in. |
| The actor who edited the comment. |
| The Node ID of the DiscussionComment object. |
| Check if this comment was edited and includes an edit with the creation data. |
| Has this comment been chosen as the answer of its discussion?. |
| Returns whether or not a comment has been minimized. |
| The moment the editor made the last edit. |
| Returns why the comment was minimized. One of |
| Identifies when the comment was published at. |
| A list of reactions grouped by content left on the subject. |
| A list of Reactions left on the Issue.
|
| The threaded replies to this comment. |
| The discussion comment this comment is a reply to. |
| The path for this discussion comment. |
| Identifies the date and time when the object was last updated. |
| Number of upvotes that this subject has received. |
| The URL for this discussion comment. |
| A list of edits to this content. |
| Check if the current viewer can delete this object. |
| Can the current user mark this comment as an answer?. |
| Check if the current viewer can minimize this object. |
| Can user react to this subject. |
| Can the current user unmark this comment as an answer?. |
| Check if the current viewer can update this object. |
| Whether or not the current user can add or remove an upvote on this subject. |
| Reasons why the current viewer can not update this comment. |
| Did the viewer author this comment. |
| Whether or not the current user has already upvoted this subject. |
DiscussionCommentConnection
The connection type for DiscussionComment.
DiscussionCommentConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DiscussionCommentEdge
An edge in a connection.
DiscussionCommentEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DiscussionConnection
The connection type for Discussion.
DiscussionConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DiscussionEdge
An edge in a connection.
DiscussionEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DiscussionPoll
A poll for a discussion.
DiscussionPoll
实现
DiscussionPoll
字段
名称 | 说明 |
---|---|
| The discussion that this poll belongs to. |
| The Node ID of the DiscussionPoll object. |
| The options for this poll.
|
| The question that is being asked by this poll. |
| The total number of votes that have been cast for this poll. |
| Indicates if the viewer has permission to vote in this poll. |
| Indicates if the viewer has voted for any option in this poll. |
DiscussionPollOption
An option for a discussion poll.
DiscussionPollOption
实现
DiscussionPollOption
字段
名称 | 说明 |
---|---|
| The Node ID of the DiscussionPollOption object. |
| The text for this option. |
| The discussion poll that this option belongs to. |
| The total number of votes that have been cast for this option. |
| Indicates if the viewer has voted for this option in the poll. |
DiscussionPollOptionConnection
The connection type for DiscussionPollOption.
DiscussionPollOptionConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DiscussionPollOptionEdge
An edge in a connection.
DiscussionPollOptionEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DraftIssue
A draft issue within a project.
DraftIssue
实现
DraftIssue
字段
名称 | 说明 |
---|---|
| A list of users to assigned to this draft issue. |
| The body of the draft issue. |
| The body of the draft issue rendered to HTML. |
| The body of the draft issue rendered to text. |
| Identifies the date and time when the object was created. |
| The actor who created this draft issue. |
| The Node ID of the DraftIssue object. |
| List of items linked with the draft issue (currently draft issue can be linked to only one item). |
| Projects that link to this draft issue (currently draft issue can be linked to only one project). |
| The title of the draft issue. |
| Identifies the date and time when the object was last updated. |
EPSS
The Exploit Prediction Scoring System.
Enterprise
An account to manage multiple organizations with consolidated policy and billing.
Enterprise
实现
Enterprise
字段
名称 | 说明 |
---|---|
| The text of the announcement. |
| The date the announcement was created. |
| The expiration date of the announcement, if any. |
| Whether the announcement can be dismissed by the user. |
| A URL pointing to the enterprise's public avatar.
|
| The enterprise's billing email. |
| Enterprise billing information visible to enterprise billing managers. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The description of the enterprise. |
| The description of the enterprise as HTML. |
| The Node ID of the Enterprise object. |
| The location of the enterprise. |
| A list of users who are members of this enterprise.
|
| The name of the enterprise. |
| A list of organizations that belong to this enterprise.
|
| Enterprise information visible to enterprise owners or enterprise owners' personal access tokens (classic) with read:enterprise or admin:enterprise scope. |
| The raw content of the enterprise README. |
| The content of the enterprise README as HTML. |
| The HTTP path for this enterprise. |
| The URL-friendly identifier for the enterprise. |
| The HTTP URL for this enterprise. |
| Is the current viewer an admin of this enterprise?. |
| The URL of the enterprise website. |
EnterpriseAdministratorConnection
The connection type for User.
EnterpriseAdministratorConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseAdministratorEdge
A User who is an administrator of an enterprise.
EnterpriseAdministratorEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
| The role of the administrator. |
EnterpriseAdministratorInvitation
An invitation for a user to become an owner or billing manager of an enterprise.
EnterpriseAdministratorInvitation
实现
EnterpriseAdministratorInvitation
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The email of the person who was invited to the enterprise. |
| The enterprise the invitation is for. |
| The Node ID of the EnterpriseAdministratorInvitation object. |
| The user who was invited to the enterprise. |
| The user who created the invitation. |
| The invitee's pending role in the enterprise (owner or billing_manager). |
EnterpriseAdministratorInvitationConnection
The connection type for EnterpriseAdministratorInvitation.
EnterpriseAdministratorInvitationEdge
An edge in a connection.
EnterpriseAdministratorInvitationEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
The item at the end of the edge. |
EnterpriseBillingInfo
Enterprise billing information visible to enterprise billing managers and owners.
EnterpriseBillingInfo
字段
名称 | 说明 |
---|---|
| The number of licenseable users/emails across the enterprise. |
| The number of data packs used by all organizations owned by the enterprise. |
| The bandwidth quota in GB for all organizations owned by the enterprise. |
| The bandwidth usage in GB for all organizations owned by the enterprise. |
| The bandwidth usage as a percentage of the bandwidth quota. |
| The storage quota in GB for all organizations owned by the enterprise. |
| The storage usage in GB for all organizations owned by the enterprise. |
| The storage usage as a percentage of the storage quota. |
| The number of available licenses across all owned organizations based on the unique number of billable users. |
| The total number of licenses allocated. |
EnterpriseConnection
The connection type for Enterprise.
EnterpriseConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseEdge
An edge in a connection.
EnterpriseEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseFailedInvitationConnection
The connection type for OrganizationInvitation.
EnterpriseFailedInvitationConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
| Identifies the total count of unique users in the connection. |
EnterpriseFailedInvitationEdge
A failed invitation to be a member in an enterprise organization.
EnterpriseFailedInvitationEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseIdentityProvider
An identity provider configured to provision identities for an enterprise. Visible to enterprise owners or enterprise owners' personal access tokens (classic) with read:enterprise or admin:enterprise scope.
EnterpriseIdentityProvider
实现
EnterpriseIdentityProvider
字段
名称 | 说明 |
---|---|
| The digest algorithm used to sign SAML requests for the identity provider. |
| The enterprise this identity provider belongs to. |
| ExternalIdentities provisioned by this identity provider.
|
| The Node ID of the EnterpriseIdentityProvider object. |
| The x509 certificate used by the identity provider to sign assertions and responses. |
| The Issuer Entity ID for the SAML identity provider. |
| Recovery codes that can be used by admins to access the enterprise if the identity provider is unavailable. |
| The signature algorithm used to sign SAML requests for the identity provider. |
| The URL endpoint for the identity provider's SAML SSO. |
EnterpriseMemberConnection
The connection type for EnterpriseMember.
EnterpriseMemberConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseMemberEdge
A User who is a member of an enterprise through one or more organizations.
EnterpriseMemberEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseMemberInvitation
An invitation for a user to become an unaffiliated member of an enterprise.
EnterpriseMemberInvitation
实现
EnterpriseMemberInvitation
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The email of the person who was invited to the enterprise. |
| The enterprise the invitation is for. |
| The Node ID of the EnterpriseMemberInvitation object. |
| The user who was invited to the enterprise. |
| The user who created the invitation. |
EnterpriseMemberInvitationConnection
The connection type for EnterpriseMemberInvitation.
EnterpriseMemberInvitationConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseMemberInvitationEdge
An edge in a connection.
EnterpriseMemberInvitationEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseOrganizationMembershipConnection
The connection type for Organization.
EnterpriseOrganizationMembershipConnection
字段
名称 | 说明 |
---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseOrganizationMembershipEdge
An enterprise organization that a user is a member of.
EnterpriseOrganizationMembershipEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
The role of the user in the enterprise membership. |
EnterpriseOutsideCollaboratorConnection
The connection type for User.
EnterpriseOutsideCollaboratorEdge
A User who is an outside collaborator of an enterprise through one or more organizations.
EnterpriseOutsideCollaboratorEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
| The enterprise organization repositories this user is a member of.
|
EnterpriseOwnerInfo
Enterprise information visible to enterprise owners or enterprise owners' personal access tokens (classic) with read:enterprise or admin:enterprise scope.
EnterpriseOwnerInfo
字段
名称 | 说明 |
---|---|
| A list of all of the administrators for this enterprise.
|
| A list of users in the enterprise who currently have two-factor authentication disabled.
|
| Whether or not affiliated users with two-factor authentication disabled exist in the enterprise. |
| The setting value for whether private repository forking is enabled for repositories in organizations in this enterprise. |
| A list of enterprise organizations configured with the provided private repository forking setting value.
|
| The value for the allow private repository forking policy on the enterprise. |
| The setting value for base repository permissions for organizations in this enterprise. |
| A list of enterprise organizations configured with the provided base repository permission.
|
| A list of domains owned by the enterprise. Visible to enterprise owners or enterprise owners' personal access tokens (classic) with admin:enterprise scope.
|
| Enterprise Server installations owned by the enterprise.
|
| A list of failed invitations in the enterprise.
|
| The setting value for whether the enterprise has an IP allow list enabled. |
| The IP addresses that are allowed to access resources owned by the enterprise. Visible to enterprise owners or enterprise owners' personal access tokens (classic) with admin:enterprise scope.
|
| The setting value for whether the enterprise has IP allow list configuration for installed GitHub Apps enabled. |
| Whether or not the base repository permission is currently being updated. |
| Whether the two-factor authentication requirement is currently being enforced. |
| The setting value for whether organization members with admin permissions on a repository can change repository visibility. |
| A list of enterprise organizations configured with the provided can change repository visibility setting value.
|
| The setting value for whether members of organizations in the enterprise can create internal repositories. |
| The setting value for whether members of organizations in the enterprise can create private repositories. |
| The setting value for whether members of organizations in the enterprise can create public repositories. |
| The setting value for whether members of organizations in the enterprise can create repositories. |
| A list of enterprise organizations configured with the provided repository creation setting value.
|
| The setting value for whether members with admin permissions for repositories can delete issues. |
| A list of enterprise organizations configured with the provided members can delete issues setting value.
|
| The setting value for whether members with admin permissions for repositories can delete or transfer repositories. |
| A list of enterprise organizations configured with the provided members can delete repositories setting value.
|
| The setting value for whether members of organizations in the enterprise can invite outside collaborators. |
| A list of enterprise organizations configured with the provided members can invite collaborators setting value.
|
| Indicates whether members of this enterprise's organizations can purchase additional services for those organizations. |
| The setting value for whether members with admin permissions for repositories can update protected branches. |
| A list of enterprise organizations configured with the provided members can update protected branches setting value.
|
| The setting value for whether members can view dependency insights. |
| A list of enterprise organizations configured with the provided members can view dependency insights setting value.
|
| Indicates if email notification delivery for this enterprise is restricted to verified or approved domains. |
| The OIDC Identity Provider for the enterprise. |
| The setting value for whether organization projects are enabled for organizations in this enterprise. |
| A list of enterprise organizations configured with the provided organization projects setting value.
|
| A list of outside collaborators across the repositories in the enterprise.
|
| A list of pending administrator invitations for the enterprise.
|
| A list of pending collaborator invitations across the repositories in the enterprise.
|
| A list of pending member invitations for organizations in the enterprise.
|
| A list of pending unaffiliated member invitations for the enterprise.
|
| The setting value for whether repository projects are enabled in this enterprise. |
| A list of enterprise organizations configured with the provided repository projects setting value.
|
| The SAML Identity Provider for the enterprise. |
| A list of enterprise organizations configured with the SAML single sign-on setting value.
|
| A list of members with a support entitlement.
|
| The setting value for whether team discussions are enabled for organizations in this enterprise. |
| A list of enterprise organizations configured with the provided team discussions setting value.
|
| The setting value for what methods of two-factor authentication the enterprise prevents its users from having. |
| The setting value for whether the enterprise requires two-factor authentication for its organizations and users. |
| A list of enterprise organizations configured with the two-factor authentication setting value.
|
EnterprisePendingMemberInvitationConnection
The connection type for OrganizationInvitation.
EnterprisePendingMemberInvitationConnection
字段
名称 | 说明 |
---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
| Identifies the total count of unique users in the connection. |
EnterprisePendingMemberInvitationEdge
An invitation to be a member in an enterprise organization.
EnterprisePendingMemberInvitationEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseRepositoryInfo
A subset of repository information queryable from an enterprise.
EnterpriseRepositoryInfoConnection
The connection type for EnterpriseRepositoryInfo.
EnterpriseRepositoryInfoConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseRepositoryInfoEdge
An edge in a connection.
EnterpriseRepositoryInfoEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseServerInstallation
An Enterprise Server installation.
EnterpriseServerInstallation
实现
EnterpriseServerInstallation
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The customer name to which the Enterprise Server installation belongs. |
| The host name of the Enterprise Server installation. |
| The Node ID of the EnterpriseServerInstallation object. |
| Whether or not the installation is connected to an Enterprise Server installation via GitHub Connect. |
| Identifies the date and time when the object was last updated. |
| User accounts on this Enterprise Server installation.
|
| User accounts uploads for the Enterprise Server installation.
|
EnterpriseServerInstallationConnection
The connection type for EnterpriseServerInstallation.
EnterpriseServerInstallationConnection
字段
名称 | 说明 |
---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseServerInstallationEdge
An edge in a connection.
EnterpriseServerInstallationEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseServerInstallationMembershipConnection
The connection type for EnterpriseServerInstallation.
EnterpriseServerInstallationMembershipConnection
字段
名称 | 说明 |
---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseServerInstallationMembershipEdge
An Enterprise Server installation that a user is a member of.
EnterpriseServerInstallationMembershipEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
The role of the user in the enterprise membership. |
EnterpriseServerUserAccount
A user account on an Enterprise Server installation.
EnterpriseServerUserAccount
实现
EnterpriseServerUserAccount
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
User emails belonging to this user account.
| |
| The Enterprise Server installation on which this user account exists. |
| The Node ID of the EnterpriseServerUserAccount object. |
| Whether the user account is a site administrator on the Enterprise Server installation. |
| The login of the user account on the Enterprise Server installation. |
| The profile name of the user account on the Enterprise Server installation. |
| The date and time when the user account was created on the Enterprise Server installation. |
| The ID of the user account on the Enterprise Server installation. |
| Identifies the date and time when the object was last updated. |
EnterpriseServerUserAccountConnection
The connection type for EnterpriseServerUserAccount.
EnterpriseServerUserAccountConnection
字段
名称 | 说明 |
---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseServerUserAccountEdge
An edge in a connection.
EnterpriseServerUserAccountEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseServerUserAccountEmail
An email belonging to a user account on an Enterprise Server installation.
EnterpriseServerUserAccountEmail
实现
EnterpriseServerUserAccountEmail
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The email address. |
| The Node ID of the EnterpriseServerUserAccountEmail object. |
| Indicates whether this is the primary email of the associated user account. |
| Identifies the date and time when the object was last updated. |
| The user account to which the email belongs. |
EnterpriseServerUserAccountEmailConnection
The connection type for EnterpriseServerUserAccountEmail.
EnterpriseServerUserAccountEmailEdge
An edge in a connection.
EnterpriseServerUserAccountEmailEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
The item at the end of the edge. |
EnterpriseServerUserAccountsUpload
A user accounts upload from an Enterprise Server installation.
EnterpriseServerUserAccountsUpload
实现
EnterpriseServerUserAccountsUpload
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The enterprise to which this upload belongs. |
| The Enterprise Server installation for which this upload was generated. |
| The Node ID of the EnterpriseServerUserAccountsUpload object. |
| The name of the file uploaded. |
| The synchronization state of the upload. |
| Identifies the date and time when the object was last updated. |
EnterpriseServerUserAccountsUploadConnection
The connection type for EnterpriseServerUserAccountsUpload.
EnterpriseServerUserAccountsUploadEdge
An edge in a connection.
EnterpriseServerUserAccountsUploadEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
The item at the end of the edge. |
EnterpriseUserAccount
An account for a user who is an admin of an enterprise or a member of an enterprise through one or more organizations.
EnterpriseUserAccount
实现
EnterpriseUserAccount
字段
名称 | 说明 |
---|---|
| A URL pointing to the enterprise user account's public avatar.
|
| Identifies the date and time when the object was created. |
| The enterprise in which this user account exists. |
| A list of Enterprise Server installations this user is a member of.
|
| The Node ID of the EnterpriseUserAccount object. |
| An identifier for the enterprise user account, a login or email address. |
| The name of the enterprise user account. |
| A list of enterprise organizations this user is a member of.
|
| The HTTP path for this user. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this user. |
| The user within the enterprise. |
Environment
An environment.
Environment
实现
Environment
字段
名称 | 说明 |
---|---|
| Identifies the primary key from the database. |
| The Node ID of the Environment object. |
| Indicates whether or not this environment is currently pinned to the repository. |
| The latest completed deployment with status success, failure, or error if it exists. |
| The name of the environment. |
| The position of the environment if it is pinned, null if it is not pinned. |
| The protection rules defined for this environment. |
EnvironmentConnection
The connection type for Environment.
EnvironmentConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnvironmentEdge
An edge in a connection.
EnvironmentEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ExternalIdentity
An external identity provisioned by SAML SSO or SCIM. If SAML is configured on the organization, the external identity is visible to (1) organization owners, (2) organization owners' personal access tokens (classic) with read:org or admin:org scope, (3) GitHub App with an installation token with read or write access to members. If SAML is configured on the enterprise, the external identity is visible to (1) enterprise owners, (2) enterprise owners' personal access tokens (classic) with read:enterprise or admin:enterprise scope.
ExternalIdentity
实现
ExternalIdentity
字段
名称 | 说明 |
---|---|
| The GUID for this identity. |
| The Node ID of the ExternalIdentity object. |
| Organization invitation for this SCIM-provisioned external identity. |
| SAML Identity attributes. |
| SCIM Identity attributes. |
| User linked to this external identity. Will be NULL if this identity has not been claimed by an organization member. |
ExternalIdentityAttribute
An attribute for the External Identity attributes collection.
ExternalIdentityConnection
The connection type for ExternalIdentity.
ExternalIdentityConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ExternalIdentityEdge
An edge in a connection.
ExternalIdentityEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ExternalIdentitySamlAttributes
SAML attributes for the External Identity.
ExternalIdentitySamlAttributes
字段
名称 | 说明 |
---|---|
| SAML Identity attributes. |
| The emails associated with the SAML identity. |
| Family name of the SAML identity. |
| Given name of the SAML identity. |
| The groups linked to this identity in IDP. |
| The NameID of the SAML identity. |
| The userName of the SAML identity. |
ExternalIdentityScimAttributes
SCIM attributes for the External Identity.
ExternalIdentityScimAttributes
字段
名称 | 说明 |
---|---|
| The emails associated with the SCIM identity. |
| Family name of the SCIM identity. |
| Given name of the SCIM identity. |
| The groups linked to this identity in IDP. |
| The userName of the SCIM identity. |
FileExtensionRestrictionParameters
Prevent commits that include files with specified file extensions from being pushed to the commit graph.
FileExtensionRestrictionParameters
字段
名称 | 说明 |
---|---|
| The file extensions that are restricted from being pushed to the commit graph. |
FilePathRestrictionParameters
Prevent commits that include changes in specified file paths from being pushed to the commit graph.
FilePathRestrictionParameters
字段
名称 | 说明 |
---|---|
| The file paths that are restricted from being pushed to the commit graph. |
FollowerConnection
The connection type for User.
FollowerConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
FollowingConnection
The connection type for User.
FollowingConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
FundingLink
A funding platform link for a repository.
FundingLink
字段
名称 | 说明 |
---|---|
| The funding platform this link is for. |
| The configured URL for this funding link. |
GenericHovercardContext
A generic hovercard context with a message and icon.
Gist
A Gist.
Gist
实现
Gist
字段
名称 | 说明 |
---|---|
| A list of comments associated with the gist. |
| Identifies the date and time when the object was created. |
| The gist description. |
| The files in this gist.
|
| A list of forks associated with the gist.
|
| The Node ID of the Gist object. |
| Identifies if the gist is a fork. |
| Whether the gist is public or not. |
| The gist name. |
| The gist owner. |
| Identifies when the gist was last pushed to. |
| The HTML path to this resource. |
| Returns a count of how many stargazers there are on this object. |
| A list of users who have starred this starrable.
|
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this Gist. |
| Returns a boolean indicating whether the viewing user has starred this starrable. |
GistComment
Represents a comment on an Gist.
GistComment
实现
GistComment
字段
名称 | 说明 |
---|---|
| The actor who authored the comment. |
| Author's association with the gist. |
| Identifies the comment body. |
| The body rendered to HTML. |
| The body rendered to text. |
| Identifies the date and time when the object was created. |
| Check if this comment was created via an email reply. |
| Identifies the primary key from the database. |
| The actor who edited the comment. |
| The associated gist. |
| The Node ID of the GistComment object. |
| Check if this comment was edited and includes an edit with the creation data. |
| Returns whether or not a comment has been minimized. |
| The moment the editor made the last edit. |
| Returns why the comment was minimized. One of |
| Identifies when the comment was published at. |
| Identifies the date and time when the object was last updated. |
| A list of edits to this content. |
| Check if the current viewer can delete this object. |
| Check if the current viewer can minimize this object. |
| Check if the current viewer can update this object. |
| Reasons why the current viewer can not update this comment. |
| Did the viewer author this comment. |
GistCommentConnection
The connection type for GistComment.
GistCommentConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
GistCommentEdge
An edge in a connection.
GistCommentEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
GistConnection
The connection type for Gist.
GistConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
GistEdge
An edge in a connection.
GistFile
A file in a gist.
GistFile
字段
名称 | 说明 |
---|---|
| The file name encoded to remove characters that are invalid in URL paths. |
| The gist file encoding. |
| The file extension from the file name. |
| Indicates if this file is an image. |
| Whether the file's contents were truncated. |
| The programming language this file is written in. |
| The gist file name. |
| The gist file size in bytes. |
| UTF8 text data or null if the file is binary.
|
GitActor
Represents an actor in a Git commit (ie. an author or committer).
GitActor
字段
名称 | 说明 |
---|---|
| A URL pointing to the author's public avatar.
|
| The timestamp of the Git action (authoring or committing). |
| The email in the Git commit. |
| The name in the Git commit. |
| The GitHub user corresponding to the email field. Null if no such user exists. |
GitActorConnection
The connection type for GitActor.
GitActorConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
GitActorEdge
An edge in a connection.
GitHubMetadata
Represents information about the GitHub instance.
GitHubMetadata
字段
名称 | 说明 |
---|---|
| Returns a String that's a SHA of |
| IP addresses that users connect to for git operations. |
| IP addresses that GitHub Enterprise Importer uses for outbound connections. |
| IP addresses that service hooks are sent from. |
| IP addresses that the importer connects from. |
| Whether or not users are verified. |
| IP addresses for GitHub Pages' A records. |
GpgSignature
Represents a GPG signature on a Commit or Tag.
GpgSignature
实现
GpgSignature
字段
名称 | 说明 |
---|---|
| Email used to sign this object. |
| True if the signature is valid and verified by GitHub. |
| Hex-encoded ID of the key that signed this object. |
| Payload for GPG signing object. Raw ODB object without the signature header. |
| ASCII-armored signature header from object. |
| GitHub user corresponding to the email signing this commit. |
| The state of this signature. |
| True if the signature was made with GitHub's signing key. |
HeadRefDeletedEvent
Represents ahead_ref_deleted
event on a given pull request.
HeadRefDeletedEvent
实现
HeadRefDeletedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the Ref associated with the |
| Identifies the name of the Ref associated with the |
| The Node ID of the HeadRefDeletedEvent object. |
| PullRequest referenced by event. |
HeadRefForcePushedEvent
Represents ahead_ref_force_pushed
event on a given pull request.
HeadRefForcePushedEvent
实现
HeadRefForcePushedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the after commit SHA for the |
| Identifies the before commit SHA for the |
| Identifies the date and time when the object was created. |
| The Node ID of the HeadRefForcePushedEvent object. |
| PullRequest referenced by event. |
| Identifies the fully qualified ref name for the |
HeadRefRestoredEvent
Represents ahead_ref_restored
event on a given pull request.
HeadRefRestoredEvent
实现
HeadRefRestoredEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the HeadRefRestoredEvent object. |
| PullRequest referenced by event. |
Hovercard
Detail needed to display a hovercard for a user.
Hovercard
字段
名称 | 说明 |
---|---|
| Each of the contexts for this hovercard. |
IpAllowListEntry
An IP address or range of addresses that is allowed to access an owner's resources.
IpAllowListEntry
实现
IpAllowListEntry
字段
名称 | 说明 |
---|---|
| A single IP address or range of IP addresses in CIDR notation. |
| Identifies the date and time when the object was created. |
| The Node ID of the IpAllowListEntry object. |
| Whether the entry is currently active. |
| The name of the IP allow list entry. |
| The owner of the IP allow list entry. |
| Identifies the date and time when the object was last updated. |
IpAllowListEntryConnection
The connection type for IpAllowListEntry.
IpAllowListEntryConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
IpAllowListEntryEdge
An edge in a connection.
IpAllowListEntryEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
Issue
An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
Issue
实现
Assignable
Closable
Comment
Deletable
Labelable
Lockable
Node
ProjectV2Owner
Reactable
RepositoryNode
Subscribable
SubscribableThread
UniformResourceLocatable
Updatable
UpdatableComment
Issue
字段
名称 | 说明 |
---|---|
| Reason that the conversation was locked. |
| A list of Users assigned to this object. |
| The actor who authored the comment. |
| Author's association with the subject of the comment. |
| Identifies the body of the issue. |
| The body rendered to HTML. |
| The http path for this issue body. |
| Identifies the body of the issue rendered to text. |
| The http URL for this issue body. |
| Indicates if the object is closed (definition of closed may depend on type). |
| Identifies the date and time when the object was closed. |
| List of open pull requests referenced from this issue.
|
| A list of comments associated with the Issue.
|
| Identifies the date and time when the object was created. |
| Check if this comment was created via an email reply. |
| Identifies the primary key from the database. |
| The actor who edited the comment. |
| Identifies the primary key from the database as a BigInt. |
| The hovercard information for this issue.
|
| The Node ID of the Issue object. |
| Check if this comment was edited and includes an edit with the creation data. |
| Indicates whether or not this issue is currently pinned to the repository issues list. |
| Is this issue read by the viewer. |
| A list of labels associated with the object.
|
| The moment the editor made the last edit. |
| Branches linked to this issue. |
|
|
| Identifies the milestone associated with the issue. |
| Identifies the issue number. |
| A list of Users that are participating in the Issue conversation. |
| List of project cards associated with this issue.
|
| List of project items associated with this issue.
|
| Find a project by number.
|
| A list of projects under the owner.
|
| Identifies when the comment was published at. |
| A list of reactions grouped by content left on the subject. |
| A list of Reactions left on the Issue.
|
| The repository associated with this node. |
| The HTTP path for this issue. |
| Identifies the state of the issue. |
| Identifies the reason for the issue state. |
| A list of events, comments, commits, etc. associated with the issue. 警告
|
| A list of events, comments, commits, etc. associated with the issue.
|
| Identifies the issue title. |
| Identifies the issue title rendered to HTML. |
| A list of issues that track this issue. |
| A list of issues tracked inside the current issue. |
| The number of tracked issues for this issue.
|
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this issue. |
| A list of edits to this content. |
| Indicates if the object can be closed by the viewer. |
| Check if the current viewer can delete this object. |
| Indicates if the viewer can edit labels for this object. |
| Can user react to this subject. |
| Indicates if the object can be reopened by the viewer. |
| Check if the viewer is able to change their subscription status for the repository. |
| Check if the current viewer can update this object. |
| Reasons why the current viewer can not update this comment. |
| Did the viewer author this comment. |
| Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. |
| Identifies the viewer's thread subscription form action. |
| Identifies the viewer's thread subscription status. |
IssueComment
Represents a comment on an Issue.
IssueComment
实现
IssueComment
字段
名称 | 说明 |
---|---|
| The actor who authored the comment. |
| Author's association with the subject of the comment. |
| The body as Markdown. |
| The body rendered to HTML. |
| The body rendered to text. |
| Identifies the date and time when the object was created. |
| Check if this comment was created via an email reply. |
| Identifies the primary key from the database. |
| The actor who edited the comment. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the IssueComment object. |
| Check if this comment was edited and includes an edit with the creation data. |
| Returns whether or not a comment has been minimized. |
| Identifies the issue associated with the comment. |
| The moment the editor made the last edit. |
| Returns why the comment was minimized. One of |
| Identifies when the comment was published at. |
| Returns the pull request associated with the comment, if this comment was made on a pull request. |
| A list of reactions grouped by content left on the subject. |
| A list of Reactions left on the Issue.
|
| The repository associated with this node. |
| The HTTP path for this issue comment. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this issue comment. |
| A list of edits to this content. |
| Check if the current viewer can delete this object. |
| Check if the current viewer can minimize this object. |
| Can user react to this subject. |
| Check if the current viewer can update this object. |
| Reasons why the current viewer can not update this comment. |
| Did the viewer author this comment. |
IssueCommentConnection
The connection type for IssueComment.
IssueCommentConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
IssueCommentEdge
An edge in a connection.
IssueCommentEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
IssueConnection
The connection type for Issue.
IssueConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
IssueContributionsByRepository
This aggregates issues opened by a user within one repository.
IssueContributionsByRepository
字段
名称 | 说明 |
---|---|
| The issue contributions.
|
| The repository in which the issues were opened. |
IssueEdge
An edge in a connection.
IssueTemplate
A repository issue template.
IssueTemplate
字段
名称 | 说明 |
---|---|
| The template purpose. |
| The suggested assignees. |
| The suggested issue body. |
| The template filename. |
| The suggested issue labels.
|
| The template name. |
| The suggested issue title. |
IssueTimelineConnection
The connection type for IssueTimelineItem.
IssueTimelineConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
IssueTimelineItemEdge
An edge in a connection.
IssueTimelineItemEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
IssueTimelineItemsConnection
The connection type for IssueTimelineItems.
IssueTimelineItemsConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| Identifies the count of items after applying |
| A list of nodes. |
| Identifies the count of items after applying |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
| Identifies the date and time when the timeline was last updated. |
IssueTimelineItemsEdge
An edge in a connection.
IssueTimelineItemsEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
JoinedGitHubContribution
Represents a user signing up for a GitHub account.
JoinedGitHubContribution
实现
JoinedGitHubContribution
字段
名称 | 说明 |
---|---|
| Whether this contribution is associated with a record you do not have access to. For example, your own 'first issue' contribution may have been made on a repository you can no longer access. |
| When this contribution was made. |
| The HTTP path for this contribution. |
| The HTTP URL for this contribution. |
| The user who made this contribution. |
Label
A label for categorizing Issues, Pull Requests, Milestones, or Discussions with a given Repository.
Label
实现
Label
字段
名称 | 说明 |
---|---|
| Identifies the label color. |
| Identifies the date and time when the label was created. |
| A brief description of this label. |
| The Node ID of the Label object. |
| Indicates whether or not this is a default label. |
| A list of issues associated with this label.
|
| Identifies the label name. |
| A list of pull requests associated with this label.
|
| The repository associated with this label. |
| The HTTP path for this label. |
| Identifies the date and time when the label was last updated. |
| The HTTP URL for this label. |
LabelConnection
The connection type for Label.
LabelConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
LabelEdge
An edge in a connection.
LabeledEvent
Represents alabeled
event on a given issue or pull request.
LabeledEvent
实现
LabeledEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the LabeledEvent object. |
| Identifies the label associated with the |
| Identifies the |
Language
Represents a given language found in repositories.
LanguageConnection
A list of languages associated with the parent.
LanguageConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
| The total size in bytes of files written in that language. |
LanguageEdge
Represents the language of a repository.
License
A repository's open source license.
License
实现
License
字段
名称 | 说明 |
---|---|
| The full text of the license. |
| The conditions set by the license. |
| A human-readable description of the license. |
| Whether the license should be featured. |
| Whether the license should be displayed in license pickers. |
| The Node ID of the License object. |
| Instructions on how to implement the license. |
| The lowercased SPDX ID of the license. |
| The limitations set by the license. |
| The license full name specified by https://spdx.org/licenses. |
| Customary short name if applicable (e.g, GPLv3). |
| The permissions set by the license. |
| Whether the license is a pseudo-license placeholder (e.g., other, no-license). |
| Short identifier specified by https://spdx.org/licenses. |
| URL to the license on https://choosealicense.com. |
LicenseRule
Describes a License's conditions, permissions, and limitations.
LinkedBranch
A branch linked to an issue.
LinkedBranchConnection
A list of branches linked to an issue.
LinkedBranchConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
LinkedBranchEdge
An edge in a connection.
LinkedBranchEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
LockedEvent
Represents alocked
event on a given issue or pull request.
LockedEvent
实现
LockedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the LockedEvent object. |
| Reason that the conversation was locked (optional). |
| Object that was locked. |
Mannequin
A placeholder user for attribution of imported data on GitHub.
Mannequin
实现
Mannequin
字段
名称 | 说明 |
---|---|
| A URL pointing to the GitHub App's public avatar.
|
| The user that has claimed the data attributed to this mannequin. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The mannequin's email on the source instance. |
| The Node ID of the Mannequin object. |
| The username of the actor. |
| The HTML path to this resource. |
| Identifies the date and time when the object was last updated. |
| The URL to this resource. |
MannequinConnection
A list of mannequins.
MannequinConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
MannequinEdge
Represents a mannequin.
MarkedAsDuplicateEvent
Represents amarked_as_duplicate
event on a given issue or pull request.
MarkedAsDuplicateEvent
实现
MarkedAsDuplicateEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| The authoritative issue or pull request which has been duplicated by another. |
| Identifies the date and time when the object was created. |
| The issue or pull request which has been marked as a duplicate of another. |
| The Node ID of the MarkedAsDuplicateEvent object. |
| Canonical and duplicate belong to different repositories. |
MarketplaceCategory
A public description of a Marketplace category.
MarketplaceCategory
实现
MarketplaceCategory
字段
名称 | 说明 |
---|---|
| The category's description. |
| The technical description of how apps listed in this category work with GitHub. |
| The Node ID of the MarketplaceCategory object. |
| The category's name. |
| How many Marketplace listings have this as their primary category. |
| The HTTP path for this Marketplace category. |
| How many Marketplace listings have this as their secondary category. |
| The short name of the category used in its URL. |
| The HTTP URL for this Marketplace category. |
MarketplaceListing
A listing in the GitHub integration marketplace.
MarketplaceListing
实现
MarketplaceListing
字段
名称 | 说明 |
---|---|
| The GitHub App this listing represents. |
| URL to the listing owner's company site. |
| The HTTP path for configuring access to the listing's integration or OAuth app. |
| The HTTP URL for configuring access to the listing's integration or OAuth app. |
| URL to the listing's documentation. |
| The listing's detailed description. |
| The listing's detailed description rendered to HTML. |
| The listing's introductory description. |
| The listing's introductory description rendered to HTML. |
| Does this listing have any plans with a free trial?. |
| Does this listing have a terms of service link?. |
| Whether the creator of the app is a verified org. |
| A technical description of how this app works with GitHub. |
| The listing's technical description rendered to HTML. |
| The Node ID of the MarketplaceListing object. |
| URL to install the product to the viewer's account or organization. |
| Whether this listing's app has been installed for the current viewer. |
| Whether this listing has been removed from the Marketplace. |
| Whether this listing is still an editable draft that has not been submitted for review and is not publicly visible in the Marketplace. |
| Whether the product this listing represents is available as part of a paid plan. |
| Whether this listing has been approved for display in the Marketplace. |
| Whether this listing has been rejected by GitHub for display in the Marketplace. |
| Whether this listing has been approved for unverified display in the Marketplace. |
| Whether this draft listing has been submitted for review for approval to be unverified in the Marketplace. |
| Whether this draft listing has been submitted for review from GitHub for approval to be verified in the Marketplace. |
| Whether this unverified listing has been submitted for review from GitHub for approval to be verified in the Marketplace. |
| Whether this listing has been approved for verified display in the Marketplace. |
| The hex color code, without the leading '#', for the logo background. |
| URL for the listing's logo image.
|
| The listing's full name. |
| The listing's very short description without a trailing period or ampersands. |
| URL to the listing's detailed pricing. |
| The category that best describes the listing. |
| URL to the listing's privacy policy, may return an empty string for listings that do not require a privacy policy URL. |
| The HTTP path for the Marketplace listing. |
| The URLs for the listing's screenshots. |
| An alternate category that describes the listing. |
| The listing's very short description. |
| The short name of the listing used in its URL. |
| URL to the listing's status page. |
| An email address for support for this listing's app. |
| Either a URL or an email address for support for this listing's app, may return an empty string for listings that do not require a support URL. |
| URL to the listing's terms of service. |
| The HTTP URL for the Marketplace listing. |
| Can the current viewer add plans for this Marketplace listing. |
| Can the current viewer approve this Marketplace listing. |
| Can the current viewer delist this Marketplace listing. |
| Can the current viewer edit this Marketplace listing. |
| Can the current viewer edit the primary and secondary category of this Marketplace listing. |
| Can the current viewer edit the plans for this Marketplace listing. |
| Can the current viewer return this Marketplace listing to draft state so it becomes editable again. |
| Can the current viewer reject this Marketplace listing by returning it to an editable draft state or rejecting it entirely. |
| Can the current viewer request this listing be reviewed for display in the Marketplace as verified. |
| Indicates whether the current user has an active subscription to this Marketplace listing. |
| Indicates if the current user has purchased a subscription to this Marketplace listing for all of the organizations the user owns. |
| Does the current viewer role allow them to administer this Marketplace listing. |
MarketplaceListingConnection
Look up Marketplace Listings.
MarketplaceListingConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
MarketplaceListingEdge
An edge in a connection.
MarketplaceListingEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
MaxFilePathLengthParameters
Prevent commits that include file paths that exceed a specified character limit from being pushed to the commit graph.
MaxFilePathLengthParameters
字段
名称 | 说明 |
---|---|
| The maximum amount of characters allowed in file paths. |
MaxFileSizeParameters
Prevent commits that exceed a specified file size limit from being pushed to the commit.
MaxFileSizeParameters
字段
名称 | 说明 |
---|---|
| The maximum file size allowed in megabytes. This limit does not apply to Git Large File Storage (Git LFS). |
MemberFeatureRequestNotification
Represents a member feature request notification.
MemberFeatureRequestNotification
实现
MemberFeatureRequestNotification
字段
名称 | 说明 |
---|---|
| Represents member feature request body containing entity name and the number of feature requests. |
| The Node ID of the MemberFeatureRequestNotification object. |
| Represents member feature request notification title. |
| Identifies the date and time when the object was last updated. |
MembersCanDeleteReposClearAuditEntry
Audit log entry for a members_can_delete_repos.clear event.
MembersCanDeleteReposClearAuditEntry
实现
MembersCanDeleteReposClearAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the MembersCanDeleteReposClearAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
MembersCanDeleteReposDisableAuditEntry
Audit log entry for a members_can_delete_repos.disable event.
MembersCanDeleteReposDisableAuditEntry
实现
MembersCanDeleteReposDisableAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the MembersCanDeleteReposDisableAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
MembersCanDeleteReposEnableAuditEntry
Audit log entry for a members_can_delete_repos.enable event.
MembersCanDeleteReposEnableAuditEntry
实现
MembersCanDeleteReposEnableAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the MembersCanDeleteReposEnableAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
MentionedEvent
Represents amentioned
event on a given issue or pull request.
MergeQueue
The queue of pull request entries to be merged into a protected branch in a repository.
MergeQueue
实现
MergeQueue
字段
名称 | 说明 |
---|---|
| The configuration for this merge queue. |
| The entries in the queue. |
| The Node ID of the MergeQueue object. |
| The estimated time in seconds until a newly added entry would be merged. |
| The repository this merge queue belongs to. |
| The HTTP path for this merge queue. |
| The HTTP URL for this merge queue. |
MergeQueueConfiguration
Configuration for a MergeQueue.
MergeQueueConfiguration
字段
名称 | 说明 |
---|---|
| The amount of time in minutes to wait for a check response before considering it a failure. |
| The maximum number of entries to build at once. |
| The maximum number of entries to merge at once. |
| The merge method to use for this queue. |
| The strategy to use when merging entries. |
| The minimum number of entries required to merge at once. |
| The amount of time in minutes to wait before ignoring the minumum number of entries in the queue requirement and merging a collection of entries. |
MergeQueueEntry
Entries in a MergeQueue.
MergeQueueEntry
实现
MergeQueueEntry
字段
名称 | 说明 |
---|---|
| The base commit for this entry. |
| The date and time this entry was added to the merge queue. |
| The actor that enqueued this entry. |
| The estimated time in seconds until this entry will be merged. |
| The head commit for this entry. |
| The Node ID of the MergeQueueEntry object. |
| Whether this pull request should jump the queue. |
| The merge queue that this entry belongs to. |
| The position of this entry in the queue. |
| The pull request that will be added to a merge group. |
| Does this pull request need to be deployed on its own. |
| The state of this entry in the queue. |
MergeQueueEntryConnection
The connection type for MergeQueueEntry.
MergeQueueEntryConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
MergeQueueEntryEdge
An edge in a connection.
MergeQueueEntryEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
MergeQueueParameters
Merges must be performed via a merge queue.
MergeQueueParameters
字段
名称 | 说明 |
---|---|
| Maximum time for a required status check to report a conclusion. After this much time has elapsed, checks that have not reported a conclusion will be assumed to have failed. |
| When set to ALLGREEN, the merge commit created by merge queue for each PR in the group must pass all required checks to merge. When set to HEADGREEN, only the commit at the head of the merge group, i.e. the commit containing changes from all of the PRs in the group, must pass its required checks to merge. |
| Limit the number of queued pull requests requesting checks and workflow runs at the same time. |
| The maximum number of PRs that will be merged together in a group. |
| Method to use when merging changes from queued pull requests. |
| The minimum number of PRs that will be merged together in a group. |
| The time merge queue should wait after the first PR is added to the queue for the minimum group size to be met. After this time has elapsed, the minimum group size will be ignored and a smaller group will be merged. |
MergedEvent
Represents amerged
event on a given pull request.
MergedEvent
实现
MergedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the commit associated with the |
| Identifies the date and time when the object was created. |
| The Node ID of the MergedEvent object. |
| Identifies the Ref associated with the |
| Identifies the name of the Ref associated with the |
| PullRequest referenced by event. |
| The HTTP path for this merged event. |
| The HTTP URL for this merged event. |
MigrationSource
A GitHub Enterprise Importer (GEI) migration source.
MigrationSource
实现
MigrationSource
字段
名称 | 说明 |
---|---|
| The Node ID of the MigrationSource object. |
| The migration source name. |
| The migration source type. |
| The migration source URL, for example |
Milestone
Represents a Milestone object on a given repository.
Milestone
实现
Milestone
字段
名称 | 说明 |
---|---|
| Indicates if the object is closed (definition of closed may depend on type). |
| Identifies the date and time when the object was closed. |
| Identifies the date and time when the object was created. |
| Identifies the actor who created the milestone. |
| Identifies the description of the milestone. |
| Identifies the due date of the milestone. |
| The Node ID of the Milestone object. |
| A list of issues associated with the milestone.
|
| Identifies the number of the milestone. |
| Identifies the percentage complete for the milestone. |
| A list of pull requests associated with the milestone.
|
| The repository associated with this milestone. |
| The HTTP path for this milestone. |
| Identifies the state of the milestone. |
| Identifies the title of the milestone. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this milestone. |
| Indicates if the object can be closed by the viewer. |
| Indicates if the object can be reopened by the viewer. |
MilestoneConnection
The connection type for Milestone.
MilestoneConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
MilestoneEdge
An edge in a connection.
MilestonedEvent
Represents amilestoned
event on a given issue or pull request.
MilestonedEvent
实现
MilestonedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the MilestonedEvent object. |
| Identifies the milestone title associated with the |
| Object referenced by event. |
MovedColumnsInProjectEvent
Represents amoved_columns_in_project
event on a given issue or pull request.
MovedColumnsInProjectEvent
实现
MovedColumnsInProjectEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The Node ID of the MovedColumnsInProjectEvent object. |
| Column name the issue or pull request was moved from. |
| Project referenced by event. |
| Project card referenced by this project event. |
| Column name the issue or pull request was moved to. |
OIDCProvider
An OIDC identity provider configured to provision identities for an enterprise. Visible to enterprise owners or enterprise owners' personal access tokens (classic) with read:enterprise or admin:enterprise scope.
OIDCProvider
实现
OIDCProvider
字段
名称 | 说明 |
---|---|
| The enterprise this identity provider belongs to. |
| ExternalIdentities provisioned by this identity provider.
|
| The Node ID of the OIDCProvider object. |
| The OIDC identity provider type. |
| The id of the tenant this provider is attached to. |
OauthApplicationCreateAuditEntry
Audit log entry for a oauth_application.create event.
OauthApplicationCreateAuditEntry
实现
OauthApplicationCreateAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The application URL of the OAuth application. |
| The callback URL of the OAuth application. |
| The time the action was initiated. |
| The Node ID of the OauthApplicationCreateAuditEntry object. |
| The name of the OAuth application. |
| The HTTP path for the OAuth application. |
| The HTTP URL for the OAuth application. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The rate limit of the OAuth application. |
The state of the OAuth application. | |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgAddBillingManagerAuditEntry
Audit log entry for a org.add_billing_manager.
OrgAddBillingManagerAuditEntry
实现
OrgAddBillingManagerAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgAddBillingManagerAuditEntry object. |
| The email address used to invite a billing manager for the organization. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgAddMemberAuditEntry
Audit log entry for a org.add_member.
OrgAddMemberAuditEntry
实现
OrgAddMemberAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgAddMemberAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The permission level of the member added to the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgBlockUserAuditEntry
Audit log entry for a org.block_user.
OrgBlockUserAuditEntry
实现
OrgBlockUserAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The blocked user. |
| The username of the blocked user. |
| The HTTP path for the blocked user. |
| The HTTP URL for the blocked user. |
| The time the action was initiated. |
| The Node ID of the OrgBlockUserAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgConfigDisableCollaboratorsOnlyAuditEntry
Audit log entry for a org.config.disable_collaborators_only event.
OrgConfigDisableCollaboratorsOnlyAuditEntry
实现
OrgConfigDisableCollaboratorsOnlyAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgConfigDisableCollaboratorsOnlyAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgConfigEnableCollaboratorsOnlyAuditEntry
Audit log entry for a org.config.enable_collaborators_only event.
OrgConfigEnableCollaboratorsOnlyAuditEntry
实现
OrgConfigEnableCollaboratorsOnlyAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgConfigEnableCollaboratorsOnlyAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgCreateAuditEntry
Audit log entry for a org.create event.
OrgCreateAuditEntry
实现
OrgCreateAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The billing plan for the Organization. |
| The time the action was initiated. |
| The Node ID of the OrgCreateAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgDisableOauthAppRestrictionsAuditEntry
Audit log entry for a org.disable_oauth_app_restrictions event.
OrgDisableOauthAppRestrictionsAuditEntry
实现
OrgDisableOauthAppRestrictionsAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgDisableOauthAppRestrictionsAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgDisableSamlAuditEntry
Audit log entry for a org.disable_saml event.
OrgDisableSamlAuditEntry
实现
OrgDisableSamlAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The SAML provider's digest algorithm URL. |
| The Node ID of the OrgDisableSamlAuditEntry object. |
| The SAML provider's issuer URL. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The SAML provider's signature algorithm URL. |
| The SAML provider's single sign-on URL. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgDisableTwoFactorRequirementAuditEntry
Audit log entry for a org.disable_two_factor_requirement event.
OrgDisableTwoFactorRequirementAuditEntry
实现
OrgDisableTwoFactorRequirementAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgDisableTwoFactorRequirementAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgEnableOauthAppRestrictionsAuditEntry
Audit log entry for a org.enable_oauth_app_restrictions event.
OrgEnableOauthAppRestrictionsAuditEntry
实现
OrgEnableOauthAppRestrictionsAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgEnableOauthAppRestrictionsAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgEnableSamlAuditEntry
Audit log entry for a org.enable_saml event.
OrgEnableSamlAuditEntry
实现
OrgEnableSamlAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The SAML provider's digest algorithm URL. |
| The Node ID of the OrgEnableSamlAuditEntry object. |
| The SAML provider's issuer URL. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The SAML provider's signature algorithm URL. |
| The SAML provider's single sign-on URL. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgEnableTwoFactorRequirementAuditEntry
Audit log entry for a org.enable_two_factor_requirement event.
OrgEnableTwoFactorRequirementAuditEntry
实现
OrgEnableTwoFactorRequirementAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgEnableTwoFactorRequirementAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgInviteMemberAuditEntry
Audit log entry for a org.invite_member event.
OrgInviteMemberAuditEntry
实现
OrgInviteMemberAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The email address of the organization invitation. |
| The Node ID of the OrgInviteMemberAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The organization invitation. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgInviteToBusinessAuditEntry
Audit log entry for a org.invite_to_business event.
OrgInviteToBusinessAuditEntry
实现
OrgInviteToBusinessAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the OrgInviteToBusinessAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgOauthAppAccessApprovedAuditEntry
Audit log entry for a org.oauth_app_access_approved event.
OrgOauthAppAccessApprovedAuditEntry
实现
OrgOauthAppAccessApprovedAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgOauthAppAccessApprovedAuditEntry object. |
| The name of the OAuth application. |
| The HTTP path for the OAuth application. |
| The HTTP URL for the OAuth application. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgOauthAppAccessBlockedAuditEntry
Audit log entry for a org.oauth_app_access_blocked event.
OrgOauthAppAccessBlockedAuditEntry
实现
OrgOauthAppAccessBlockedAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgOauthAppAccessBlockedAuditEntry object. |
| The name of the OAuth application. |
| The HTTP path for the OAuth application. |
| The HTTP URL for the OAuth application. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgOauthAppAccessDeniedAuditEntry
Audit log entry for a org.oauth_app_access_denied event.
OrgOauthAppAccessDeniedAuditEntry
实现
OrgOauthAppAccessDeniedAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgOauthAppAccessDeniedAuditEntry object. |
| The name of the OAuth application. |
| The HTTP path for the OAuth application. |
| The HTTP URL for the OAuth application. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgOauthAppAccessRequestedAuditEntry
Audit log entry for a org.oauth_app_access_requested event.
OrgOauthAppAccessRequestedAuditEntry
实现
OrgOauthAppAccessRequestedAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgOauthAppAccessRequestedAuditEntry object. |
| The name of the OAuth application. |
| The HTTP path for the OAuth application. |
| The HTTP URL for the OAuth application. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgOauthAppAccessUnblockedAuditEntry
Audit log entry for a org.oauth_app_access_unblocked event.
OrgOauthAppAccessUnblockedAuditEntry
实现
OrgOauthAppAccessUnblockedAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgOauthAppAccessUnblockedAuditEntry object. |
| The name of the OAuth application. |
| The HTTP path for the OAuth application. |
| The HTTP URL for the OAuth application. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgRemoveBillingManagerAuditEntry
Audit log entry for a org.remove_billing_manager event.
OrgRemoveBillingManagerAuditEntry
实现
OrgRemoveBillingManagerAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgRemoveBillingManagerAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
The reason for the billing manager being removed. | |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgRemoveMemberAuditEntry
Audit log entry for a org.remove_member event.
OrgRemoveMemberAuditEntry
实现
OrgRemoveMemberAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgRemoveMemberAuditEntry object. |
| The types of membership the member has with the organization. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The reason for the member being removed. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgRemoveOutsideCollaboratorAuditEntry
Audit log entry for a org.remove_outside_collaborator event.
OrgRemoveOutsideCollaboratorAuditEntry
实现
OrgRemoveOutsideCollaboratorAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgRemoveOutsideCollaboratorAuditEntry object. |
| The types of membership the outside collaborator has with the organization. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
The reason for the outside collaborator being removed from the Organization. | |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgRestoreMemberAuditEntry
Audit log entry for a org.restore_member event.
OrgRestoreMemberAuditEntry
实现
OrgRestoreMemberAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgRestoreMemberAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The number of custom email routings for the restored member. |
| The number of issue assignments for the restored member. |
| Restored organization membership objects. |
| The number of restored memberships. |
| The number of repositories of the restored member. |
| The number of starred repositories for the restored member. |
| The number of watched repositories for the restored member. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgRestoreMemberMembershipOrganizationAuditEntryData
Metadata for an organization membership for org.restore_member actions.
OrgRestoreMemberMembershipOrganizationAuditEntryData
实现
OrgRestoreMemberMembershipOrganizationAuditEntryData
字段
名称 | 说明 |
---|---|
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
OrgRestoreMemberMembershipRepositoryAuditEntryData
Metadata for a repository membership for org.restore_member actions.
OrgRestoreMemberMembershipRepositoryAuditEntryData
实现
OrgRestoreMemberMembershipRepositoryAuditEntryData
字段
名称 | 说明 |
---|---|
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
OrgRestoreMemberMembershipTeamAuditEntryData
Metadata for a team membership for org.restore_member actions.
OrgUnblockUserAuditEntry
Audit log entry for a org.unblock_user.
OrgUnblockUserAuditEntry
实现
OrgUnblockUserAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The user being unblocked by the organization. |
| The username of the blocked user. |
| The HTTP path for the blocked user. |
| The HTTP URL for the blocked user. |
| The time the action was initiated. |
| The Node ID of the OrgUnblockUserAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgUpdateDefaultRepositoryPermissionAuditEntry
Audit log entry for a org.update_default_repository_permission.
OrgUpdateDefaultRepositoryPermissionAuditEntry
实现
OrgUpdateDefaultRepositoryPermissionAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgUpdateDefaultRepositoryPermissionAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The new base repository permission level for the organization. |
| The former base repository permission level for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgUpdateMemberAuditEntry
Audit log entry for a org.update_member event.
OrgUpdateMemberAuditEntry
实现
OrgUpdateMemberAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the OrgUpdateMemberAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The new member permission level for the organization. |
| The former member permission level for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
OrgUpdateMemberRepositoryCreationPermissionAuditEntry
Audit log entry for a org.update_member_repository_creation_permission event.
OrgUpdateMemberRepositoryCreationPermissionAuditEntry
实现
OrgUpdateMemberRepositoryCreationPermissionAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| Can members create repositories in the organization. |
| The time the action was initiated. |
| The Node ID of the OrgUpdateMemberRepositoryCreationPermissionAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
| The permission for visibility level of repositories for this organization. |
OrgUpdateMemberRepositoryInvitationPermissionAuditEntry
Audit log entry for a org.update_member_repository_invitation_permission event.
OrgUpdateMemberRepositoryInvitationPermissionAuditEntry
实现
OrgUpdateMemberRepositoryInvitationPermissionAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| Can outside collaborators be invited to repositories in the organization. |
| The time the action was initiated. |
| The Node ID of the OrgUpdateMemberRepositoryInvitationPermissionAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
Organization
An account on GitHub, with one or more owners, that has repositories, members and teams.
Organization
实现
Actor
AnnouncementBanner
MemberStatusable
Node
PackageOwner
ProfileOwner
ProjectOwner
ProjectV2Owner
ProjectV2Recent
RepositoryDiscussionAuthor
RepositoryDiscussionCommentAuthor
RepositoryOwner
Sponsorable
UniformResourceLocatable
Organization
字段
名称 | 说明 |
---|---|
| The text of the announcement. |
| The date the announcement was created. |
| The expiration date of the announcement, if any. |
| Whether the announcement can be dismissed by the user. |
| Determine if this repository owner has any items that can be pinned to their profile.
|
| Identifies the date and time when the organization was archived. |
| Audit log entries of the organization.
|
| A URL pointing to the organization's public avatar.
|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The organization's public profile description. |
| The organization's public profile description rendered to HTML. |
| A list of domains owned by the organization.
|
| The organization's public email. |
| A list of owners of the organization's enterprise account.
|
| The estimated next GitHub Sponsors payout for this user/organization in cents (USD). |
| True if this user/organization has a GitHub Sponsors listing. |
| The Node ID of the Organization object. |
| The interaction ability settings for this organization. |
| The setting value for whether the organization has an IP allow list enabled. |
| The IP addresses that are allowed to access resources owned by the organization.
|
| The setting value for whether the organization has IP allow list configuration for installed GitHub Apps enabled. |
| Whether the given account is sponsoring this user/organization.
|
| True if the viewer is sponsored by this user/organization. |
| Whether the organization has verified its profile email and website. |
| Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity. |
| Calculate how much each sponsor has ever paid total to this maintainer via GitHub Sponsors. Does not include sponsorships paid via Patreon.
|
| The organization's public profile location. |
| The organization's login name. |
| A list of all mannequins for this organization.
|
| Get the status messages members of this entity have set that are either public or visible only to the organization.
|
| Members can fork private repositories in this organization. |
| A list of users who are members of this organization. |
| The estimated monthly GitHub Sponsors income for this user/organization in cents (USD). |
| The organization's public profile name. |
| The HTTP path creating a new team. |
| The HTTP URL creating a new team. |
| Indicates if email notification delivery for this organization is restricted to verified or approved domains. |
| The billing email for the organization. |
| A list of packages under the owner.
|
| A list of users who have been invited to join this organization. |
| A list of repositories and gists this profile owner can pin to their profile.
|
| A list of repositories and gists this profile owner has pinned to their profile.
|
| Returns how many more items this profile owner can pin to their profile. |
| Find project by number.
|
| Find a project by number.
|
| A list of projects under the owner.
|
| The HTTP path listing organization's projects. |
| The HTTP URL listing organization's projects. |
| A list of projects under the owner.
|
| Recent projects that this user has modified in the context of the owner. |
| A list of repositories that the user owns.
|
| Find Repository. |
| Discussion comments this user has authored.
|
| Discussions this user has started.
|
| A list of all repository migrations for this organization.
|
| When true the organization requires all members, billing managers, and outside collaborators to enable two-factor authentication. |
| The HTTP path for this organization. |
| Returns a single ruleset from the current organization by ID. |
| A list of rulesets for this organization.
|
| The Organization's SAML identity provider. Visible to (1) organization owners, (2) organization owners' personal access tokens (classic) with read:org or admin:org scope, (3) GitHub App with an installation token with read or write access to members. |
| List of users and organizations this entity is sponsoring.
|
| List of sponsors for this user or organization.
|
| Events involving this sponsorable, such as new sponsorships.
|
| The GitHub Sponsors listing for this user or organization. |
| The sponsorship from the viewer to this user/organization; that is, the sponsorship where you're the sponsor.
|
| The sponsorship from this user/organization to the viewer; that is, the sponsorship you're receiving.
|
| List of sponsorship updates sent from this sponsorable to sponsors.
|
| The sponsorships where this user or organization is the maintainer receiving the funds.
|
| The sponsorships where this user or organization is the funder.
|
| Find an organization's team by its slug.
|
| A list of teams in this organization.
|
| The HTTP path listing organization's teams. |
| The HTTP URL listing organization's teams. |
| The amount in United States cents (e.g., 500 = $5.00 USD) that this entity has spent on GitHub to fund sponsorships. Only returns a value when viewed by the user themselves or by a user who can manage sponsorships for the requested organization.
|
| The organization's Twitter username. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this organization. |
| Organization is adminable by the viewer. |
| Can the viewer pin repositories and gists to the profile?. |
| Can the current viewer create new projects on this owner. |
| Viewer can create repositories on this organization. |
| Viewer can create teams on this organization. |
| Whether or not the viewer is able to sponsor this user/organization. |
| Viewer is an active member of this organization. |
| Whether or not this Organization is followed by the viewer. |
| True if the viewer is sponsoring this user/organization. |
| Whether contributors are required to sign off on web-based commits for repositories in this organization. |
| The organization's public profile URL. |
OrganizationAuditEntryConnection
The connection type for OrganizationAuditEntry.
OrganizationAuditEntryConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
OrganizationAuditEntryEdge
An edge in a connection.
OrganizationAuditEntryEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
OrganizationConnection
A list of organizations managed by an enterprise.
OrganizationConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
OrganizationEdge
An edge in a connection.
OrganizationEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
OrganizationEnterpriseOwnerConnection
The connection type for User.
OrganizationEnterpriseOwnerEdge
An enterprise owner in the context of an organization that is part of the enterprise.
OrganizationEnterpriseOwnerEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
| The role of the owner with respect to the organization. |
OrganizationIdentityProvider
An Identity Provider configured to provision SAML and SCIM identities for Organizations. Visible to (1) organization owners, (2) organization owners' personal access tokens (classic) with read:org or admin:org scope, (3) GitHub App with an installation token with read or write access to members.
OrganizationIdentityProvider
实现
OrganizationIdentityProvider
字段
名称 | 说明 |
---|---|
| The digest algorithm used to sign SAML requests for the Identity Provider. |
| External Identities provisioned by this Identity Provider.
|
| The Node ID of the OrganizationIdentityProvider object. |
| The x509 certificate used by the Identity Provider to sign assertions and responses. |
| The Issuer Entity ID for the SAML Identity Provider. |
| Organization this Identity Provider belongs to. |
| The signature algorithm used to sign SAML requests for the Identity Provider. |
| The URL endpoint for the Identity Provider's SAML SSO. |
OrganizationInvitation
An Invitation for a user to an organization.
OrganizationInvitation
实现
OrganizationInvitation
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The email address of the user invited to the organization. |
| The Node ID of the OrganizationInvitation object. |
| The source of the invitation. |
| The type of invitation that was sent (e.g. email, user). |
| The user who was invited to the organization. |
| The user who created the invitation. 警告
|
| The user who created the invitation. |
| The organization the invite is for. |
| The user's pending role in the organization (e.g. member, owner). |
OrganizationInvitationConnection
The connection type for OrganizationInvitation.
OrganizationInvitationConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
OrganizationInvitationEdge
An edge in a connection.
OrganizationInvitationEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
OrganizationMemberConnection
A list of users who belong to the organization.
OrganizationMemberConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
OrganizationMemberEdge
Represents a user within an organization.
OrganizationMemberEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| Whether the organization member has two factor enabled or not. Returns null if information is not available to viewer. |
| The item at the end of the edge. |
| The role this user has in the organization. |
OrganizationMigration
A GitHub Enterprise Importer (GEI) organization migration.
OrganizationMigration
实现
OrganizationMigration
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The reason the organization migration failed. |
| The Node ID of the OrganizationMigration object. |
| The remaining amount of repos to be migrated. |
| The name of the source organization to be migrated. |
| The URL of the source organization to migrate. |
| The migration state. |
| The name of the target organization. |
| The total amount of repositories to be migrated. |
OrganizationTeamsHovercardContext
An organization teams hovercard context.
OrganizationTeamsHovercardContext
实现
OrganizationTeamsHovercardContext
字段
名称 | 说明 |
---|---|
| A string describing this context. |
| An octicon to accompany this context. |
| Teams in this organization the user is a member of that are relevant. |
| The path for the full team list for this user. |
| The URL for the full team list for this user. |
| The total number of teams the user is on in the organization. |
OrganizationsHovercardContext
An organization list hovercard context.
OrganizationsHovercardContext
实现
OrganizationsHovercardContext
字段
名称 | 说明 |
---|---|
| A string describing this context. |
| An octicon to accompany this context. |
| Organizations this user is a member of that are relevant.
|
| The total number of organizations this user is in. |
Package
Information for an uploaded package.
Package
实现
Package
字段
名称 | 说明 |
---|---|
| The Node ID of the Package object. |
| Find the latest version for the package. |
| Identifies the name of the package. |
| Identifies the type of the package. |
| The repository this package belongs to. |
| Statistics about package activity. |
| Find package version by version string.
|
| list of versions for this package.
|
PackageConnection
The connection type for Package.
PackageConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PackageEdge
An edge in a connection.
PackageFile
A file in a package version.
PackageFile
实现
PackageFile
字段
名称 | 说明 |
---|---|
| The Node ID of the PackageFile object. |
| MD5 hash of the file. |
| Name of the file. |
| The package version this file belongs to. |
| SHA1 hash of the file. |
| SHA256 hash of the file. |
| Size of the file in bytes. |
| Identifies the date and time when the object was last updated. |
| URL to download the asset. |
PackageFileConnection
The connection type for PackageFile.
PackageFileConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PackageFileEdge
An edge in a connection.
PackageFileEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PackageStatistics
Represents a object that contains package activity statistics such as downloads.
PackageStatistics
字段
名称 | 说明 |
---|---|
| Number of times the package was downloaded since it was created. |
PackageTag
A version tag contains the mapping between a tag name and a version.
PackageTag
实现
PackageTag
字段
名称 | 说明 |
---|---|
| The Node ID of the PackageTag object. |
| Identifies the tag name of the version. |
| Version that the tag is associated with. |
PackageVersion
Information about a specific package version.
PackageVersion
实现
PackageVersion
字段
名称 | 说明 |
---|---|
| List of files associated with this package version.
|
| The Node ID of the PackageVersion object. |
| The package associated with this version. |
| The platform this version was built for. |
| Whether or not this version is a pre-release. |
| The README of this package version. |
| The release associated with this package version. |
| Statistics about package activity. |
| The package version summary. |
| The version string. |
PackageVersionConnection
The connection type for PackageVersion.
PackageVersionConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PackageVersionEdge
An edge in a connection.
PackageVersionEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PackageVersionStatistics
Represents a object that contains package version activity statistics such as downloads.
PackageVersionStatistics
字段
名称 | 说明 |
---|---|
| Number of times the package was downloaded since it was created. |
PageInfo
Information about pagination in a connection.
PermissionSource
A level of permission and source for a user's access to a repository.
PermissionSource
字段
名称 | 说明 |
---|---|
| The organization the repository belongs to. |
| The level of access this source has granted to the user. |
| The name of the role this source has granted to the user. |
| The source of this permission. |
PinnableItemConnection
The connection type for PinnableItem.
PinnableItemConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PinnableItemEdge
An edge in a connection.
PinnableItemEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PinnedDiscussion
A Pinned Discussion is a discussion pinned to a repository's index page.
PinnedDiscussion
实现
PinnedDiscussion
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The discussion that was pinned. |
| Color stops of the chosen gradient. |
| The Node ID of the PinnedDiscussion object. |
| Background texture pattern. |
| The actor that pinned this discussion. |
| Preconfigured background gradient option. |
| The repository associated with this node. |
| Identifies the date and time when the object was last updated. |
PinnedDiscussionConnection
The connection type for PinnedDiscussion.
PinnedDiscussionConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PinnedDiscussionEdge
An edge in a connection.
PinnedDiscussionEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PinnedEnvironment
Represents a pinned environment on a given repository.
PinnedEnvironment
实现
PinnedEnvironment
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the pinned environment was created. |
| Identifies the primary key from the database. |
| Identifies the environment associated. |
| The Node ID of the PinnedEnvironment object. |
| Identifies the position of the pinned environment. |
| The repository that this environment was pinned to. |
PinnedEnvironmentConnection
The connection type for PinnedEnvironment.
PinnedEnvironmentConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PinnedEnvironmentEdge
An edge in a connection.
PinnedEnvironmentEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PinnedEvent
Represents apinned
event on a given issue or pull request.
PinnedIssue
A Pinned Issue is a issue pinned to a repository's index page.
PinnedIssue
实现
PinnedIssue
字段
名称 | 说明 |
---|---|
| Identifies the primary key from the database. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the PinnedIssue object. |
| The issue that was pinned. |
| The actor that pinned this issue. |
| The repository that this issue was pinned to. |
PinnedIssueConnection
The connection type for PinnedIssue.
PinnedIssueConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PinnedIssueEdge
An edge in a connection.
PinnedIssueEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PrivateRepositoryForkingDisableAuditEntry
Audit log entry for a private_repository_forking.disable event.
PrivateRepositoryForkingDisableAuditEntry
实现
PrivateRepositoryForkingDisableAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the PrivateRepositoryForkingDisableAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
PrivateRepositoryForkingEnableAuditEntry
Audit log entry for a private_repository_forking.enable event.
PrivateRepositoryForkingEnableAuditEntry
实现
PrivateRepositoryForkingEnableAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the PrivateRepositoryForkingEnableAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
ProfileItemShowcase
A curatable list of repositories relating to a repository owner, which defaults to showing the most popular repositories they own.
ProfileItemShowcase
字段
名称 | 说明 |
---|---|
| Whether or not the owner has pinned any repositories or gists. |
| The repositories and gists in the showcase. If the profile owner has any pinned items, those will be returned. Otherwise, the profile owner's popular repositories will be returned. |
Project
Projects manage issues, pull requests and notes within a project owner.
Project
实现
Project
字段
名称 | 说明 |
---|---|
| The project's description body. |
| The projects description body rendered to HTML. |
| Indicates if the object is closed (definition of closed may depend on type). |
| Identifies the date and time when the object was closed. |
| List of columns in the project. |
| Identifies the date and time when the object was created. |
| The actor who originally created the project. |
| Identifies the primary key from the database. |
| The Node ID of the Project object. |
| The project's name. |
| The project's number. |
| The project's owner. Currently limited to repositories, organizations, and users. |
| List of pending cards in this project.
|
| Project progress details. |
| The HTTP path for this project. |
| Whether the project is open or closed. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this project. |
| Indicates if the object can be closed by the viewer. |
| Indicates if the object can be reopened by the viewer. |
| Check if the current viewer can update this object. |
ProjectCard
A card in a project.
ProjectCard
实现
ProjectCard
字段
名称 | 说明 |
---|---|
| The project column this card is associated under. A card may only belong to one project column at a time. The column field will be null if the card is created in a pending state and has yet to be associated with a column. Once cards are associated with a column, they will not become pending in the future. |
| The card content item. |
| Identifies the date and time when the object was created. |
| The actor who created this card. |
| Identifies the primary key from the database. |
| The Node ID of the ProjectCard object. |
| Whether the card is archived. |
| The card note. |
| The project that contains this card. |
| The HTTP path for this card. |
| The state of ProjectCard. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this card. |
ProjectCardConnection
The connection type for ProjectCard.
ProjectCardConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectCardEdge
An edge in a connection.
ProjectCardEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectColumn
A column inside a project.
ProjectColumn
实现
ProjectColumn
字段
名称 | 说明 |
---|---|
| List of cards in the column.
|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The Node ID of the ProjectColumn object. |
| The project column's name. |
| The project that contains this column. |
| The semantic purpose of the column. |
| The HTTP path for this project column. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this project column. |
ProjectColumnConnection
The connection type for ProjectColumn.
ProjectColumnConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectColumnEdge
An edge in a connection.
ProjectColumnEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectConnection
A list of projects associated with the owner.
ProjectConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectEdge
An edge in a connection.
ProjectProgress
Project progress stats.
ProjectProgress
字段
名称 | 说明 |
---|---|
| The number of done cards. |
| The percentage of done cards. |
| Whether progress tracking is enabled and cards with purpose exist for this project. |
| The number of in-progress cards. |
| The percentage of in-progress cards. |
| The number of to do cards. |
| The percentage of to do cards. |
ProjectV2
New projects that manage issues, pull requests and drafts using tables and boards.
ProjectV2
实现
ProjectV2
字段
名称 | 说明 |
---|---|
| Returns true if the project is closed. |
| Identifies the date and time when the object was closed. |
| Identifies the date and time when the object was created. |
| The actor who originally created the project. |
| Identifies the primary key from the database. 警告
|
| A field of the project.
|
List of fields and their constraints in the project.
| |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the ProjectV2 object. |
| List of items in the project.
|
| The project's number. |
| The project's owner. Currently limited to organizations and users. |
| Returns true if the project is public. |
| The project's readme. |
| The repositories the project is linked to.
|
| The HTTP path for this project. |
| The project's short description. |
| List of the status updates in the project.
|
| The teams the project is linked to.
|
| Returns true if this project is a template. |
| The project's name. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this project. |
| A view of the project.
|
| Indicates if the object can be closed by the viewer. |
| Indicates if the object can be reopened by the viewer. |
| Check if the current viewer can update this object. |
| List of views in the project.
|
| A workflow of the project.
|
| List of the workflows in the project.
|
ProjectV2ActorConnection
The connection type for ProjectV2Actor.
ProjectV2ActorConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2ActorEdge
An edge in a connection.
ProjectV2ActorEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Connection
The connection type for ProjectV2.
ProjectV2Connection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2Edge
An edge in a connection.
ProjectV2Field
A field inside a project.
ProjectV2Field
实现
ProjectV2Field
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The field's type. |
| Identifies the primary key from the database. |
| The Node ID of the ProjectV2Field object. |
| The project field's name. |
| The project that contains this field. |
| Identifies the date and time when the object was last updated. |
ProjectV2FieldConfigurationConnection
The connection type for ProjectV2FieldConfiguration.
ProjectV2FieldConfigurationConnection
字段
名称 | 说明 |
---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2FieldConfigurationEdge
An edge in a connection.
ProjectV2FieldConfigurationEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2FieldConnection
The connection type for ProjectV2Field.
ProjectV2FieldConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2FieldEdge
An edge in a connection.
ProjectV2FieldEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Item
An item within a Project.
ProjectV2Item
实现
ProjectV2Item
字段
名称 | 说明 |
---|---|
| The content of the referenced draft issue, issue, or pull request. |
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. 警告
|
| The field value of the first project field which matches the
|
| The field values that are set on the item.
|
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the ProjectV2Item object. |
| Whether the item is archived. |
| The project that contains this item. |
| The type of the item. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemConnection
The connection type for ProjectV2Item.
ProjectV2ItemConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2ItemEdge
An edge in a connection.
ProjectV2ItemEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2ItemFieldDateValue
The value of a date field in a Project item.
ProjectV2ItemFieldDateValue
实现
ProjectV2ItemFieldDateValue
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| Date value for the field. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldDateValue object. |
| The project item that contains this value. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldIterationValue
The value of an iteration field in a Project item.
ProjectV2ItemFieldIterationValue
实现
ProjectV2ItemFieldIterationValue
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| The duration of the iteration in days. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldIterationValue object. |
| The project item that contains this value. |
| The ID of the iteration. |
| The start date of the iteration. |
| The title of the iteration. |
| The title of the iteration, with HTML. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldLabelValue
The value of the labels field in a Project item.
ProjectV2ItemFieldLabelValue
字段
名称 | 说明 |
---|---|
| The field that contains this value. |
| Labels value of a field. |
ProjectV2ItemFieldMilestoneValue
The value of a milestone field in a Project item.
ProjectV2ItemFieldMilestoneValue
字段
名称 | 说明 |
---|---|
| The field that contains this value. |
| Milestone value of a field. |
ProjectV2ItemFieldNumberValue
The value of a number field in a Project item.
ProjectV2ItemFieldNumberValue
实现
ProjectV2ItemFieldNumberValue
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldNumberValue object. |
| The project item that contains this value. |
| Number as a float(8). |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldPullRequestValue
The value of a pull request field in a Project item.
ProjectV2ItemFieldPullRequestValue
字段
名称 | 说明 |
---|---|
| The field that contains this value. |
| The pull requests for this field.
|
ProjectV2ItemFieldRepositoryValue
The value of a repository field in a Project item.
ProjectV2ItemFieldRepositoryValue
字段
名称 | 说明 |
---|---|
| The field that contains this value. |
| The repository for this field. |
ProjectV2ItemFieldReviewerValue
The value of a reviewers field in a Project item.
ProjectV2ItemFieldReviewerValue
字段
名称 | 说明 |
---|---|
| The field that contains this value. |
| The reviewers for this field. |
ProjectV2ItemFieldSingleSelectValue
The value of a single select field in a Project item.
ProjectV2ItemFieldSingleSelectValue
实现
ProjectV2ItemFieldSingleSelectValue
字段
名称 | 说明 |
---|---|
The color applied to the selected single-select option. | |
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| A plain-text description of the selected single-select option, such as what the option means. |
| The description of the selected single-select option, including HTML tags. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldSingleSelectValue object. |
| The project item that contains this value. |
| The name of the selected single select option. |
| The html name of the selected single select option. |
| The id of the selected single select option. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldTextValue
The value of a text field in a Project item.
ProjectV2ItemFieldTextValue
实现
ProjectV2ItemFieldTextValue
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldTextValue object. |
| The project item that contains this value. |
| Text value of a field. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldUserValue
The value of a user field in a Project item.
ProjectV2ItemFieldUserValue
字段
名称 | 说明 |
---|---|
| The field that contains this value. |
| The users for this field. |
ProjectV2ItemFieldValueConnection
The connection type for ProjectV2ItemFieldValue.
ProjectV2ItemFieldValueConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2ItemFieldValueEdge
An edge in a connection.
ProjectV2ItemFieldValueEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2IterationField
An iteration field inside a project.
ProjectV2IterationField
实现
ProjectV2IterationField
字段
名称 | 说明 |
---|---|
| Iteration configuration settings. |
| Identifies the date and time when the object was created. |
| The field's type. |
| Identifies the primary key from the database. |
| The Node ID of the ProjectV2IterationField object. |
| The project field's name. |
| The project that contains this field. |
| Identifies the date and time when the object was last updated. |
ProjectV2IterationFieldConfiguration
Iteration field configuration for a project.
ProjectV2IterationFieldConfiguration
字段
名称 | 说明 |
---|---|
| The iteration's completed iterations. |
| The iteration's duration in days. |
| The iteration's iterations. |
| The iteration's start day of the week. |
ProjectV2IterationFieldIteration
Iteration field iteration settings for a project.
ProjectV2SingleSelectField
A single select field inside a project.
ProjectV2SingleSelectField
实现
ProjectV2SingleSelectField
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The field's type. |
| Identifies the primary key from the database. |
| The Node ID of the ProjectV2SingleSelectField object. |
| The project field's name. |
| Options for the single select field.
|
| The project that contains this field. |
| Identifies the date and time when the object was last updated. |
ProjectV2SingleSelectFieldOption
Single select field option for a configuration for a project.
ProjectV2SingleSelectFieldOption
字段
名称 | 说明 |
---|---|
The option's display color. | |
| The option's plain-text description. |
| The option's description, possibly containing HTML. |
| The option's ID. |
| The option's name. |
| The option's html name. |
ProjectV2SortBy
Represents a sort by field and direction.
ProjectV2SortBy
字段
名称 | 说明 |
---|---|
| The direction of the sorting. Possible values are ASC and DESC. |
| The field by which items are sorted. |
ProjectV2SortByConnection
The connection type for ProjectV2SortBy.
ProjectV2SortByConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2SortByEdge
An edge in a connection.
ProjectV2SortByEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2SortByField
Represents a sort by field and direction.
ProjectV2SortByField
字段
名称 | 说明 |
---|---|
| The direction of the sorting. Possible values are ASC and DESC. |
| The field by which items are sorted. |
ProjectV2SortByFieldConnection
The connection type for ProjectV2SortByField.
ProjectV2SortByFieldConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2SortByFieldEdge
An edge in a connection.
ProjectV2SortByFieldEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2StatusUpdate
A status update within a project.
ProjectV2StatusUpdate
实现
ProjectV2StatusUpdate
字段
名称 | 说明 |
---|---|
| The body of the status update. |
| The body of the status update rendered to HTML. |
| Identifies the date and time when the object was created. |
| The actor who created the status update. |
| Identifies the primary key from the database. 警告
|
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the ProjectV2StatusUpdate object. |
| The project that contains this status update. |
| The start date of the status update. |
| The status of the status update. |
| The target date of the status update. |
| Identifies the date and time when the object was last updated. |
ProjectV2StatusUpdateConnection
The connection type for ProjectV2StatusUpdate.
ProjectV2StatusUpdateConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2StatusUpdateEdge
An edge in a connection.
ProjectV2StatusUpdateEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2View
A view within a ProjectV2.
ProjectV2View
实现
ProjectV2View
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. 警告
|
The view's visible fields.
| |
| The project view's filter. |
| Identifies the primary key from the database as a BigInt. |
| The view's group-by field. 警告
The
|
| The view's group-by field.
|
| The Node ID of the ProjectV2View object. |
| The project view's layout. |
| The project view's name. |
| The project view's number. |
| The project that contains this view. |
| The view's sort-by config. 警告
The |
| The view's sort-by config. |
| Identifies the date and time when the object was last updated. |
| The view's vertical-group-by field. 警告
The
|
| The view's vertical-group-by field.
|
| The view's visible fields. 警告
The
|
ProjectV2ViewConnection
The connection type for ProjectV2View.
ProjectV2ViewConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2ViewEdge
An edge in a connection.
ProjectV2ViewEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Workflow
A workflow inside a project.
ProjectV2Workflow
实现
ProjectV2Workflow
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. 警告
|
| Whether the workflow is enabled. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the ProjectV2Workflow object. |
| The name of the workflow. |
| The number of the workflow. |
| The project that contains this workflow. |
| Identifies the date and time when the object was last updated. |
ProjectV2WorkflowConnection
The connection type for ProjectV2Workflow.
ProjectV2WorkflowConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2WorkflowEdge
An edge in a connection.
ProjectV2WorkflowEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PropertyTargetDefinition
A property that must match.
PropertyTargetDefinition
字段
名称 | 说明 |
---|---|
| The name of the property. |
| The values to match for. |
| The source of the property. Choose |
PublicKey
A user's public key.
PublicKey
实现
PublicKey
字段
名称 | 说明 |
---|---|
| The last time this authorization was used to perform an action. Values will be null for keys not owned by the user. |
| Identifies the date and time when the key was created. Keys created before March 5th, 2014 have inaccurate values. Values will be null for keys not owned by the user. |
| The fingerprint for this PublicKey. |
| The Node ID of the PublicKey object. |
| Whether this PublicKey is read-only or not. Values will be null for keys not owned by the user. |
| The public key string. |
| Identifies the date and time when the key was updated. Keys created before March 5th, 2014 may have inaccurate values. Values will be null for keys not owned by the user. |
PublicKeyConnection
The connection type for PublicKey.
PublicKeyConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PublicKeyEdge
An edge in a connection.
PullRequest
A repository pull request.
PullRequest
实现
Assignable
Closable
Comment
Labelable
Lockable
Node
ProjectV2Owner
Reactable
RepositoryNode
Subscribable
UniformResourceLocatable
Updatable
UpdatableComment
PullRequest
字段
名称 | 说明 |
---|---|
| Reason that the conversation was locked. |
| The number of additions in this pull request. |
| A list of Users assigned to this object. |
| The actor who authored the comment. |
| Author's association with the subject of the comment. |
| Returns the auto-merge request object if one exists for this pull request. |
| Identifies the base Ref associated with the pull request. |
| Identifies the name of the base Ref associated with the pull request, even if the ref has been deleted. |
| Identifies the oid of the base ref associated with the pull request, even if the ref has been deleted. |
| The repository associated with this pull request's base Ref. |
| The body as Markdown. |
| The body rendered to HTML. |
| The body rendered to text. |
| Whether or not the pull request is rebaseable. |
| The number of changed files in this pull request. |
| The HTTP path for the checks of this pull request. |
| The HTTP URL for the checks of this pull request. |
|
|
| Identifies the date and time when the object was closed. |
| List of issues that may be closed by this pull request.
|
| A list of comments associated with the pull request.
|
| A list of commits present in this pull request's head branch not present in the base branch. |
| Identifies the date and time when the object was created. |
| Check if this comment was created via an email reply. |
| Identifies the primary key from the database. 警告
|
| The number of deletions in this pull request. |
| The actor who edited this pull request's body. |
| Lists the files changed within this pull request. |
| Identifies the primary key from the database as a BigInt. |
| Identifies the head Ref associated with the pull request. |
| Identifies the name of the head Ref associated with the pull request, even if the ref has been deleted. |
| Identifies the oid of the head ref associated with the pull request, even if the ref has been deleted. |
| The repository associated with this pull request's head Ref. |
| The owner of the repository associated with this pull request's head Ref. |
| The hovercard information for this issue.
|
| The Node ID of the PullRequest object. |
| Check if this comment was edited and includes an edit with the creation data. |
| The head and base repositories are different. |
| Identifies if the pull request is a draft. |
| Indicates whether the pull request is in a merge queue. |
| Indicates whether the pull request's base ref has a merge queue enabled. |
| Is this pull request read by the viewer. |
| A list of labels associated with the object.
|
| The moment the editor made the last edit. |
| A list of latest reviews per user associated with the pull request.
|
| A list of latest reviews per user associated with the pull request that are not also pending review. |
|
|
| Indicates whether maintainers can modify the pull request. |
| The commit that was created when this pull request was merged. |
| The merge queue for the pull request's base branch. |
| The merge queue entry of the pull request in the base branch's merge queue. |
| Detailed information about the current pull request merge state status. |
| Whether or not the pull request can be merged based on the existence of merge conflicts. |
| Whether or not the pull request was merged. |
| The date and time that the pull request was merged. |
| The actor who merged the pull request. |
| Identifies the milestone associated with the pull request. |
| Identifies the pull request number. |
| A list of Users that are participating in the Pull Request conversation. |
| The permalink to the pull request. |
| The commit that GitHub automatically generated to test if this pull request
could be merged. This field will not return a value if the pull request is
merged, or if the test merge commit is still being generated. See the
|
| List of project cards associated with this pull request.
|
| List of project items associated with this pull request.
|
| Find a project by number.
|
| A list of projects under the owner.
|
| Identifies when the comment was published at. |
| A list of reactions grouped by content left on the subject. |
| A list of Reactions left on the Issue.
|
| The repository associated with this node. |
| The HTTP path for this pull request. |
| The HTTP path for reverting this pull request. |
| The HTTP URL for reverting this pull request. |
| The current status of this pull request with respect to code review. |
| A list of review requests associated with the pull request. |
| The list of all review threads for this pull request. |
| A list of reviews associated with the pull request.
|
| Identifies the state of the pull request. |
| Check and Status rollup information for the PR's head ref. |
| A list of reviewer suggestions based on commit history and past review comments. |
| A list of events, comments, commits, etc. associated with the pull request. 警告
|
| A list of events, comments, commits, etc. associated with the pull request.
|
| Identifies the pull request title. |
| Identifies the pull request title rendered to HTML. |
| Returns a count of how many comments this pull request has received. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this pull request. |
| A list of edits to this content. |
| Whether or not the viewer can apply suggestion. |
| Indicates if the object can be closed by the viewer. |
| Check if the viewer can restore the deleted head ref. |
| Whether or not the viewer can disable auto-merge. |
| Can the viewer edit files within this pull request. |
| Whether or not the viewer can enable auto-merge. |
| Indicates if the viewer can edit labels for this object. |
| Indicates whether the viewer can bypass branch protections and merge the pull request immediately. |
| Can user react to this subject. |
| Indicates if the object can be reopened by the viewer. |
| Check if the viewer is able to change their subscription status for the repository. |
| Check if the current viewer can update this object. |
| Whether or not the viewer can update the head ref of this PR, by merging or rebasing the base ref. If the head ref is up to date or unable to be updated by this user, this will return false. |
| Reasons why the current viewer can not update this comment. |
| Did the viewer author this comment. |
| The latest review given from the viewer. |
| The person who has requested the viewer for review on this pull request. |
| The merge body text for the viewer and method.
|
| The merge headline text for the viewer and method.
|
| Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. |
PullRequestChangedFile
A file changed in a pull request.
PullRequestChangedFile
字段
名称 | 说明 |
---|---|
| The number of additions to the file. |
| How the file was changed in this PullRequest. |
| The number of deletions to the file. |
| The path of the file. |
| The state of the file for the viewer. |
PullRequestChangedFileConnection
The connection type for PullRequestChangedFile.
PullRequestChangedFileConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PullRequestChangedFileEdge
An edge in a connection.
PullRequestChangedFileEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PullRequestCommit
Represents a Git commit part of a pull request.
PullRequestCommit
实现
PullRequestCommit
字段
名称 | 说明 |
---|---|
| The Git commit object. |
| The Node ID of the PullRequestCommit object. |
| The pull request this commit belongs to. |
| The HTTP path for this pull request commit. |
| The HTTP URL for this pull request commit. |
PullRequestCommitCommentThread
Represents a commit comment thread part of a pull request.
PullRequestCommitCommentThread
实现
PullRequestCommitCommentThread
字段
名称 | 说明 |
---|---|
| The comments that exist in this thread. |
| The commit the comments were made on. |
| The Node ID of the PullRequestCommitCommentThread object. |
| The file the comments were made on. |
| The position in the diff for the commit that the comment was made on. |
| The pull request this commit comment thread belongs to. |
| The repository associated with this node. |
PullRequestCommitConnection
The connection type for PullRequestCommit.
PullRequestCommitConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PullRequestCommitEdge
An edge in a connection.
PullRequestCommitEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PullRequestConnection
The connection type for PullRequest.
PullRequestConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PullRequestContributionsByRepository
This aggregates pull requests opened by a user within one repository.
PullRequestContributionsByRepository
字段
名称 | 说明 |
---|---|
| The pull request contributions.
|
| The repository in which the pull requests were opened. |
PullRequestEdge
An edge in a connection.
PullRequestEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PullRequestParameters
Require all commits be made to a non-target branch and submitted via a pull request before they can be merged.
PullRequestParameters
字段
名称 | 说明 |
---|---|
| New, reviewable commits pushed will dismiss previous pull request review approvals. |
| Require an approving review in pull requests that modify files that have a designated code owner. |
| Whether the most recent reviewable push must be approved by someone other than the person who pushed it. |
| The number of approving reviews that are required before a pull request can be merged. |
| All conversations on code must be resolved before a pull request can be merged. |
PullRequestReview
A review object for a given pull request.
PullRequestReview
实现
PullRequestReview
字段
名称 | 说明 |
---|---|
| The actor who authored the comment. |
| Author's association with the subject of the comment. |
| Indicates whether the author of this review has push access to the repository. |
| Identifies the pull request review body. |
| The body rendered to HTML. |
| The body of this review rendered as plain text. |
| A list of review comments for the current pull request review. |
| Identifies the commit associated with this pull request review. |
| Identifies the date and time when the object was created. |
| Check if this comment was created via an email reply. |
| Identifies the primary key from the database. 警告
|
| The actor who edited the comment. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the PullRequestReview object. |
| Check if this comment was edited and includes an edit with the creation data. |
| Returns whether or not a comment has been minimized. |
| The moment the editor made the last edit. |
| Returns why the comment was minimized. One of |
| A list of teams that this review was made on behalf of. |
| Identifies when the comment was published at. |
| Identifies the pull request associated with this pull request review. |
| A list of reactions grouped by content left on the subject. |
| A list of Reactions left on the Issue.
|
| The repository associated with this node. |
| The HTTP path permalink for this PullRequestReview. |
| Identifies the current state of the pull request review. |
| Identifies when the Pull Request Review was submitted. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL permalink for this PullRequestReview. |
| A list of edits to this content. |
| Check if the current viewer can delete this object. |
| Check if the current viewer can minimize this object. |
| Can user react to this subject. |
| Check if the current viewer can update this object. |
| Reasons why the current viewer can not update this comment. |
| Did the viewer author this comment. |
PullRequestReviewComment
A review comment associated with a given repository pull request.
PullRequestReviewComment
实现
PullRequestReviewComment
字段
名称 | 说明 |
---|---|
| The actor who authored the comment. |
| Author's association with the subject of the comment. |
| The comment body of this review comment. |
| The body rendered to HTML. |
| The comment body of this review comment rendered as plain text. |
| Identifies the commit associated with the comment. |
| Identifies when the comment was created. |
| Check if this comment was created via an email reply. |
| Identifies the primary key from the database. 警告
|
| The diff hunk to which the comment applies. |
| Identifies when the comment was created in a draft state. |
| The actor who edited the comment. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the PullRequestReviewComment object. |
| Check if this comment was edited and includes an edit with the creation data. |
| Returns whether or not a comment has been minimized. |
| The moment the editor made the last edit. |
| The end line number on the file to which the comment applies. |
| Returns why the comment was minimized. One of |
| Identifies the original commit associated with the comment. |
| The end line number on the file to which the comment applied when it was first created. |
| The original line index in the diff to which the comment applies. 警告
We are phasing out diff-relative positioning for PR comments Removal on 2023-10-01 UTC. |
| The start line number on the file to which the comment applied when it was first created. |
| Identifies when the comment body is outdated. |
| The path to which the comment applies. |
| The line index in the diff to which the comment applies. 警告
We are phasing out diff-relative positioning for PR comments Use the |
| Identifies when the comment was published at. |
| The pull request associated with this review comment. |
| The pull request review associated with this review comment. |
| A list of reactions grouped by content left on the subject. |
| A list of Reactions left on the Issue.
|
| The comment this is a reply to. |
| The repository associated with this node. |
| The HTTP path permalink for this review comment. |
| The start line number on the file to which the comment applies. |
| Identifies the state of the comment. |
| The level at which the comments in the corresponding thread are targeted, can be a diff line or a file. |
| Identifies when the comment was last updated. |
| The HTTP URL permalink for this review comment. |
| A list of edits to this content. |
| Check if the current viewer can delete this object. |
| Check if the current viewer can minimize this object. |
| Can user react to this subject. |
| Check if the current viewer can update this object. |
| Reasons why the current viewer can not update this comment. |
| Did the viewer author this comment. |
PullRequestReviewCommentConnection
The connection type for PullRequestReviewComment.
PullRequestReviewCommentConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PullRequestReviewCommentEdge
An edge in a connection.
PullRequestReviewCommentEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PullRequestReviewConnection
The connection type for PullRequestReview.
PullRequestReviewConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PullRequestReviewContributionsByRepository
This aggregates pull request reviews made by a user within one repository.
PullRequestReviewContributionsByRepository
字段
名称 | 说明 |
---|---|
| The pull request review contributions.
|
| The repository in which the pull request reviews were made. |
PullRequestReviewEdge
An edge in a connection.
PullRequestReviewEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PullRequestReviewThread
A threaded list of comments for a given pull request.
PullRequestReviewThread
实现
PullRequestReviewThread
字段
名称 | 说明 |
---|---|
| A list of pull request comments associated with the thread.
|
| The side of the diff on which this thread was placed. |
| The Node ID of the PullRequestReviewThread object. |
| Whether or not the thread has been collapsed (resolved). |
| Indicates whether this thread was outdated by newer changes. |
| Whether this thread has been resolved. |
| The line in the file to which this thread refers. |
| The original line in the file to which this thread refers. |
| The original start line in the file to which this thread refers (multi-line only). |
| Identifies the file path of this thread. |
| Identifies the pull request associated with this thread. |
| Identifies the repository associated with this thread. |
| The user who resolved this thread. |
| The side of the diff that the first line of the thread starts on (multi-line only). |
| The start line in the file to which this thread refers (multi-line only). |
| The level at which the comments in the corresponding thread are targeted, can be a diff line or a file. |
| Indicates whether the current viewer can reply to this thread. |
| Whether or not the viewer can resolve this thread. |
| Whether or not the viewer can unresolve this thread. |
PullRequestReviewThreadConnection
Review comment threads for a pull request review.
PullRequestReviewThreadConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PullRequestReviewThreadEdge
An edge in a connection.
PullRequestReviewThreadEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PullRequestRevisionMarker
Represents the latest point in the pull request timeline for which the viewer has seen the pull request's commits.
PullRequestRevisionMarker
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The last commit the viewer has seen. |
| The pull request to which the marker belongs. |
PullRequestTemplate
A repository pull request template.
PullRequestTemplate
字段
名称 | 说明 |
---|---|
| The body of the template. |
| The filename of the template. |
| The repository the template belongs to. |
PullRequestThread
A threaded list of comments for a given pull request.
PullRequestThread
实现
PullRequestThread
字段
名称 | 说明 |
---|---|
| A list of pull request comments associated with the thread.
|
| The side of the diff on which this thread was placed. |
| The Node ID of the PullRequestThread object. |
| Whether or not the thread has been collapsed (resolved). |
| Indicates whether this thread was outdated by newer changes. |
| Whether this thread has been resolved. |
| The line in the file to which this thread refers. |
| Identifies the file path of this thread. |
| Identifies the pull request associated with this thread. |
| Identifies the repository associated with this thread. |
| The user who resolved this thread. |
| The side of the diff that the first line of the thread starts on (multi-line only). |
| The line of the first file diff in the thread. |
| The level at which the comments in the corresponding thread are targeted, can be a diff line or a file. |
| Indicates whether the current viewer can reply to this thread. |
| Whether or not the viewer can resolve this thread. |
| Whether or not the viewer can unresolve this thread. |
PullRequestTimelineConnection
The connection type for PullRequestTimelineItem.
PullRequestTimelineConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PullRequestTimelineItemEdge
An edge in a connection.
PullRequestTimelineItemEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PullRequestTimelineItemsConnection
The connection type for PullRequestTimelineItems.
PullRequestTimelineItemsConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| Identifies the count of items after applying |
| A list of nodes. |
| Identifies the count of items after applying |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
| Identifies the date and time when the timeline was last updated. |
PullRequestTimelineItemsEdge
An edge in a connection.
PullRequestTimelineItemsEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
Push
A Git push.
Push
实现
Push
字段
名称 | 说明 |
---|---|
| The Node ID of the Push object. |
| The SHA after the push. |
| The permalink for this push. |
| The SHA before the push. |
| The actor who pushed. |
| The repository that was pushed to. |
PushAllowance
A team, user, or app who has the ability to push to a protected branch.
PushAllowance
实现
PushAllowance
字段
名称 | 说明 |
---|---|
| The actor that can push. |
| Identifies the branch protection rule associated with the allowed user, team, or app. |
| The Node ID of the PushAllowance object. |
PushAllowanceConnection
The connection type for PushAllowance.
PushAllowanceConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PushAllowanceEdge
An edge in a connection.
PushAllowanceEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
RateLimit
Represents the client's rate limit.
RateLimit
字段
名称 | 说明 |
---|---|
| The point cost for the current query counting against the rate limit. |
| The maximum number of points the client is permitted to consume in a 60 minute window. |
| The maximum number of nodes this query may return. |
| The number of points remaining in the current rate limit window. |
| The time at which the current rate limit window resets in UTC epoch seconds. |
| The number of points used in the current rate limit window. |
ReactingUserConnection
The connection type for User.
ReactingUserConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ReactingUserEdge
Represents a user that's made a reaction.
Reaction
An emoji reaction to a particular piece of content.
Reaction
实现
Reaction
字段
名称 | 说明 |
---|---|
| Identifies the emoji reaction. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The Node ID of the Reaction object. |
| The reactable piece of content. |
| Identifies the user who created this reaction. |
ReactionConnection
A list of reactions that have been left on the subject.
ReactionConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
| Whether or not the authenticated user has left a reaction on the subject. |
ReactionEdge
An edge in a connection.
ReactionGroup
A group of emoji reactions to a particular piece of content.
ReactionGroup
字段
名称 | 说明 |
---|---|
| Identifies the emoji reaction. |
| Identifies when the reaction was created. |
| Reactors to the reaction subject with the emotion represented by this reaction group. |
| The subject that was reacted to. |
| Users who have reacted to the reaction subject with the emotion represented by this reaction group. 警告
Reactors can now be mannequins, bots, and organizations. Use the |
| Whether or not the authenticated user has left a reaction on the subject. |
ReactorConnection
The connection type for Reactor.
ReactorConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ReactorEdge
Represents an author of a reaction.
ReadyForReviewEvent
Represents aready_for_review
event on a given pull request.
ReadyForReviewEvent
实现
ReadyForReviewEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the ReadyForReviewEvent object. |
| PullRequest referenced by event. |
| The HTTP path for this ready for review event. |
| The HTTP URL for this ready for review event. |
Ref
Represents a Git reference.
Ref
实现
Ref
字段
名称 | 说明 |
---|---|
| A list of pull requests with this ref as the head ref.
|
| Branch protection rules for this ref. |
| Compares the current ref as a base ref to another head ref, if the comparison can be made.
|
| The Node ID of the Ref object. |
| The ref name. |
| The ref's prefix, such as |
| Branch protection rules that are viewable by non-admins. |
| The repository the ref belongs to. |
| A list of rules from active Repository and Organization rulesets that apply to this ref.
|
| The object the ref points to. Returns null when object does not exist. |
RefConnection
The connection type for Ref.
RefEdge
An edge in a connection.
RefNameConditionTarget
Parameters to be used for the ref_name condition.
RefNameConditionTarget
字段
名称 | 说明 |
---|---|
| Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. |
| Array of ref names or patterns to include. One of these patterns must match
for the condition to pass. Also accepts |
RefUpdateRule
Branch protection rules that are enforced on the viewer.
RefUpdateRule
字段
名称 | 说明 |
---|---|
| Can this branch be deleted. |
| Are force pushes allowed on this branch. |
| Can matching branches be created. |
| Identifies the protection rule pattern. |
| Number of approving reviews required to update matching branches. |
| List of required status check contexts that must pass for commits to be accepted to matching branches. |
| Are reviews from code owners required to update matching branches. |
| Are conversations required to be resolved before merging. |
| Are merge commits prohibited from being pushed to this branch. |
| Are commits required to be signed. |
| Is the viewer allowed to dismiss reviews. |
| Can the viewer push to the branch. |
ReferencedEvent
Represents areferenced
event on a given ReferencedSubject
.
ReferencedEvent
实现
ReferencedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the commit associated with the |
| Identifies the repository associated with the |
| Identifies the date and time when the object was created. |
| The Node ID of the ReferencedEvent object. |
| Reference originated in a different repository. |
| Checks if the commit message itself references the subject. Can be false in the case of a commit comment reference. |
| Object referenced by event. |
Release
A release contains the content for a release.
Release
实现
Release
字段
名称 | 说明 |
---|---|
| The author of the release. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The description of the release. |
| The description of this release rendered to HTML. |
| The Node ID of the Release object. |
| Whether or not the release is a draft. |
| Whether or not the release is the latest releast. |
| Whether or not the release is a prerelease. |
| A list of users mentioned in the release description. |
| The title of the release. |
| Identifies the date and time when the release was created. |
| A list of reactions grouped by content left on the subject. |
| A list of Reactions left on the Issue.
|
| List of releases assets which are dependent on this release.
|
| The repository that the release belongs to. |
| The HTTP path for this issue. |
| A description of the release, rendered to HTML without any links in it.
|
| The Git tag the release points to. |
| The tag commit for this release. |
| The name of the release's Git tag. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this issue. |
| Can user react to this subject. |
ReleaseAsset
A release asset contains the content for a release asset.
ReleaseAsset
实现
ReleaseAsset
字段
名称 | 说明 |
---|---|
| The asset's content-type. |
| Identifies the date and time when the object was created. |
| The number of times this asset was downloaded. |
| Identifies the URL where you can download the release asset via the browser. |
| The Node ID of the ReleaseAsset object. |
| Identifies the title of the release asset. |
| Release that the asset is associated with. |
| The size (in bytes) of the asset. |
| Identifies the date and time when the object was last updated. |
| The user that performed the upload. |
| Identifies the URL of the release asset. |
ReleaseAssetConnection
The connection type for ReleaseAsset.
ReleaseAssetConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ReleaseAssetEdge
An edge in a connection.
ReleaseAssetEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ReleaseConnection
The connection type for Release.
ReleaseConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ReleaseEdge
An edge in a connection.
RemovedFromMergeQueueEvent
Represents aremoved_from_merge_queue
event on a given pull request.
RemovedFromMergeQueueEvent
实现
RemovedFromMergeQueueEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the before commit SHA for the |
| Identifies the date and time when the object was created. |
| The user who removed this Pull Request from the merge queue. |
| The Node ID of the RemovedFromMergeQueueEvent object. |
| The merge queue where this pull request was removed from. |
| PullRequest referenced by event. |
| The reason this pull request was removed from the queue. |
RemovedFromProjectEvent
Represents aremoved_from_project
event on a given issue or pull request.
RemovedFromProjectEvent
实现
RemovedFromProjectEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The Node ID of the RemovedFromProjectEvent object. |
| Project referenced by event. |
| Column name referenced by this project event. |
RenamedTitleEvent
Represents arenamed
event on a given issue or pull request.
RenamedTitleEvent
实现
RenamedTitleEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the current title of the issue or pull request. |
| The Node ID of the RenamedTitleEvent object. |
| Identifies the previous title of the issue or pull request. |
| Subject that was renamed. |
ReopenedEvent
Represents areopened
event on any Closable
.
ReopenedEvent
实现
ReopenedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Object that was reopened. |
| Identifies the date and time when the object was created. |
| The Node ID of the ReopenedEvent object. |
| The reason the issue state was changed to open. |
RepoAccessAuditEntry
Audit log entry for a repo.access event.
RepoAccessAuditEntry
实现
RepoAccessAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoAccessAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
| The visibility of the repository. |
RepoAddMemberAuditEntry
Audit log entry for a repo.add_member event.
RepoAddMemberAuditEntry
实现
RepoAddMemberAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoAddMemberAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
| The visibility of the repository. |
RepoAddTopicAuditEntry
Audit log entry for a repo.add_topic event.
RepoAddTopicAuditEntry
实现
RepoAddTopicAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoAddTopicAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The name of the topic added to the repository. |
| The name of the topic added to the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
RepoArchivedAuditEntry
Audit log entry for a repo.archived event.
RepoArchivedAuditEntry
实现
RepoArchivedAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoArchivedAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
| The visibility of the repository. |
RepoChangeMergeSettingAuditEntry
Audit log entry for a repo.change_merge_setting event.
RepoChangeMergeSettingAuditEntry
实现
RepoChangeMergeSettingAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoChangeMergeSettingAuditEntry object. |
| Whether the change was to enable (true) or disable (false) the merge type. |
| The merge method affected by the change. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
RepoConfigDisableAnonymousGitAccessAuditEntry
Audit log entry for a repo.config.disable_anonymous_git_access event.
RepoConfigDisableAnonymousGitAccessAuditEntry
实现
RepoConfigDisableAnonymousGitAccessAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoConfigDisableAnonymousGitAccessAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
RepoConfigDisableCollaboratorsOnlyAuditEntry
Audit log entry for a repo.config.disable_collaborators_only event.
RepoConfigDisableCollaboratorsOnlyAuditEntry
实现
RepoConfigDisableCollaboratorsOnlyAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoConfigDisableCollaboratorsOnlyAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
RepoConfigDisableContributorsOnlyAuditEntry
Audit log entry for a repo.config.disable_contributors_only event.
RepoConfigDisableContributorsOnlyAuditEntry
实现
RepoConfigDisableContributorsOnlyAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoConfigDisableContributorsOnlyAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
RepoConfigDisableSockpuppetDisallowedAuditEntry
Audit log entry for a repo.config.disable_sockpuppet_disallowed event.
RepoConfigDisableSockpuppetDisallowedAuditEntry
实现
RepoConfigDisableSockpuppetDisallowedAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoConfigDisableSockpuppetDisallowedAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
RepoConfigEnableAnonymousGitAccessAuditEntry
Audit log entry for a repo.config.enable_anonymous_git_access event.
RepoConfigEnableAnonymousGitAccessAuditEntry
实现
RepoConfigEnableAnonymousGitAccessAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoConfigEnableAnonymousGitAccessAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
RepoConfigEnableCollaboratorsOnlyAuditEntry
Audit log entry for a repo.config.enable_collaborators_only event.
RepoConfigEnableCollaboratorsOnlyAuditEntry
实现
RepoConfigEnableCollaboratorsOnlyAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoConfigEnableCollaboratorsOnlyAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
RepoConfigEnableContributorsOnlyAuditEntry
Audit log entry for a repo.config.enable_contributors_only event.
RepoConfigEnableContributorsOnlyAuditEntry
实现
RepoConfigEnableContributorsOnlyAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoConfigEnableContributorsOnlyAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
RepoConfigEnableSockpuppetDisallowedAuditEntry
Audit log entry for a repo.config.enable_sockpuppet_disallowed event.
RepoConfigEnableSockpuppetDisallowedAuditEntry
实现
RepoConfigEnableSockpuppetDisallowedAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoConfigEnableSockpuppetDisallowedAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
RepoConfigLockAnonymousGitAccessAuditEntry
Audit log entry for a repo.config.lock_anonymous_git_access event.
RepoConfigLockAnonymousGitAccessAuditEntry
实现
RepoConfigLockAnonymousGitAccessAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoConfigLockAnonymousGitAccessAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
RepoConfigUnlockAnonymousGitAccessAuditEntry
Audit log entry for a repo.config.unlock_anonymous_git_access event.
RepoConfigUnlockAnonymousGitAccessAuditEntry
实现
RepoConfigUnlockAnonymousGitAccessAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoConfigUnlockAnonymousGitAccessAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
RepoCreateAuditEntry
Audit log entry for a repo.create event.
RepoCreateAuditEntry
实现
RepoCreateAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The name of the parent repository for this forked repository. |
| The name of the root repository for this network. |
| The Node ID of the RepoCreateAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
| The visibility of the repository. |
RepoDestroyAuditEntry
Audit log entry for a repo.destroy event.
RepoDestroyAuditEntry
实现
RepoDestroyAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoDestroyAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
| The visibility of the repository. |
RepoRemoveMemberAuditEntry
Audit log entry for a repo.remove_member event.
RepoRemoveMemberAuditEntry
实现
RepoRemoveMemberAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoRemoveMemberAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
| The visibility of the repository. |
RepoRemoveTopicAuditEntry
Audit log entry for a repo.remove_topic event.
RepoRemoveTopicAuditEntry
实现
RepoRemoveTopicAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the RepoRemoveTopicAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The name of the topic added to the repository. |
| The name of the topic added to the repository. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
Repository
A repository contains the content for a project.
Repository
实现
Node
PackageOwner
ProjectOwner
ProjectV2Recent
RepositoryInfo
Starrable
Subscribable
UniformResourceLocatable
Repository
字段
名称 | 说明 |
---|---|
| Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging. |
| Identifies the date and time when the repository was archived. |
| A list of users that can be assigned to issues in this repository.
|
| Whether or not Auto-merge can be enabled on pull requests in this repository. |
| A list of branch protection rules for this repository.
|
| Returns the code of conduct for this repository. |
| Information extracted from the repository's
|
| A list of collaborators associated with the repository.
|
| A list of commit comments associated with the repository. |
| Returns a list of contact links associated to the repository. |
| Returns the contributing guidelines for this repository. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The Ref associated with the repository's default branch. |
| Whether or not branches are automatically deleted when merged in this repository. |
| A list of dependency manifests contained in the repository.
|
| A list of deploy keys that are on this repository. |
| Deployments associated with the repository.
|
| The description of the repository. |
| The description of the repository rendered to HTML. |
| Returns a single discussion from the current repository by number.
|
| A list of discussion categories that are available in the repository.
|
| A discussion category by slug.
|
| A list of discussions that have been opened in the repository.
|
| The number of kilobytes this repository occupies on disk. |
| Returns a single active environment from the current repository by name.
|
| A list of environments that are in this repository.
|
| Returns how many forks there are of this repository in the whole network. |
| Whether this repository allows forks. |
| A list of direct forked repositories.
|
| The funding links for this repository. |
| Indicates if the repository has the Discussions feature enabled. |
| Indicates if the repository has issues feature enabled. |
| Indicates if the repository has the Projects feature enabled. |
| Indicates if the repository displays a Sponsor button for financial contributions. |
| Whether vulnerability alerts are enabled for the repository. |
| Indicates if the repository has wiki feature enabled. |
| The repository's URL. |
| The Node ID of the Repository object. |
| The interaction ability settings for this repository. |
| Indicates if the repository is unmaintained. |
| Returns true if blank issue creation is allowed. |
| Returns whether or not this repository disabled. |
| Returns whether or not this repository is empty. |
| Identifies if the repository is a fork. |
| Indicates if a repository is either owned by an organization, or is a private fork of an organization repository. |
| Indicates if the repository has been locked or not. |
| Identifies if the repository is a mirror. |
| Identifies if the repository is private or internal. |
| Returns true if this repository has a security policy. |
| Identifies if the repository is a template that can be used to generate new repositories. |
| Is this repository a user configuration repository?. |
| Returns a single issue from the current repository by number.
|
| Returns a single issue-like object from the current repository by number.
|
| Returns a list of issue templates associated to the repository. |
| A list of issues that have been opened in the repository.
|
| Returns a single label by name.
|
| A list of labels associated with the repository.
|
| A list containing a breakdown of the language composition of the repository.
|
| Get the latest release for the repository if one exists. |
| The license associated with the repository. |
| The reason the repository has been locked. |
| A list of Users that can be mentioned in the context of the repository.
|
| Whether or not PRs are merged with a merge commit on this repository. |
| How the default commit message will be generated when merging a pull request. |
| How the default commit title will be generated when merging a pull request. |
| The merge queue for a specified branch, otherwise the default branch if not provided.
|
| Returns a single milestone from the current repository by number.
|
| A list of milestones associated with the repository.
|
| The repository's original mirror URL. |
| The name of the repository. |
| The repository's name with owner. |
| A Git object in the repository.
|
| The image used to represent this repository in Open Graph data. |
| The User owner of the repository. |
| A list of packages under the owner.
|
| The repository parent, if this is a fork. |
| A list of discussions that have been pinned in this repository. |
| A list of pinned environments for this repository.
|
| A list of pinned issues for this repository. |
| Returns information about the availability of certain features and limits based on the repository's billing plan. |
| The primary language of the repository's code. |
| Find project by number.
|
| Finds and returns the Project according to the provided Project number.
|
| A list of projects under the owner.
|
| The HTTP path listing the repository's projects. |
| The HTTP URL listing the repository's projects. |
| List of projects linked to this repository.
|
| Returns a single pull request from the current repository by number.
|
| Returns a list of pull request templates associated to the repository. |
| A list of pull requests that have been opened in the repository.
|
| Identifies the date and time when the repository was last pushed to. |
| Whether or not rebase-merging is enabled on this repository. |
| Recent projects that this user has modified in the context of the owner. |
| Fetch a given ref from the repository.
|
| Fetch a list of refs from the repository.
|
| Lookup a single release given various criteria.
|
| List of releases which are dependent on this repository.
|
| A list of applied repository-topic associations for this repository. |
| The HTTP path for this repository. |
| Returns a single ruleset from the current repository by ID. |
| A list of rulesets for this repository.
|
| The security policy URL. |
| A description of the repository, rendered to HTML without any links in it.
|
| Whether or not squash-merging is enabled on this repository. |
| How the default commit message will be generated when squash merging a pull request. |
| How the default commit title will be generated when squash merging a pull request. |
| Whether a squash merge commit can use the pull request title as default. 警告
|
| The SSH URL to clone this repository. |
| Returns a count of how many stargazers there are on this object. |
| A list of users who have starred this starrable.
|
| Returns a list of all submodules in this repository parsed from the .gitmodules file as of the default branch's HEAD commit. |
| Temporary authentication token for cloning this repository. |
| The repository from which this repository was generated, if any. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this repository. |
| Whether this repository has a custom image to use with Open Graph as opposed to being represented by the owner's avatar. |
| Indicates whether the viewer has admin permissions on this repository. |
| Can the current viewer create new projects on this owner. |
| Check if the viewer is able to change their subscription status for the repository. |
| Indicates whether the viewer can update the topics of this repository. |
| The last commit email for the viewer. |
| The last used merge method by the viewer or the default for the repository. |
| Returns a boolean indicating whether the viewing user has starred this starrable. |
| The users permission level on the repository. Will return null if authenticated as an GitHub App. |
| A list of emails this viewer can commit with. |
| Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. |
| Indicates the repository's visibility level. |
| Returns a single vulnerability alert from the current repository by number.
|
| A list of vulnerability alerts that are on this repository.
|
| A list of users watching the repository. |
| Whether contributors are required to sign off on web-based commits in this repository. |
RepositoryCodeowners
Information extracted from a repository's CODEOWNERS
file.
RepositoryCodeowners
字段
名称 | 说明 |
---|---|
| Any problems that were encountered while parsing the |
RepositoryCodeownersError
An error in a CODEOWNERS
file.
RepositoryCodeownersError
字段
名称 | 说明 |
---|---|
| The column number where the error occurs. |
| A short string describing the type of error. |
| The line number where the error occurs. |
| A complete description of the error, combining information from other fields. |
| The path to the file when the error occurs. |
| The content of the line where the error occurs. |
| A suggestion of how to fix the error. |
RepositoryCollaboratorConnection
The connection type for User.
RepositoryCollaboratorConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
RepositoryCollaboratorEdge
Represents a user who is a collaborator of a repository.
RepositoryCollaboratorEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| N/A |
| The permission the user has on the repository. |
| A list of sources for the user's access to the repository. |
RepositoryConnection
A list of repositories owned by the subject.
RepositoryConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
| The total size in kilobytes of all repositories in the connection. Value will never be larger than max 32-bit signed integer. |
RepositoryContactLink
A repository contact link.
RepositoryEdge
An edge in a connection.
RepositoryEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
RepositoryIdConditionTarget
Parameters to be used for the repository_id condition.
RepositoryIdConditionTarget
字段
名称 | 说明 |
---|---|
| One of these repo IDs must match the repo. |
RepositoryInteractionAbility
Repository interaction limit that applies to this object.
RepositoryInteractionAbility
字段
名称 | 说明 |
---|---|
| The time the currently active limit expires. |
| The current limit that is enabled on this object. |
| The origin of the currently active interaction limit. |
RepositoryInvitation
An invitation for a user to be added to a repository.
RepositoryInvitation
实现
RepositoryInvitation
字段
名称 | 说明 |
---|---|
| The email address that received the invitation. |
| The Node ID of the RepositoryInvitation object. |
| The user who received the invitation. |
| The user who created the invitation. |
| The permalink for this repository invitation. |
| The permission granted on this repository by this invitation. |
| The Repository the user is invited to. |
RepositoryInvitationConnection
A list of repository invitations.
RepositoryInvitationConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
RepositoryInvitationEdge
An edge in a connection.
RepositoryInvitationEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
RepositoryMigration
A GitHub Enterprise Importer (GEI) repository migration.
RepositoryMigration
实现
RepositoryMigration
字段
名称 | 说明 |
---|---|
| The migration flag to continue on error. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The reason the migration failed. |
| The Node ID of the RepositoryMigration object. |
| The URL for the migration log (expires 1 day after migration completes). |
| The migration source. |
| The target repository name. |
| The migration source URL, for example |
| The migration state. |
| The number of warnings encountered for this migration. To review the warnings, check the Migration Log. |
RepositoryMigrationConnection
A list of migrations.
RepositoryMigrationConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
RepositoryMigrationEdge
Represents a repository migration.
RepositoryMigrationEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
RepositoryNameConditionTarget
Parameters to be used for the repository_name condition.
RepositoryNameConditionTarget
字段
名称 | 说明 |
---|---|
| Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match. |
| Array of repository names or patterns to include. One of these patterns must
match for the condition to pass. Also accepts |
| Target changes that match these patterns will be prevented except by those with bypass permissions. |
RepositoryPlanFeatures
Information about the availability of features and limits for a repository based on its billing plan.
RepositoryPlanFeatures
字段
名称 | 说明 |
---|---|
| Whether reviews can be automatically requested and enforced with a CODEOWNERS file. |
| Whether pull requests can be created as or converted to draft. |
| Maximum number of users that can be assigned to an issue or pull request. |
| Maximum number of manually-requested reviews on a pull request. |
| Whether teams can be requested to review pull requests. |
RepositoryPropertyConditionTarget
Parameters to be used for the repository_property condition.
RepositoryPropertyConditionTarget
字段
名称 | 说明 |
---|---|
| Array of repository properties that must not match. |
| Array of repository properties that must match. |
RepositoryRule
A repository rule.
RepositoryRule
实现
RepositoryRule
字段
名称 | 说明 |
---|---|
| The Node ID of the RepositoryRule object. |
| The parameters for this rule. |
| The repository ruleset associated with this rule configuration. |
| The type of rule. |
RepositoryRuleConditions
Set of conditions that determine if a ruleset will evaluate.
RepositoryRuleConditions
字段
名称 | 说明 |
---|---|
| Configuration for the ref_name condition. |
| Configuration for the repository_id condition. |
| Configuration for the repository_name condition. |
| Configuration for the repository_property condition. |
RepositoryRuleConnection
The connection type for RepositoryRule.
RepositoryRuleConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
RepositoryRuleEdge
An edge in a connection.
RepositoryRuleEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
RepositoryRuleset
A repository ruleset.
RepositoryRuleset
实现
RepositoryRuleset
字段
名称 | 说明 |
---|---|
| The actors that can bypass this ruleset. |
| The set of conditions that must evaluate to true for this ruleset to apply. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The enforcement level of this ruleset. |
| The Node ID of the RepositoryRuleset object. |
| Name of the ruleset. |
| List of rules.
|
| Source of ruleset. |
| Target of the ruleset. |
| Identifies the date and time when the object was last updated. |
RepositoryRulesetBypassActor
A team or app that has the ability to bypass a rules defined on a ruleset.
RepositoryRulesetBypassActor
实现
RepositoryRulesetBypassActor
字段
名称 | 说明 |
---|---|
| The actor that can bypass rules. |
| The mode for the bypass actor. |
| This actor represents the ability for a deploy key to bypass. |
| This actor represents the ability for an enterprise owner to bypass. |
| The Node ID of the RepositoryRulesetBypassActor object. |
| This actor represents the ability for an organization owner to bypass. |
| If the actor is a repository role, the repository role's ID that can bypass. |
| If the actor is a repository role, the repository role's name that can bypass. |
| Identifies the ruleset associated with the allowed actor. |
RepositoryRulesetBypassActorConnection
The connection type for RepositoryRulesetBypassActor.
RepositoryRulesetBypassActorConnection
字段
名称 | 说明 |
---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
RepositoryRulesetBypassActorEdge
An edge in a connection.
RepositoryRulesetBypassActorEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
RepositoryRulesetConnection
The connection type for RepositoryRuleset.
RepositoryRulesetConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
RepositoryRulesetEdge
An edge in a connection.
RepositoryRulesetEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
RepositoryTopic
A repository-topic connects a repository to a topic.
RepositoryTopicConnection
The connection type for RepositoryTopic.
RepositoryTopicConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
RepositoryTopicEdge
An edge in a connection.
RepositoryTopicEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
RepositoryVisibilityChangeDisableAuditEntry
Audit log entry for a repository_visibility_change.disable event.
RepositoryVisibilityChangeDisableAuditEntry
实现
RepositoryVisibilityChangeDisableAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the RepositoryVisibilityChangeDisableAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
RepositoryVisibilityChangeEnableAuditEntry
Audit log entry for a repository_visibility_change.enable event.
RepositoryVisibilityChangeEnableAuditEntry
实现
RepositoryVisibilityChangeEnableAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the RepositoryVisibilityChangeEnableAuditEntry object. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
RepositoryVulnerabilityAlert
A Dependabot alert for a repository with a dependency affected by a security vulnerability.
RepositoryVulnerabilityAlert
实现
RepositoryVulnerabilityAlert
字段
名称 | 说明 |
---|---|
| When was the alert auto-dismissed?. |
| When was the alert created?. |
| The associated Dependabot update. |
| The scope of an alert's dependency. |
| Comment explaining the reason the alert was dismissed. |
| The reason the alert was dismissed. |
| When was the alert dismissed?. |
| The user who dismissed the alert. |
| When was the alert fixed?. |
| The Node ID of the RepositoryVulnerabilityAlert object. |
| Identifies the alert number. |
| The associated repository. |
| The associated security advisory. |
| The associated security vulnerability. |
Identifies the state of the alert. | |
| The vulnerable manifest filename. |
| The vulnerable manifest path. |
| The vulnerable requirements. |
RepositoryVulnerabilityAlertConnection
The connection type for RepositoryVulnerabilityAlert.
RepositoryVulnerabilityAlertConnection
字段
名称 | 说明 |
---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
RepositoryVulnerabilityAlertEdge
An edge in a connection.
RepositoryVulnerabilityAlertEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
RequestedReviewerConnection
The connection type for RequestedReviewer.
RequestedReviewerConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
RequestedReviewerEdge
An edge in a connection.
RequestedReviewerEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
RequiredDeploymentsParameters
Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.
RequiredDeploymentsParameters
字段
名称 | 说明 |
---|---|
| The environments that must be successfully deployed to before branches can be merged. |
RequiredStatusCheckDescription
Represents a required status check for a protected branch, but not any specific run of that check.
RequiredStatusChecksParameters
Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass.
RequiredStatusChecksParameters
字段
名称 | 说明 |
---|---|
| Allow repositories and branches to be created if a check would otherwise prohibit it. |
| Status checks that are required. |
| Whether pull requests targeting a matching branch must be tested with the latest code. This setting will not take effect unless at least one status check is enabled. |
RestrictedContribution
Represents a private contribution a user made on GitHub.
RestrictedContribution
实现
RestrictedContribution
字段
名称 | 说明 |
---|---|
| Whether this contribution is associated with a record you do not have access to. For example, your own 'first issue' contribution may have been made on a repository you can no longer access. |
| When this contribution was made. |
| The HTTP path for this contribution. |
| The HTTP URL for this contribution. |
| The user who made this contribution. |
ReviewDismissalAllowance
A user, team, or app who has the ability to dismiss a review on a protected branch.
ReviewDismissalAllowance
实现
ReviewDismissalAllowance
字段
名称 | 说明 |
---|---|
| The actor that can dismiss. |
| Identifies the branch protection rule associated with the allowed user, team, or app. |
| The Node ID of the ReviewDismissalAllowance object. |
ReviewDismissalAllowanceConnection
The connection type for ReviewDismissalAllowance.
ReviewDismissalAllowanceConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ReviewDismissalAllowanceEdge
An edge in a connection.
ReviewDismissalAllowanceEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ReviewDismissedEvent
Represents areview_dismissed
event on a given issue or pull request.
ReviewDismissedEvent
实现
ReviewDismissedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| Identifies the optional message associated with the |
| Identifies the optional message associated with the event, rendered to HTML. |
| The Node ID of the ReviewDismissedEvent object. |
| Identifies the previous state of the review with the |
| PullRequest referenced by event. |
| Identifies the commit which caused the review to become stale. |
| The HTTP path for this review dismissed event. |
| Identifies the review associated with the |
| The HTTP URL for this review dismissed event. |
ReviewRequest
A request for a user to review a pull request.
ReviewRequest
实现
ReviewRequest
字段
名称 | 说明 |
---|---|
| Whether this request was created for a code owner. |
| Identifies the primary key from the database. |
| The Node ID of the ReviewRequest object. |
| Identifies the pull request associated with this review request. |
| The reviewer that is requested. |
ReviewRequestConnection
The connection type for ReviewRequest.
ReviewRequestConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ReviewRequestEdge
An edge in a connection.
ReviewRequestEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ReviewRequestRemovedEvent
Represents anreview_request_removed
event on a given pull request.
ReviewRequestRemovedEvent
实现
ReviewRequestRemovedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the ReviewRequestRemovedEvent object. |
| PullRequest referenced by event. |
| Identifies the reviewer whose review request was removed. |
ReviewRequestedEvent
Represents anreview_requested
event on a given pull request.
ReviewRequestedEvent
实现
ReviewRequestedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the ReviewRequestedEvent object. |
| PullRequest referenced by event. |
| Identifies the reviewer whose review was requested. |
ReviewStatusHovercardContext
A hovercard context with a message describing the current code review state of the pull request.
ReviewStatusHovercardContext
实现
ReviewStatusHovercardContext
字段
名称 | 说明 |
---|---|
| A string describing this context. |
| An octicon to accompany this context. |
| The current status of the pull request with respect to code review. |
SavedReply
A Saved Reply is text a user can use to reply quickly.
SavedReply
实现
SavedReply
字段
名称 | 说明 |
---|---|
| The body of the saved reply. |
| The saved reply body rendered to HTML. |
| Identifies the primary key from the database. |
| The Node ID of the SavedReply object. |
| The title of the saved reply. |
| The user that saved this reply. |
SavedReplyConnection
The connection type for SavedReply.
SavedReplyConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
SavedReplyEdge
An edge in a connection.
SavedReplyEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
SearchResultItemConnection
A list of results that matched against a search query. Regardless of the number of matches, a maximum of 1,000 results will be available across all types, potentially split across many pages.
SearchResultItemConnection
字段
名称 | 说明 |
---|---|
| The total number of pieces of code that matched the search query. Regardless of the total number of matches, a maximum of 1,000 results will be available across all types. |
| The total number of discussions that matched the search query. Regardless of the total number of matches, a maximum of 1,000 results will be available across all types. |
| A list of edges. |
| The total number of issues that matched the search query. Regardless of the total number of matches, a maximum of 1,000 results will be available across all types. |
| A list of nodes. |
| Information to aid in pagination. |
| The total number of repositories that matched the search query. Regardless of the total number of matches, a maximum of 1,000 results will be available across all types. |
| The total number of users that matched the search query. Regardless of the total number of matches, a maximum of 1,000 results will be available across all types. |
| The total number of wiki pages that matched the search query. Regardless of the total number of matches, a maximum of 1,000 results will be available across all types. |
SearchResultItemEdge
An edge in a connection.
SearchResultItemEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
| Text matches on the result found. |
SecurityAdvisory
A GitHub Security Advisory.
SecurityAdvisory
实现
SecurityAdvisory
字段
名称 | 说明 |
---|---|
| The classification of the advisory. |
| The CVSS associated with this advisory. 警告
|
| CWEs associated with this Advisory. |
| Identifies the primary key from the database. |
| This is a long plaintext description of the advisory. |
| The Exploit Prediction Scoring System. |
| The GitHub Security Advisory ID. |
| The Node ID of the SecurityAdvisory object. |
| A list of identifiers for this advisory. |
| The permalink for the advisory's dependabot alerts page. |
| The organization that originated the advisory. |
| The permalink for the advisory. |
| When the advisory was published. |
| A list of references for this advisory. |
| The severity of the advisory. |
| A short plaintext summary of the advisory. |
| When the advisory was last updated. |
| Vulnerabilities associated with this Advisory.
|
| When the advisory was withdrawn, if it has been withdrawn. |
SecurityAdvisoryConnection
The connection type for SecurityAdvisory.
SecurityAdvisoryConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
SecurityAdvisoryEdge
An edge in a connection.
SecurityAdvisoryEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
SecurityAdvisoryIdentifier
A GitHub Security Advisory Identifier.
SecurityAdvisoryPackage
An individual package.
SecurityAdvisoryPackage
字段
名称 | 说明 |
---|---|
| The ecosystem the package belongs to, e.g. RUBYGEMS, NPM. |
| The package name. |
SecurityAdvisoryPackageVersion
An individual package version.
SecurityAdvisoryPackageVersion
字段
名称 | 说明 |
---|---|
| The package name or version. |
SecurityAdvisoryReference
A GitHub Security Advisory Reference.
SecurityAdvisoryReference
字段
名称 | 说明 |
---|---|
| A publicly accessible reference. |
SecurityVulnerability
An individual vulnerability within an Advisory.
SecurityVulnerability
字段
名称 | 说明 |
---|---|
| The Advisory associated with this Vulnerability. |
| The first version containing a fix for the vulnerability. |
| A description of the vulnerable package. |
| The severity of the vulnerability within this package. |
| When the vulnerability was last updated. |
| A string that describes the vulnerable package versions. This string follows a basic syntax with a few forms.
|
SecurityVulnerabilityConnection
The connection type for SecurityVulnerability.
SecurityVulnerabilityConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
SecurityVulnerabilityEdge
An edge in a connection.
SecurityVulnerabilityEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
SmimeSignature
Represents an S/MIME signature on a Commit or Tag.
SmimeSignature
实现
SmimeSignature
字段
名称 | 说明 |
---|---|
| Email used to sign this object. |
| True if the signature is valid and verified by GitHub. |
| Payload for GPG signing object. Raw ODB object without the signature header. |
| ASCII-armored signature header from object. |
| GitHub user corresponding to the email signing this commit. |
| The state of this signature. |
| True if the signature was made with GitHub's signing key. |
SocialAccount
Social media profile associated with a user.
SocialAccount
字段
名称 | 说明 |
---|---|
| Name of the social media account as it appears on the profile. |
| Software or company that hosts the social media account. |
| URL of the social media account. |
SocialAccountConnection
The connection type for SocialAccount.
SocialAccountConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
SocialAccountEdge
An edge in a connection.
SocialAccountEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
SponsorAndLifetimeValue
A GitHub account and the total amount in USD they've paid for sponsorships to a particular maintainer. Does not include payments made via Patreon.
SponsorAndLifetimeValue
字段
名称 | 说明 |
---|---|
| The amount in cents. |
| The amount in USD, formatted as a string. |
| The sponsor's GitHub account. |
| The maintainer's GitHub account. |
SponsorAndLifetimeValueConnection
The connection type for SponsorAndLifetimeValue.
SponsorAndLifetimeValueConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
SponsorAndLifetimeValueEdge
An edge in a connection.
SponsorAndLifetimeValueEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
SponsorConnection
A list of users and organizations sponsoring someone via GitHub Sponsors.
SponsorConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
SponsorEdge
Represents a user or organization who is sponsoring someone in GitHub Sponsors.
SponsorableItemConnection
The connection type for SponsorableItem.
SponsorableItemConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
SponsorableItemEdge
An edge in a connection.
SponsorableItemEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
SponsorsActivity
An event related to sponsorship activity.
SponsorsActivity
实现
SponsorsActivity
字段
名称 | 说明 |
---|---|
| What action this activity indicates took place. |
| The sponsor's current privacy level. |
| The Node ID of the SponsorsActivity object. |
| The platform that was used to pay for the sponsorship. |
| The tier that the sponsorship used to use, for tier change events. |
| The user or organization who triggered this activity and was/is sponsoring the sponsorable. |
| The user or organization that is being sponsored, the maintainer. |
| The associated sponsorship tier. |
| The timestamp of this event. |
| Was this sponsorship made alongside other sponsorships at the same time from the same sponsor?. |
SponsorsActivityConnection
The connection type for SponsorsActivity.
SponsorsActivityConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
SponsorsActivityEdge
An edge in a connection.
SponsorsActivityEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
SponsorsGoal
A goal associated with a GitHub Sponsors listing, representing a target the sponsored maintainer would like to attain.
SponsorsGoal
字段
名称 | 说明 |
---|---|
| A description of the goal from the maintainer. |
| What the objective of this goal is. |
| The percentage representing how complete this goal is, between 0-100. |
| What the goal amount is. Represents an amount in USD for monthly sponsorship amount goals. Represents a count of unique sponsors for total sponsors count goals. |
| A brief summary of the kind and target value of this goal. |
SponsorsListing
A GitHub Sponsors listing.
SponsorsListing
实现
SponsorsListing
字段
名称 | 说明 |
---|---|
| The current goal the maintainer is trying to reach with GitHub Sponsors, if any. |
| The Stripe Connect account currently in use for payouts for this Sponsors listing, if any. Will only return a value when queried by the maintainer themselves, or by an admin of the sponsorable organization. |
| The name of the country or region with the maintainer's bank account or fiscal host. Will only return a value when queried by the maintainer themselves, or by an admin of the sponsorable organization. |
| The email address used by GitHub to contact the sponsorable about their GitHub Sponsors profile. Will only return a value when queried by the maintainer themselves, or by an admin of the sponsorable organization. |
| Identifies the date and time when the object was created. |
| The HTTP path for the Sponsors dashboard for this Sponsors listing. |
| The HTTP URL for the Sponsors dashboard for this Sponsors listing. |
| The records featured on the GitHub Sponsors profile.
|
| The fiscal host used for payments, if any. Will only return a value when queried by the maintainer themselves, or by an admin of the sponsorable organization. |
| The full description of the listing. |
| The full description of the listing rendered to HTML. |
| The Node ID of the SponsorsListing object. |
| Whether this listing is publicly visible. |
| The listing's full name. |
| A future date on which this listing is eligible to receive a payout. |
| The name of the country or region where the maintainer resides. Will only return a value when queried by the maintainer themselves, or by an admin of the sponsorable organization. |
| The HTTP path for this Sponsors listing. |
| The short description of the listing. |
| The short name of the listing. |
| The entity this listing represents who can be sponsored on GitHub Sponsors. |
| The tiers for this GitHub Sponsors profile.
|
| The HTTP URL for this Sponsors listing. |
SponsorsListingFeaturedItem
A record that is promoted on a GitHub Sponsors profile.
SponsorsListingFeaturedItem
实现
SponsorsListingFeaturedItem
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| Will either be a description from the sponsorable maintainer about why they featured this item, or the item's description itself, such as a user's bio from their GitHub profile page. |
| The record that is featured on the GitHub Sponsors profile. |
| The Node ID of the SponsorsListingFeaturedItem object. |
| The position of this featured item on the GitHub Sponsors profile with a lower position indicating higher precedence. Starts at 1. |
| The GitHub Sponsors profile that features this record. |
| Identifies the date and time when the object was last updated. |
SponsorsTier
A GitHub Sponsors tier associated with a GitHub Sponsors listing.
SponsorsTier
实现
SponsorsTier
字段
名称 | 说明 |
---|---|
| SponsorsTier information only visible to users that can administer the associated Sponsors listing. |
| Get a different tier for this tier's maintainer that is at the same frequency as this tier but with an equal or lesser cost. Returns the published tier with the monthly price closest to this tier's without going over. |
| Identifies the date and time when the object was created. |
| The description of the tier. |
| The tier description rendered to HTML. |
| The Node ID of the SponsorsTier object. |
| Whether this tier was chosen at checkout time by the sponsor rather than defined ahead of time by the maintainer who manages the Sponsors listing. |
| Whether this tier is only for use with one-time sponsorships. |
| How much this tier costs per month in cents. |
| How much this tier costs per month in USD. |
| The name of the tier. |
| The sponsors listing that this tier belongs to. |
| Identifies the date and time when the object was last updated. |
SponsorsTierAdminInfo
SponsorsTier information only visible to users that can administer the associated Sponsors listing.
SponsorsTierAdminInfo
字段
名称 | 说明 |
---|---|
| Indicates whether this tier is still a work in progress by the sponsorable and not yet published to the associated GitHub Sponsors profile. Draft tiers cannot be used for new sponsorships and will not be in use on existing sponsorships. Draft tiers cannot be seen by anyone but the admins of the GitHub Sponsors profile. |
| Indicates whether this tier is published to the associated GitHub Sponsors profile. Published tiers are visible to anyone who can see the GitHub Sponsors profile, and are available for use in sponsorships if the GitHub Sponsors profile is publicly visible. |
| Indicates whether this tier has been retired from the associated GitHub Sponsors profile. Retired tiers are no longer shown on the GitHub Sponsors profile and cannot be chosen for new sponsorships. Existing sponsorships may still use retired tiers if the sponsor selected the tier before it was retired. |
| The sponsorships using this tier.
|
SponsorsTierConnection
The connection type for SponsorsTier.
SponsorsTierConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
SponsorsTierEdge
An edge in a connection.
SponsorsTierEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
Sponsorship
A sponsorship relationship between a sponsor and a maintainer.
Sponsorship
实现
Sponsorship
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The Node ID of the Sponsorship object. |
| Whether the sponsorship is active. False implies the sponsor is a past sponsor of the maintainer, while true implies they are a current sponsor. |
| Whether this sponsorship represents a one-time payment versus a recurring sponsorship. |
| Whether the sponsor has chosen to receive sponsorship update emails sent from the sponsorable. Only returns a non-null value when the viewer has permission to know this. |
| The entity that is being sponsored. 警告
|
| The platform that was most recently used to pay for the sponsorship. |
| The privacy level for this sponsorship. |
| The user that is sponsoring. Returns null if the sponsorship is private or if sponsor is not a user. 警告
|
| The user or organization that is sponsoring, if you have permission to view them. |
| The entity that is being sponsored. |
| The associated sponsorship tier. |
| Identifies the date and time when the current tier was chosen for this sponsorship. |
SponsorshipConnection
A list of sponsorships either from the subject or received by the subject.
SponsorshipConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
| The total amount in cents of all recurring sponsorships in the connection whose amount you can view. Does not include one-time sponsorships. |
| The total amount in USD of all recurring sponsorships in the connection whose amount you can view. Does not include one-time sponsorships. |
SponsorshipEdge
An edge in a connection.
SponsorshipEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
SponsorshipNewsletter
An update sent to sponsors of a user or organization on GitHub Sponsors.
SponsorshipNewsletter
实现
SponsorshipNewsletter
字段
名称 | 说明 |
---|---|
| The author of the newsletter. |
| The contents of the newsletter, the message the sponsorable wanted to give. |
| Identifies the date and time when the object was created. |
| The Node ID of the SponsorshipNewsletter object. |
| Indicates if the newsletter has been made available to sponsors. |
| The user or organization this newsletter is from. |
| The subject of the newsletter, what it's about. |
| Identifies the date and time when the object was last updated. |
SponsorshipNewsletterConnection
The connection type for SponsorshipNewsletter.
SponsorshipNewsletterConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
SponsorshipNewsletterEdge
An edge in a connection.
SponsorshipNewsletterEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
SshSignature
Represents an SSH signature on a Commit or Tag.
SshSignature
实现
SshSignature
字段
名称 | 说明 |
---|---|
| Email used to sign this object. |
| True if the signature is valid and verified by GitHub. |
| Hex-encoded fingerprint of the key that signed this object. |
| Payload for GPG signing object. Raw ODB object without the signature header. |
| ASCII-armored signature header from object. |
| GitHub user corresponding to the email signing this commit. |
| The state of this signature. |
| True if the signature was made with GitHub's signing key. |
StargazerConnection
The connection type for User.
StargazerConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
StargazerEdge
Represents a user that's starred a repository.
StarredRepositoryConnection
The connection type for Repository.
StarredRepositoryConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| Is the list of stars for this user truncated? This is true for users that have many stars. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
StarredRepositoryEdge
Represents a starred repository.
StarredRepositoryEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| N/A |
| Identifies when the item was starred. |
Status
Represents a commit status.
Status
实现
Status
字段
名称 | 说明 |
---|---|
| A list of status contexts and check runs for this commit. |
| The commit this status is attached to. |
| Looks up an individual status context by context name.
|
| The individual status contexts for this commit. |
| The Node ID of the Status object. |
| The combined commit status. |
StatusCheckConfiguration
Required status check.
StatusCheckRollup
Represents the rollup for both the check runs and status for a commit.
StatusCheckRollup
实现
StatusCheckRollup
字段
名称 | 说明 |
---|---|
| The commit the status and check runs are attached to. |
| A list of status contexts and check runs for this commit. |
| The Node ID of the StatusCheckRollup object. |
| The combined status for the commit. |
StatusCheckRollupContextConnection
The connection type for StatusCheckRollupContext.
StatusCheckRollupContextConnection
字段
名称 | 说明 |
---|---|
| The number of check runs in this rollup. |
| Counts of check runs by state. |
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| The number of status contexts in this rollup. |
| Counts of status contexts by state. |
| Identifies the total count of items in the connection. |
StatusCheckRollupContextEdge
An edge in a connection.
StatusCheckRollupContextEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
StatusContext
Represents an individual commit status context.
StatusContext
实现
StatusContext
字段
名称 | 说明 |
---|---|
| The avatar of the OAuth application or the user that created the status.
|
| This commit this status context is attached to. |
| The name of this status context. |
| Identifies the date and time when the object was created. |
| The actor who created this status context. |
| The description for this status context. |
| The Node ID of the StatusContext object. |
| Whether this is required to pass before merging for a specific pull request. |
| The state of this status context. |
| The URL for this status context. |
StatusContextStateCount
Represents a count of the state of a status context.
StatusContextStateCount
字段
名称 | 说明 |
---|---|
| The number of statuses with this state. |
| The state of a status context. |
StripeConnectAccount
A Stripe Connect account for receiving sponsorship funds from GitHub Sponsors.
StripeConnectAccount
字段
名称 | 说明 |
---|---|
| The account number used to identify this Stripe Connect account. |
| The name of the country or region of an external account, such as a bank account, tied to the Stripe Connect account. Will only return a value when queried by the maintainer of the associated GitHub Sponsors profile themselves, or by an admin of the sponsorable organization. |
| The name of the country or region of the Stripe Connect account. Will only return a value when queried by the maintainer of the associated GitHub Sponsors profile themselves, or by an admin of the sponsorable organization. |
| Whether this Stripe Connect account is currently in use for the associated GitHub Sponsors profile. |
| The GitHub Sponsors profile associated with this Stripe Connect account. |
| The URL to access this Stripe Connect account on Stripe's website. |
Submodule
A pointer to a repository at a specific revision embedded inside another repository.
Submodule
字段
名称 | 说明 |
---|---|
| The branch of the upstream submodule for tracking updates. |
| The git URL of the submodule repository. |
| The name of the submodule in .gitmodules. |
| The name of the submodule in .gitmodules (Base64-encoded). |
| The path in the superproject that this submodule is located in. |
| The path in the superproject that this submodule is located in (Base64-encoded). |
| The commit revision of the subproject repository being tracked by the submodule. |
SubmoduleConnection
The connection type for Submodule.
SubmoduleConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
SubmoduleEdge
An edge in a connection.
SubscribedEvent
Represents asubscribed
event on a given Subscribable
.
SubscribedEvent
实现
SubscribedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the SubscribedEvent object. |
| Object referenced by event. |
SuggestedReviewer
A suggestion to review a pull request based on a user's commit history and review comments.
Tag
Represents a Git tag.
Tag
实现
Tag
字段
名称 | 说明 |
---|---|
| An abbreviated version of the Git object ID. |
| The HTTP path for this Git object. |
| The HTTP URL for this Git object. |
| The Node ID of the Tag object. |
| The Git tag message. |
| The Git tag name. |
| The Git object ID. |
| The Repository the Git object belongs to. |
| Details about the tag author. |
| The Git object the tag points to. |
TagNamePatternParameters
Parameters to be used for the tag_name_pattern rule.
Team
A team of users in an organization.
Team
实现
Team
字段
名称 | 说明 |
---|---|
| A list of teams that are ancestors of this team. |
| A URL pointing to the team's avatar.
|
| List of child teams belonging to this team.
|
| The slug corresponding to the organization and team. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The description of the team. |
| Find a team discussion by its number.
|
| A list of team discussions.
|
| The HTTP path for team discussions. |
| The HTTP URL for team discussions. |
| The HTTP path for editing this team. |
| The HTTP URL for editing this team. |
| The Node ID of the Team object. |
| A list of pending invitations for users to this team. |
| Get the status messages members of this entity have set that are either public or visible only to the organization.
|
| A list of users who are members of this team.
|
| The HTTP path for the team' members. |
| The HTTP URL for the team' members. |
| The name of the team. |
| The HTTP path creating a new team. |
| The HTTP URL creating a new team. |
| The notification setting that the team has set. |
| The organization that owns this team. |
| The parent team of the team. |
| The level of privacy the team has. |
| Finds and returns the project according to the provided project number.
|
| List of projects this team has collaborator access to.
|
| A list of repositories this team has access to.
|
| The HTTP path for this team's repositories. |
| The HTTP URL for this team's repositories. |
| The HTTP path for this team. |
| What algorithm is used for review assignment for this team. |
| True if review assignment is enabled for this team. |
| How many team members are required for review assignment for this team. |
| When assigning team members via delegation, whether the entire team should be notified as well. |
| The slug corresponding to the team. |
| The HTTP path for this team's teams. |
| The HTTP URL for this team's teams. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this team. |
| Team is adminable by the viewer. |
| Check if the viewer is able to change their subscription status for the repository. |
| Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. |
TeamAddMemberAuditEntry
Audit log entry for a team.add_member event.
TeamAddMemberAuditEntry
实现
TeamAddMemberAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the TeamAddMemberAuditEntry object. |
| Whether the team was mapped to an LDAP Group. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The team associated with the action. |
| The name of the team. |
| The HTTP path for this team. |
| The HTTP URL for this team. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
TeamAddRepositoryAuditEntry
Audit log entry for a team.add_repository event.
TeamAddRepositoryAuditEntry
实现
TeamAddRepositoryAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the TeamAddRepositoryAuditEntry object. |
| Whether the team was mapped to an LDAP Group. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The team associated with the action. |
| The name of the team. |
| The HTTP path for this team. |
| The HTTP URL for this team. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
TeamChangeParentTeamAuditEntry
Audit log entry for a team.change_parent_team event.
TeamChangeParentTeamAuditEntry
实现
TeamChangeParentTeamAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the TeamChangeParentTeamAuditEntry object. |
| Whether the team was mapped to an LDAP Group. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The new parent team. |
| The name of the new parent team. |
| The name of the former parent team. |
| The HTTP path for the parent team. |
| The HTTP URL for the parent team. |
| The former parent team. |
| The HTTP path for the previous parent team. |
| The HTTP URL for the previous parent team. |
| The team associated with the action. |
| The name of the team. |
| The HTTP path for this team. |
| The HTTP URL for this team. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
TeamConnection
The connection type for Team.
TeamConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
TeamDiscussion
A team discussion.
TeamDiscussion
实现
TeamDiscussion
字段
名称 | 说明 |
---|---|
| The actor who authored the comment. |
| Author's association with the discussion's team. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| The body as Markdown. |
| The body rendered to HTML. |
| The body rendered to text. |
| Identifies the discussion body hash. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| A list of comments on this discussion. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.
|
| The HTTP path for discussion comments. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| The HTTP URL for discussion comments. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| Identifies the date and time when the object was created. |
| Check if this comment was created via an email reply. |
| Identifies the primary key from the database. |
| The actor who edited the comment. |
| The Node ID of the TeamDiscussion object. |
| Check if this comment was edited and includes an edit with the creation data. |
| Whether or not the discussion is pinned. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| Whether or not the discussion is only visible to team members and organization owners. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| The moment the editor made the last edit. |
| Identifies the discussion within its team. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| Identifies when the comment was published at. |
| A list of reactions grouped by content left on the subject. |
| A list of Reactions left on the Issue.
|
| The HTTP path for this discussion. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| The team that defines the context of this discussion. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| The title of the discussion. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this discussion. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| A list of edits to this content. |
| Check if the current viewer can delete this object. |
| Whether or not the current viewer can pin this discussion. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| Can user react to this subject. |
| Check if the viewer is able to change their subscription status for the repository. |
| Check if the current viewer can update this object. |
| Reasons why the current viewer can not update this comment. |
| Did the viewer author this comment. |
| Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. |
TeamDiscussionComment
A comment on a team discussion.
TeamDiscussionComment
实现
TeamDiscussionComment
字段
名称 | 说明 |
---|---|
| The actor who authored the comment. |
| Author's association with the comment's team. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| The body as Markdown. |
| The body rendered to HTML. |
| The body rendered to text. |
| The current version of the body content. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| Identifies the date and time when the object was created. |
| Check if this comment was created via an email reply. |
| Identifies the primary key from the database. |
| The discussion this comment is about. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| The actor who edited the comment. |
| The Node ID of the TeamDiscussionComment object. |
| Check if this comment was edited and includes an edit with the creation data. |
| The moment the editor made the last edit. |
| Identifies the comment number. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| Identifies when the comment was published at. |
| A list of reactions grouped by content left on the subject. |
| A list of Reactions left on the Issue.
|
| The HTTP path for this comment. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this comment. 警告
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| A list of edits to this content. |
| Check if the current viewer can delete this object. |
| Can user react to this subject. |
| Check if the current viewer can update this object. |
| Reasons why the current viewer can not update this comment. |
| Did the viewer author this comment. |
TeamDiscussionCommentConnection
The connection type for TeamDiscussionComment.
TeamDiscussionCommentConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
TeamDiscussionCommentEdge
An edge in a connection.
TeamDiscussionCommentEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
TeamDiscussionConnection
The connection type for TeamDiscussion.
TeamDiscussionConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
TeamDiscussionEdge
An edge in a connection.
TeamDiscussionEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
TeamEdge
An edge in a connection.
TeamMemberConnection
The connection type for User.
TeamMemberConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
TeamMemberEdge
Represents a user who is a member of a team.
TeamMemberEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The HTTP path to the organization's member access page. |
| The HTTP URL to the organization's member access page. |
| N/A |
| The role the member has on the team. |
TeamRemoveMemberAuditEntry
Audit log entry for a team.remove_member event.
TeamRemoveMemberAuditEntry
实现
TeamRemoveMemberAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the TeamRemoveMemberAuditEntry object. |
| Whether the team was mapped to an LDAP Group. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The team associated with the action. |
| The name of the team. |
| The HTTP path for this team. |
| The HTTP URL for this team. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
TeamRemoveRepositoryAuditEntry
Audit log entry for a team.remove_repository event.
TeamRemoveRepositoryAuditEntry
实现
TeamRemoveRepositoryAuditEntry
字段
名称 | 说明 |
---|---|
| The action name. |
| The user who initiated the action. |
| The IP address of the actor. |
| A readable representation of the actor's location. |
| The username of the user who initiated the action. |
| The HTTP path for the actor. |
| The HTTP URL for the actor. |
| The time the action was initiated. |
| The Node ID of the TeamRemoveRepositoryAuditEntry object. |
| Whether the team was mapped to an LDAP Group. |
| The corresponding operation type for the action. |
| The Organization associated with the Audit Entry. |
| The name of the Organization. |
| The HTTP path for the organization. |
| The HTTP URL for the organization. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The team associated with the action. |
| The name of the team. |
| The HTTP path for this team. |
| The HTTP URL for this team. |
| The user affected by the action. |
| For actions involving two users, the actor is the initiator and the user is the affected user. |
| The HTTP path for the user. |
| The HTTP URL for the user. |
TeamRepositoryConnection
The connection type for Repository.
TeamRepositoryConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
TeamRepositoryEdge
Represents a team repository.
TeamRepositoryEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| N/A |
| The permission level the team has on the repository. |
TextMatch
A text match within a search result.
TextMatch
字段
名称 | 说明 |
---|---|
| The specific text fragment within the property matched on. |
| Highlights within the matched fragment. |
| The property matched on. |
TextMatchHighlight
Represents a single highlight in a search result match.
Topic
A topic aggregates entities that are related to a subject.
Topic
实现
Topic
字段
名称 | 说明 |
---|---|
| The Node ID of the Topic object. |
| The topic's name. |
| A list of related topics, including aliases of this topic, sorted with the most relevant first. Returns up to 10 Topics.
|
| A list of repositories.
|
| Returns a count of how many stargazers there are on this object. |
| A list of users who have starred this starrable.
|
| Returns a boolean indicating whether the viewing user has starred this starrable. |
TransferredEvent
Represents atransferred
event on a given issue or pull request.
TransferredEvent
实现
TransferredEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The repository this came from. |
| The Node ID of the TransferredEvent object. |
| Identifies the issue associated with the event. |
Tree
Represents a Git tree.
Tree
实现
Tree
字段
名称 | 说明 |
---|---|
| An abbreviated version of the Git object ID. |
| The HTTP path for this Git object. |
| The HTTP URL for this Git object. |
| A list of tree entries. |
| The Node ID of the Tree object. |
| The Git object ID. |
| The Repository the Git object belongs to. |
TreeEntry
Represents a Git tree entry.
TreeEntry
字段
名称 | 说明 |
---|---|
| The extension of the file. |
| Whether or not this tree entry is generated. |
| The programming language this file is written in. |
| Number of lines in the file. |
| Entry file mode. |
| Entry file name. |
| Entry file name. (Base64-encoded). |
| Entry file object. |
| Entry file Git object ID. |
| The full path of the file. |
| The full path of the file. (Base64-encoded). |
| The Repository the tree entry belongs to. |
| Entry byte size. |
| If the TreeEntry is for a directory occupied by a submodule project, this returns the corresponding submodule. |
| Entry file type. |
UnassignedEvent
Represents anunassigned
event on any assignable object.
UnassignedEvent
实现
UnassignedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the assignable associated with the event. |
| Identifies the user or mannequin that was unassigned. |
| Identifies the date and time when the object was created. |
| The Node ID of the UnassignedEvent object. |
| Identifies the subject (user) who was unassigned. 警告
Assignees can now be mannequins. Use the |
UnknownSignature
Represents an unknown signature on a Commit or Tag.
UnknownSignature
实现
UnknownSignature
字段
名称 | 说明 |
---|---|
| Email used to sign this object. |
| True if the signature is valid and verified by GitHub. |
| Payload for GPG signing object. Raw ODB object without the signature header. |
| ASCII-armored signature header from object. |
| GitHub user corresponding to the email signing this commit. |
| The state of this signature. |
| True if the signature was made with GitHub's signing key. |
UnlabeledEvent
Represents anunlabeled
event on a given issue or pull request.
UnlabeledEvent
实现
UnlabeledEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the UnlabeledEvent object. |
| Identifies the label associated with the |
| Identifies the |
UnlockedEvent
Represents anunlocked
event on a given issue or pull request.
UnmarkedAsDuplicateEvent
Represents anunmarked_as_duplicate
event on a given issue or pull request.
UnmarkedAsDuplicateEvent
实现
UnmarkedAsDuplicateEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| The authoritative issue or pull request which has been duplicated by another. |
| Identifies the date and time when the object was created. |
| The issue or pull request which has been marked as a duplicate of another. |
| The Node ID of the UnmarkedAsDuplicateEvent object. |
| Canonical and duplicate belong to different repositories. |
UnpinnedEvent
Represents anunpinned
event on a given issue or pull request.
UnsubscribedEvent
Represents anunsubscribed
event on a given Subscribable
.
UnsubscribedEvent
实现
UnsubscribedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the UnsubscribedEvent object. |
| Object referenced by event. |
UpdateParameters
Only allow users with bypass permission to update matching refs.
UpdateParameters
字段
名称 | 说明 |
---|---|
| Branch can pull changes from its upstream repository. |
User
A user is an individual's account on GitHub that owns repositories and can make new content.
User
实现
Actor
Node
PackageOwner
ProfileOwner
ProjectOwner
ProjectV2Owner
ProjectV2Recent
RepositoryDiscussionAuthor
RepositoryDiscussionCommentAuthor
RepositoryOwner
Sponsorable
UniformResourceLocatable
User
字段
名称 | 说明 |
---|---|
| Determine if this repository owner has any items that can be pinned to their profile.
|
| A URL pointing to the user's public avatar.
|
| The user's public profile bio. |
| The user's public profile bio as HTML. |
| Could this user receive email notifications, if the organization had notification restrictions enabled?.
|
| A list of commit comments made by this user. |
| The user's public profile company. |
| The user's public profile company as HTML. |
| The collection of contributions this user has made to different repositories.
|
| The user's Copilot endpoint information. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The user's publicly visible profile email. |
| A list of enterprises that the user belongs to.
|
| The estimated next GitHub Sponsors payout for this user/organization in cents (USD). |
| A list of users the given user is followed by. |
| A list of users the given user is following. |
| Find gist by repo name.
|
| A list of gist comments made by this user. |
| A list of the Gists the user has created.
|
| True if this user/organization has a GitHub Sponsors listing. |
| The hovercard information for this user in a given context.
|
| The Node ID of the User object. |
| The interaction ability settings for this user. |
| Whether or not this user is a participant in the GitHub Security Bug Bounty. |
| Whether or not this user is a participant in the GitHub Campus Experts Program. |
| Whether or not this user is a GitHub Developer Program member. |
| Whether or not this user is a GitHub employee. |
| Whether or not this user is following the viewer. Inverse of viewerIsFollowing. |
| Whether or not this user is a member of the GitHub Stars Program. |
| Whether or not the user has marked themselves as for hire. |
| Whether or not this user is a site administrator. |
| Whether the given account is sponsoring this user/organization.
|
| True if the viewer is sponsored by this user/organization. |
| Whether or not this user is the viewing user. |
| A list of issue comments made by this user.
|
| A list of issues associated with this user.
|
| Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity. |
| Calculate how much each sponsor has ever paid total to this maintainer via GitHub Sponsors. Does not include sponsorships paid via Patreon.
|
| A user-curated list of repositories. |
| The user's public profile location. |
| The username used to login. |
| The estimated monthly GitHub Sponsors income for this user/organization in cents (USD). |
| The user's public profile name. |
| Find an organization by its login that the user belongs to.
|
| Verified email addresses that match verified domains for a specified organization the user is a member of.
|
| A list of organizations the user belongs to.
|
| A list of packages under the owner.
|
| A list of repositories and gists this profile owner can pin to their profile.
|
| A list of repositories and gists this profile owner has pinned to their profile.
|
| Returns how many more items this profile owner can pin to their profile. |
| Find project by number.
|
| Find a project by number.
|
| A list of projects under the owner.
|
| The HTTP path listing user's projects. |
| The HTTP URL listing user's projects. |
| A list of projects under the owner.
|
| The user's profile pronouns. |
| A list of public keys associated with this user. |
| A list of pull requests associated with this user.
|
| Recent projects that this user has modified in the context of the owner. |
| A list of repositories that the user owns.
|
| A list of repositories that the user recently contributed to.
|
| Find Repository. |
| Discussion comments this user has authored.
|
| Discussions this user has started.
|
| The HTTP path for this user. |
| Replies this user has saved.
|
| The user's social media accounts, ordered as they appear on the user's profile. |
| List of users and organizations this entity is sponsoring.
|
| List of sponsors for this user or organization.
|
| Events involving this sponsorable, such as new sponsorships.
|
| The GitHub Sponsors listing for this user or organization. |
| The sponsorship from the viewer to this user/organization; that is, the sponsorship where you're the sponsor.
|
| The sponsorship from this user/organization to the viewer; that is, the sponsorship you're receiving.
|
| List of sponsorship updates sent from this sponsorable to sponsors.
|
| The sponsorships where this user or organization is the maintainer receiving the funds.
|
| The sponsorships where this user or organization is the funder.
|
| Repositories the user has starred.
|
| The user's description of what they're currently doing. |
| Suggested names for user lists. |
| Repositories the user has contributed to, ordered by contribution rank, plus repositories the user has created.
|
| The amount in United States cents (e.g., 500 = $5.00 USD) that this entity has spent on GitHub to fund sponsorships. Only returns a value when viewed by the user themselves or by a user who can manage sponsorships for the requested organization.
|
| The user's Twitter username. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this user. |
| Whether the request returns publicly visible information or privately visible information about the user. |
| Can the viewer pin repositories and gists to the profile?. |
| Can the current viewer create new projects on this owner. |
| Whether or not the viewer is able to follow the user. |
| Whether or not the viewer is able to sponsor this user/organization. |
| Whether or not this user is followed by the viewer. Inverse of isFollowingViewer. |
| True if the viewer is sponsoring this user/organization. |
| A list of repositories the given user is watching.
|
| A URL pointing to the user's public website/blog. |
UserBlockedEvent
Represents auser_blocked
event on a given user.
UserBlockedEvent
实现
UserBlockedEvent
字段
名称 | 说明 |
---|---|
| Identifies the actor who performed the event. |
| Number of days that the user was blocked for. |
| Identifies the date and time when the object was created. |
| The Node ID of the UserBlockedEvent object. |
| The user who was blocked. |
UserConnection
A list of users.
UserConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
UserContentEdit
An edit on user content.
UserContentEdit
实现
UserContentEdit
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| Identifies the date and time when the object was deleted. |
| The actor who deleted this content. |
| A summary of the changes for this edit. |
| When this content was edited. |
| The actor who edited this content. |
| The Node ID of the UserContentEdit object. |
| Identifies the date and time when the object was last updated. |
UserContentEditConnection
A list of edits to content.
UserContentEditConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
UserContentEditEdge
An edge in a connection.
UserContentEditEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
UserEdge
Represents a user.
UserEmailMetadata
Email attributes from External Identity.
UserList
A user-curated list of repositories.
UserList
实现
UserList
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| The description of this list. |
| The Node ID of the UserList object. |
| Whether or not this list is private. |
| The items associated with this list. |
| The date and time at which this list was created or last had items added to it. |
| The name of this list. |
| The slug of this list. |
| Identifies the date and time when the object was last updated. |
| The user to which this list belongs. |
UserListConnection
The connection type for UserList.
UserListConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
UserListEdge
An edge in a connection.
UserListItemsConnection
The connection type for UserListItems.
UserListItemsConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
UserListItemsEdge
An edge in a connection.
UserListItemsEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
UserListSuggestion
Represents a suggested user list.
UserStatus
The user's description of what they're currently doing.
UserStatus
实现
UserStatus
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| An emoji summarizing the user's status. |
| The status emoji as HTML. |
| If set, the status will not be shown after this date. |
| The Node ID of the UserStatus object. |
| Whether this status indicates the user is not fully available on GitHub. |
| A brief message describing what the user is doing. |
| The organization whose members can see this status. If null, this status is publicly visible. |
| Identifies the date and time when the object was last updated. |
| The user who has this status. |
UserStatusConnection
The connection type for UserStatus.
UserStatusConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
UserStatusEdge
An edge in a connection.
UserStatusEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
VerifiableDomain
A domain that can be verified or approved for an organization or an enterprise.
VerifiableDomain
实现
VerifiableDomain
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The DNS host name that should be used for verification. |
| The unicode encoded domain. |
| Whether a TXT record for verification with the expected host name was found. |
| Whether a TXT record for verification with the expected verification token was found. |
| The Node ID of the VerifiableDomain object. |
| Whether or not the domain is approved. |
| Whether this domain is required to exist for an organization or enterprise policy to be enforced. |
| Whether or not the domain is verified. |
| The owner of the domain. |
| The punycode encoded domain. |
| The time that the current verification token will expire. |
| Identifies the date and time when the object was last updated. |
| The current verification token for the domain. |
VerifiableDomainConnection
The connection type for VerifiableDomain.
VerifiableDomainConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
VerifiableDomainEdge
An edge in a connection.
VerifiableDomainEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ViewerHovercardContext
A hovercard context with a message describing how the viewer is related.
Workflow
A workflow contains meta information about an Actions workflow file.
Workflow
实现
Workflow
字段
名称 | 说明 |
---|---|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The Node ID of the Workflow object. |
| The name of the workflow. |
| The HTTP path for this workflow. |
| The runs of the workflow.
|
| The state of the workflow. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this workflow. |
WorkflowFileReference
A workflow that must run for this rule to pass.
WorkflowRun
A workflow run.
WorkflowRun
实现
WorkflowRun
字段
名称 | 说明 |
---|---|
| The check suite this workflow run belongs to. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The log of deployment reviews. |
| The event that triggered the workflow run. |
| The workflow file. |
| The Node ID of the WorkflowRun object. |
| The pending deployment requests of all check runs in this workflow run.
|
| The HTTP path for this workflow run. |
| A number that uniquely identifies this workflow run in its parent workflow. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this workflow run. |
| The workflow executed in this workflow run. |
WorkflowRunConnection
The connection type for WorkflowRun.
WorkflowRunConnection
字段
名称 | 说明 |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
WorkflowRunEdge
An edge in a connection.
WorkflowRunEdge
字段
名称 | 说明 |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
WorkflowRunFile
An executed workflow file for a workflow run.
WorkflowRunFile
实现
WorkflowRunFile
字段
名称 | 说明 |
---|---|
| The Node ID of the WorkflowRunFile object. |
| The path of the workflow file relative to its repository. |
| The direct link to the file in the repository which stores the workflow file. |
| The repository name and owner which stores the workflow file. |
| The HTTP path for this workflow run file. |
| The parent workflow run execution for this file. |
| The HTTP URL for this workflow run file. |
| If the viewer has permissions to push to the repository which stores the workflow. |
| If the viewer has permissions to read the repository which stores the workflow. |
WorkflowsParameters
Require all changes made to a targeted branch to pass the specified workflows before they can be merged.
WorkflowsParameters
字段
名称 | 说明 |
---|---|
| Allow repositories and branches to be created if a check would otherwise prohibit it. |
| Workflows that must pass for this rule to pass. |