Acerca de los objetos
Los objetos de GraphQL representan los recursos a los que puede acceder. Un objeto puede contener una lista de campos, los cuales se teclean específicamente.
Por ejemplo, el objeto Repository
tiene un campo denominado name
, que es un elemento String
.
Para más información, vea "Introducción a GraphQL".
AddedToProjectEvent
Represents aadded_to_project
event on a given issue or pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| Project referenced by event. Aviso de previsualización
|
| Project card referenced by this project event. Aviso de previsualización
|
| Column name referenced by this project event. Aviso de previsualización
|
App
A GitHub App.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The description of the app. |
| The IP addresses of the app. Argumentos
|
| The hex color code, without the leading '#', for the logo background. |
| A URL pointing to the app's logo. Argumentos
|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| Identifies the user who was assigned. Aviso de desuso
Assignees can now be mannequins. Use the |
AutoMergeDisabledEvent
Represents aauto_merge_disabled
event on a given pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| PullRequest referenced by event. |
AutoMergeRequest
Represents an auto-merge request for a pull request.
Fields
Nombre | Descripción |
---|---|
| The email address of the author of this auto-merge request. |
| The commit message of the auto-merge request. |
| The commit title of the auto-merge request. |
| When was this auto-merge request was enabled. |
| The actor who created the auto-merge request. |
| The merge method of the auto-merge request. |
| The pull request that this auto-merge request is set against. |
AutoRebaseEnabledEvent
Represents aauto_rebase_enabled
event on a given pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| PullRequest referenced by event. |
AutoSquashEnabledEvent
Represents aauto_squash_enabled
event on a given pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| PullRequest referenced by event. |
AutomaticBaseChangeFailedEvent
Represents aautomatic_base_change_failed
event on a given pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| PullRequest referenced by event. |
BaseRefForcePushedEvent
Represents abase_ref_force_pushed
event on a given pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| PullRequest referenced by event. |
| Identifies the fully qualified ref name for the |
Blame
Represents a Git blame.
Fields
Nombre | Descripción |
---|---|
| The list of ranges from a Git blame. |
BlameRange
Represents a range of information from a Git blame.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| A URL pointing to the GitHub App's public avatar. Argumentos
|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| 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. |
BranchProtectionRule
A branch protection rule.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Can this branch be deleted. |
| Are force pushes allowed on this branch. |
| A list of conflicts matching branches protection rule and other branch protection rules. |
| 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. |
| Can admins overwrite branch protection. |
| Repository refs that are protected by this rule. Argumentos
|
| Identifies the protection rule pattern. |
| A list push allowances for this branch protection rule. |
| The repository associated with this branch protection rule. |
| 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 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. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
BranchProtectionRuleConnection
The connection type for BranchProtectionRule.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
CheckAnnotation
A single check annotation.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
CheckAnnotationSpan
An inclusive pair of positions for a check annotation.
Fields
Nombre | Descripción |
---|---|
| End position (inclusive). |
| Start position (inclusive). |
CheckRun
A check run.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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. Argumentos
|
| 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.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
CheckStep
A single check step.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
CheckSuite
A check suite.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. Argumentos
|
| 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. |
| A list of open pull requests matching the check suite. Argumentos
|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ClosedEvent
Represents aclosed
event on any Closable
.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 HTTP path for this closed event. |
| The HTTP URL for this closed event. |
CommentDeletedEvent
Represents acomment_deleted
event on a given issue or pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
Commit
Represents a Git commit.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. Argumentos
|
| 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 Argumentos
|
| The number of changed files in this commit. |
| The check suites associated with a commit. Argumentos
|
| 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. Argumentos
|
| The tree entry representing the file located at the given path. Argumentos
|
| The linear commit history starting from (and including) this commit, in the same order as Argumentos
|
| 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. |
CommitComment
Represents a comment on a given Commit.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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. |
| 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. Argumentos
|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
CommitCommentThread
A thread of comments on a commit.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The comments that exist in this thread. |
| The commit the comments were made on. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| The commit contributions, each representing a day. Argumentos
|
| 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. |
CommitHistoryConnection
The connection type for Commit.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Reference originated in a different repository. |
| Issue or pull request that made the reference. |
| Issue or pull request which was connected. |
ContentAttachment
A content attachment.
Fields
Nombre | Descripción |
---|---|
| The body text of the content attachment. This parameter supports markdown. |
| The content reference that the content attachment is attached to. |
| Identifies the primary key from the database. |
| The title of the content attachment. |
ContributionCalendar
A calendar of contributions made on GitHub by a user.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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. |
ContributionCalendarWeek
A week of contributions in a user's contribution graph.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| Commit contributions made by the user, grouped by repository. Argumentos
|
| 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. Argumentos
|
| Issue contributions made by the user, grouped by repository. Argumentos
|
| 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. Argumentos
|
| Pull request contributions made by the user, grouped by repository. Argumentos
|
| Pull request review contributions made by the user. Argumentos
|
| Pull request review contributions made by the user, grouped by repository. Argumentos
|
| A list of repositories owned by the user that the user created in this time range. Argumentos
|
| 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. Argumentos
|
| The user who made the contributions in this collection. |
ConvertToDraftEvent
Represents aconvert_to_draft
event on a given pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| Project referenced by event. Aviso de previsualización
|
| Project card referenced by this project event. Aviso de previsualización
|
| Column name referenced by this project event. Aviso de previsualización
|
CreatedCommitContribution
Represents the contribution a user made by committing to a repository.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the milestone title associated with the |
| Object referenced by event. |
DeployKey
A repository deploy key.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the date and time when the object was created. |
| 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.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DeployedEvent
Represents adeployed
event on a given pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 |
| PullRequest referenced by event. |
| The ref associated with the |
Deployment
Represents triggered deployment instance.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| PullRequest referenced by event. |
DeploymentProtectionRule
A protection rule.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the primary key from the database. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DeploymentReview
A deployment review.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The comment the user left. |
| Identifies the primary key from the database. |
| The environments approved or rejected. |
| The decision of the user. |
| The user that reviewed the deployment. |
DeploymentReviewConnection
The connection type for DeploymentReview.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DeploymentReviewerConnection
The connection type for DeploymentReviewer.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DeploymentStatus
Describes the status of a given deployment attempt.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. Aviso de previsualización
|
| Identifies the environment URL of the deployment. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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. |
| Check if this comment was edited and includes an edit with the creation data. |
| A list of labels associated with the object. Argumentos
|
| The moment the editor made the last edit. |
|
|
| The number identifying this discussion within the repository. |
| 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. Argumentos
|
| The repository associated with this node. |
| The path for this discussion. |
| 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. |
| Check if the current viewer can delete this object. |
| 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. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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. |
| Identifies the date and time when the object was last updated. |
DiscussionCategoryConnection
The connection type for DiscussionCategory.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DiscussionComment
A comment on a discussion.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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. |
| 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. Argumentos
|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DiscussionConnection
The connection type for Discussion.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
Enterprise
An account to manage multiple organizations with consolidated policy and billing.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| A URL pointing to the enterprise's public avatar. Argumentos
|
| 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 location of the enterprise. |
| A list of users who are members of this enterprise. Argumentos
|
| The name of the enterprise. |
| A list of organizations that belong to this enterprise. Argumentos
|
| Enterprise information only visible to enterprise owners. |
| The HTTP path for this enterprise. |
| The URL-friendly identifier for the enterprise. |
| The HTTP URL for this enterprise. |
| A list of user accounts on this enterprise. |
| Is the current viewer an admin of this enterprise?. |
| The URL of the enterprise website. |
EnterpriseAdministratorConnection
The connection type for User.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| The number of licenseable users/emails across the enterprise. |
| The number of data packs used by all organizations owned by the enterprise. |
| The number of available seats across all owned organizations based on the unique number of billable users. Aviso de desuso
|
| 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 total seats across all organizations owned by the enterprise. Aviso de desuso
|
| 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. |
EnterpriseIdentityProvider
An identity provider configured to provision identities for an enterprise.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. Argumentos
|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| Whether the user does not have a license for the enterprise. Aviso de desuso
All members consume a license Removal on 2021-01-01 UTC. |
| The item at the end of the edge. |
EnterpriseOrganizationMembershipConnection
The connection type for Organization.
Fields
Nombre | Descripción |
---|---|
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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| Whether the outside collaborator does not have a license for the enterprise. Aviso de desuso
All outside collaborators consume a license Removal on 2021-01-01 UTC. |
| The item at the end of the edge. |
| The enterprise organization repositories this user is a member of. Argumentos
|
EnterpriseOwnerInfo
Enterprise information only visible to enterprise owners.
Fields
Nombre | Descripción |
---|---|
| A list of all of the administrators for this enterprise. Argumentos
|
| 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. Argumentos
|
| The setting value for base repository permissions for organizations in this enterprise. |
| A list of enterprise organizations configured with the provided default repository permission. Argumentos
|
| A list of domains owned by the enterprise. Argumentos
|
| 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. Argumentos
|
| The setting value for whether the enterprise has IP allow list configuration for installed GitHub Apps enabled. |
| Whether or not the default 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. Argumentos
|
| 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. Argumentos
|
| 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. Argumentos
|
| 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. Argumentos
|
| 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. Argumentos
|
| 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. Argumentos
|
| 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. Argumentos
|
| Indicates if email notification delivery for this enterprise is restricted to verified or approved domains. |
| 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. Argumentos
|
| A list of outside collaborators across the repositories in the enterprise. Argumentos
|
| A list of pending administrator invitations for the enterprise. Argumentos
|
| A list of pending collaborator invitations across the repositories in the enterprise. Argumentos
|
| A list of pending collaborators across the repositories in the enterprise. Aviso de desuso
Repository invitations can now be associated with an email, not only an invitee. Use the Argumentos
|
| A list of pending member invitations for organizations in the enterprise. Argumentos
|
| 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. Argumentos
|
| The SAML Identity Provider for the enterprise. |
| A list of enterprise organizations configured with the SAML single sign-on setting value. Argumentos
|
| 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. Argumentos
|
| 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. Argumentos
|
EnterprisePendingCollaboratorConnection
The connection type for User.
EnterprisePendingCollaboratorEdge
A user with an invitation to be a collaborator on a repository owned by an organization in an enterprise.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| Whether the invited collaborator does not have a license for the enterprise. Aviso de desuso
All pending collaborators consume a license Removal on 2021-01-01 UTC. |
| The item at the end of the edge. |
| The enterprise organization repositories this user is a member of. Argumentos
|
EnterprisePendingMemberInvitationConnection
The connection type for OrganizationInvitation.
Fields
Nombre | Descripción |
---|---|
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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| Whether the invitation has a license for the enterprise. Aviso de desuso
All pending members consume a license Removal on 2020-07-01 UTC. |
| The item at the end of the edge. |
EnterpriseRepositoryInfoConnection
The connection type for EnterpriseRepositoryInfo.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseServerInstallation
An Enterprise Server installation.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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. Argumentos
|
| User accounts uploads for the Enterprise Server installation. Argumentos
|
EnterpriseServerUserAccount
A user account on an Enterprise Server installation.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the date and time when the object was created. |
User emails belonging to this user account. Argumentos
| |
| The Enterprise Server installation on which this user account exists. |
| 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.
Fields
Nombre | Descripción |
---|---|
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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the date and time when the object was created. |
| The email address. |
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
The item at the end of the edge. |
EnterpriseServerUserAccountsUpload
A user accounts upload from an Enterprise Server installation.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| A URL pointing to the enterprise user account's public avatar. Argumentos
|
| Identifies the date and time when the object was created. |
| The enterprise in which this user account exists. |
| 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. Argumentos
|
| 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. |
EnterpriseUserAccountConnection
The connection type for EnterpriseUserAccount.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseUserAccountEdge
An edge in a connection.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
Environment
An environment.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the primary key from the database. |
| The name of the environment. |
| The protection rules defined for this environment. |
EnvironmentConnection
The connection type for Environment.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ExternalIdentity
An external identity provisioned by SAML SSO or SCIM.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The GUID for this identity. |
| 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. |
ExternalIdentityConnection
The connection type for ExternalIdentity.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ExternalIdentitySamlAttributes
SAML attributes for the External Identity.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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. |
FollowerConnection
The connection type for User.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
GenericHovercardContext
A generic hovercard context with a message and icon.
Gist
A Gist.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. Argumentos
|
| A list of forks associated with the gist. Argumentos
|
| 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. Argumentos
|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
GistConnection
The connection type for Gist.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
GistFile
A file in a gist.
Fields
Nombre | Descripción |
---|---|
| 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. Argumentos
|
GitActor
Represents an actor in a Git commit (ie. an author or committer).
Fields
Nombre | Descripción |
---|---|
| A URL pointing to the author's public avatar. Argumentos
|
| 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.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
GitHubMetadata
Represents information about the GitHub instance.
Fields
Nombre | Descripción |
---|---|
| Returns a String that's a SHA of |
| Whether or not users are verified. |
GpgSignature
Represents a GPG signature on a Commit or Tag.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 |
| PullRequest referenced by event. |
HeadRefForcePushedEvent
Represents ahead_ref_force_pushed
event on a given pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| PullRequest referenced by event. |
| Identifies the fully qualified ref name for the |
HeadRefRestoredEvent
Represents ahead_ref_restored
event on a given pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| PullRequest referenced by event. |
Hovercard
Detail needed to display a hovercard for a user.
Fields
Nombre | Descripción |
---|---|
| Each of the contexts for this hovercard. |
IpAllowListEntry
An IP address or range of addresses that is allowed to access an owner's resources.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| A single IP address or range of IP addresses in CIDR notation. |
| Identifies the date and time when the object was created. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Assignable
Closable
Comment
Labelable
Lockable
Node
Reactable
RepositoryNode
Subscribable
UniformResourceLocatable
Updatable
UpdatableComment
Fields
Nombre | Descripción |
---|---|
| 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. |
|
|
| Identifies the date and time when the object was closed. |
| A list of comments associated with the Issue. Argumentos
|
| 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 hovercard information for this issue. Argumentos
|
| 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. Argumentos
|
| The moment the editor made the last edit. |
|
|
| 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. Argumentos
|
| 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. Argumentos
|
| The repository associated with this node. |
| The HTTP path for this issue. |
| Identifies the state of the issue. |
| A list of events, comments, commits, etc. associated with the issue. Aviso de desuso
Argumentos
|
| A list of events, comments, commits, etc. associated with the issue. Argumentos
|
| Identifies the issue title. |
| Identifies the issue title rendered to HTML. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this issue. |
| A list of edits to this content. |
| 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. |
IssueComment
Represents a comment on an Issue.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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. |
| 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. Argumentos
|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
IssueConnection
The connection type for Issue.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| The issue contributions. Argumentos
|
| The repository in which the issues were opened. |
IssueTimelineConnection
The connection type for IssueTimelineItem.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
IssueTimelineItemsConnection
The connection type for IssueTimelineItems.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
JoinedGitHubContribution
Represents a user signing up for a GitHub account.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the label color. |
| Identifies the date and time when the label was created. |
| A brief description of this label. |
| Indicates whether or not this is a default label. |
| A list of issues associated with this label. Argumentos
|
| Identifies the label name. |
| A list of pull requests associated with this label. Argumentos
|
| 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.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
LabeledEvent
Represents alabeled
event on a given issue or pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the label associated with the |
| Identifies the |
LanguageConnection
A list of languages associated with the parent.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| The number of bytes of code written in the language. |
License
A repository's open source license.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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. |
LockedEvent
Represents alocked
event on a given issue or pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Reason that the conversation was locked (optional). |
| Object that was locked. |
Mannequin
A placeholder user for attribution of imported data on GitHub.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| A URL pointing to the GitHub App's public avatar. Argumentos
|
| 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 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. |
MarkedAsDuplicateEvent
Represents amarked_as_duplicate
event on a given issue or pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| Canonical and duplicate belong to different repositories. |
MembersCanDeleteReposClearAuditEntry
Audit log entry for a members_can_delete_repos.clear event.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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. |
MergedEvent
Represents amerged
event on a given pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the commit associated with the |
| 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 |
| PullRequest referenced by event. |
| The HTTP path for this merged event. |
| The HTTP URL for this merged event. |
Milestone
Represents a Milestone object on a given repository.
Implementaciones
Fields
Nombre | Descripción |
---|---|
|
|
| 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. |
| A list of issues associated with the milestone. Argumentos
|
| Identifies the number of the milestone. |
| Identifies the percentage complete for the milestone. |
| A list of pull requests associated with the milestone. Argumentos
|
| 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. |
MilestoneConnection
The connection type for Milestone.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
MilestonedEvent
Represents amilestoned
event on a given issue or pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| Column name the issue or pull request was moved from. Aviso de previsualización
|
| Project referenced by event. Aviso de previsualización
|
| Project card referenced by this project event. Aviso de previsualización
|
| Column name the issue or pull request was moved to. Aviso de previsualización
|
OauthApplicationCreateAuditEntry
Audit log entry for a oauth_application.create event.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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 default repository permission level for the organization. |
| The former default 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Actor
MemberStatusable
Node
PackageOwner
ProfileOwner
ProjectOwner
RepositoryDiscussionAuthor
RepositoryDiscussionCommentAuthor
RepositoryOwner
Sponsorable
UniformResourceLocatable
Fields
Nombre | Descripción |
---|---|
| Determine if this repository owner has any items that can be pinned to their profile. Argumentos
|
| Audit log entries of the organization. Argumentos
|
| A URL pointing to the organization's public avatar. Argumentos
|
| 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. Argumentos
|
| The organization's public email. |
| 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. Argumentos
|
| The setting value for whether the organization has IP allow list configuration for installed GitHub Apps enabled. |
| 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. |
| The organization's public profile location. |
| The organization's login name. |
| Get the status messages members of this entity have set that are either public or visible only to the organization. Argumentos
|
| A list of users who are members of this organization. |
| 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. Argumentos
|
| 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. Argumentos
|
| A list of repositories and gists this profile owner has pinned to their profile. Argumentos
|
| Returns how many more items this profile owner can pin to their profile. |
| Find project by number. Argumentos
|
| A list of projects under the owner. Argumentos
|
| The HTTP path listing organization's projects. |
| The HTTP URL listing organization's projects. |
| A list of repositories that the user owns. Argumentos
|
| Find Repository. Argumentos
|
| Discussion comments this user has authored. Argumentos
|
| Discussions this user has started. Argumentos
|
| When true the organization requires all members, billing managers, and outside collaborators to enable two-factor authentication. |
| The HTTP path for this organization. |
| The Organization's SAML identity providers. |
| This object's sponsorships as the maintainer. Argumentos
|
| This object's sponsorships as the sponsor. Argumentos
|
| Find an organization's team by its slug. Argumentos
|
| A list of teams in this organization. Argumentos
|
| The HTTP path listing organization's teams. |
| The HTTP URL listing organization's teams. |
| 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. |
| Viewer is an active member of this organization. |
| The organization's public profile URL. |
OrganizationAuditEntryConnection
The connection type for OrganizationAuditEntry.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
OrganizationConnection
The connection type for Organization.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
OrganizationIdentityProvider
An Identity Provider configured to provision SAML and SCIM identities for Organizations.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The digest algorithm used to sign SAML requests for the Identity Provider. |
| External Identities provisioned by this Identity Provider. Argumentos
|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the date and time when the object was created. |
| The email address of the user invited to the organization. |
| 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 organization the invite is for. |
| The user's pending role in the organization (e.g. member, owner). |
OrganizationInvitationConnection
The connection type for OrganizationInvitation.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
OrganizationMemberConnection
The connection type for User.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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. |
OrganizationTeamsHovercardContext
An organization teams hovercard context.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. Argumentos
|
| list of versions for this package. Argumentos
|
PackageConnection
The connection type for Package.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PackageFile
A file in a package version.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the tag name of the version. |
| Version that the tag is associated with. |
PackageVersion
Information about a specific package version.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| List of files associated with this package version. Argumentos
|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| Number of times the package was downloaded since it was created. |
PageInfo
Information about pagination in a connection.
Fields
Nombre | Descripción |
---|---|
| When paginating forwards, the cursor to continue. |
| When paginating forwards, are there more items?. |
| When paginating backwards, are there more items?. |
| When paginating backwards, the cursor to continue. |
PermissionSource
A level of permission and source for a user's access to a repository.
Fields
Nombre | Descripción |
---|---|
| The organization the repository belongs to. |
| The level of access this source has granted to the user. |
| The source of this permission. |
PinnableItemConnection
The connection type for PinnableItem.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PinnedIssue
A Pinned Issue is a issue pinned to a repository's index page.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the primary key from the database. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The project's description body. |
| The projects description body rendered to HTML. |
|
|
| 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 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. Argumentos
|
| 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. |
| Check if the current viewer can update this object. |
ProjectCard
A card in a project.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectColumn
A column inside a project.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| List of cards in the column. Argumentos
|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectConnection
A list of projects associated with the owner.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectProgress
Project progress stats.
Fields
Nombre | Descripción |
---|---|
| 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. |
PublicKey
A user's public key.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PullRequest
A repository pull request.
Implementaciones
Assignable
Closable
Comment
Labelable
Lockable
Node
Reactable
RepositoryNode
Subscribable
UniformResourceLocatable
Updatable
UpdatableComment
Fields
Nombre | Descripción |
---|---|
| 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. Aviso de previsualización
|
| 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 were may be closed by this pull request. Argumentos
|
| A list of comments associated with the pull request. Argumentos
|
| 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 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. Argumentos
|
| 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. |
| Is this pull request read by the viewer. |
| A list of labels associated with the object. Argumentos
|
| The moment the editor made the last edit. |
| A list of latest reviews per user associated with the pull request. Argumentos
|
| 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. |
| Detailed information about the current pull request merge state status. Aviso de previsualización
|
| 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. Argumentos
|
| 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. Argumentos
|
| 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. Argumentos
|
| Identifies the state of the pull request. |
| 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. Aviso de desuso
Argumentos
|
| A list of events, comments, commits, etc. associated with the pull request. Argumentos
|
| Identifies the pull request title. |
| Identifies the pull request title rendered to HTML. |
| 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. |
| Check if the viewer can restore the deleted head ref. |
| Whether or not the viewer can disable auto-merge. |
| Whether or not the viewer can enable auto-merge. |
| 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. |
| 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. Argumentos
|
| The merge headline text for the viewer and method. Argumentos
|
| Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. |
PullRequestChangedFile
A file changed in a pull request.
Fields
Nombre | Descripción |
---|---|
| The number of additions to the file. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PullRequestCommit
Represents a Git commit part of a pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The Git commit 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The comments that exist in this thread. |
| The commit the comments were made on. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PullRequestConnection
The connection type for PullRequest.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| The pull request contributions. Argumentos
|
| The repository in which the pull requests were opened. |
PullRequestEdge
An edge in a connection.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PullRequestReview
A review object for a given pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| Check if this comment was edited and includes an edit with the creation data. |
| The moment the editor made the last edit. |
| 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. Argumentos
|
| 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. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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. |
| Identifies the original commit associated with the comment. |
| The original line index in the diff to which the comment applies. |
| 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. |
| 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. Argumentos
|
| The comment this is a reply to. |
| The repository associated with this node. |
| The HTTP path permalink for this review comment. |
| Identifies the state of the comment. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PullRequestReviewConnection
The connection type for PullRequestReview.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| The pull request review contributions. Argumentos
|
| The repository in which the pull request reviews were made. |
PullRequestReviewEdge
An edge in a connection.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| A list of pull request comments associated with the thread. Argumentos
|
| The side of the diff on which this thread was placed. |
| Whether or not the thread has been collapsed (outdated or 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). |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| The body of the template. |
| The filename of the template. |
| The repository the template belongs to. |
PullRequestTimelineConnection
The connection type for PullRequestTimelineItem.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PullRequestTimelineItemsConnection
The connection type for PullRequestTimelineItems.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
Push
A Git push.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The SHA after the push. |
| The permalink for this push. |
| The SHA before the push. |
| The user who pushed. |
| The repository that was pushed to. |
PushAllowance
A team, user or app who has the ability to push to a protected branch.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The actor that can push. |
| Identifies the branch protection rule associated with the allowed user or team. |
PushAllowanceConnection
The connection type for PushAllowance.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
RateLimit
Represents the client's rate limit.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
Reaction
An emoji reaction to a particular piece of content.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the emoji reaction. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The reactable piece of content. |
| Identifies the user who created this reaction. |
ReactionConnection
A list of reactions that have been left on the subject.
Fields
Nombre | Descripción |
---|---|
| 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. |
ReactionGroup
A group of emoji reactions to a particular piece of content.
Fields
Nombre | Descripción |
---|---|
| 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. Aviso de desuso
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.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ReadyForReviewEvent
Represents aready_for_review
event on a given pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| A list of pull requests with this ref as the head ref. Argumentos
|
| Branch protection rules for this ref. |
| The ref name. |
| The ref's prefix, such as |
| Branch protection rules that are viewable by non-admins. |
| The repository the ref belongs to. |
| The object the ref points to. Returns null when object does not exist. |
RefUpdateRule
A ref update rules for a viewer.
Fields
Nombre | Descripción |
---|---|
| Can this branch be deleted. |
| Are force pushes allowed on this branch. |
| 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
.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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. Argumentos
|
| List of releases assets which are dependent on this release. Argumentos
|
| 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. Argumentos
|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ReleaseConnection
The connection type for Release.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
RemovedFromProjectEvent
Represents aremoved_from_project
event on a given issue or pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| Project referenced by event. Aviso de previsualización
|
| Column name referenced by this project event. Aviso de previsualización
|
RenamedTitleEvent
Represents arenamed
event on a given issue or pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| Identifies the previous title of the issue or pull request. |
| Subject that was renamed. |
RepoAccessAuditEntry
Audit log entry for a repo.access event.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| A list of users that can be assigned to issues in this repository. Argumentos
|
| A list of branch protection rules for this repository. |
| Returns the code of conduct for this repository. |
| A list of collaborators associated with the repository. Argumentos
|
| A list of commit comments associated with the repository. |
| Returns a list of contact links associated to the 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 deploy keys that are on this repository. |
| Deployments associated with the repository. Argumentos
|
| The description of the repository. |
| The description of the repository rendered to HTML. |
| Returns a single discussion from the current repository by number. Argumentos
|
| A list of discussion categories that are available in the repository. |
| A list of discussions that have been opened in the repository. Argumentos
|
| The number of kilobytes this repository occupies on disk. |
| Returns a single active environment from the current repository by name. Argumentos
|
| A list of environments that are in this repository. |
| Returns how many forks there are of this repository in the whole network. |
| A list of direct forked repositories. Argumentos
|
| Indicates if the repository has anonymous Git read access feature enabled. |
| Indicates if the repository has issues feature enabled. |
| Indicates if the repository has the Projects feature enabled. |
| Indicates if the repository has wiki feature enabled. |
| The repository's URL. |
| 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. Argumentos
|
| Returns a single issue-like object from the current repository by number. Argumentos
|
| Returns a list of issue templates associated to the repository. |
| A list of issues that have been opened in the repository. Argumentos
|
| Returns a single label by name. Argumentos
|
| A list of labels associated with the repository. Argumentos
|
| A list containing a breakdown of the language composition of the repository. Argumentos
|
| 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. Argumentos
|
| Whether or not PRs are merged with a merge commit on this repository. |
| Returns a single milestone from the current repository by number. Argumentos
|
| A list of milestones associated with the repository. Argumentos
|
| The repository's original mirror URL. |
| The name of the repository. |
| The repository's name with owner. |
| A Git object in the repository. Argumentos
|
| The image used to represent this repository in Open Graph data. |
| The User owner of the repository. |
| A list of packages under the owner. Argumentos
|
| The repository parent, if this is a fork. |
| A list of discussions that have been pinned in this repository. |
| A list of pinned issues for this repository. |
| The primary language of the repository's code. |
| Find project by number. Argumentos
|
| A list of projects under the owner. Argumentos
|
| The HTTP path listing the repository's projects. |
| The HTTP URL listing the repository's projects. |
| Returns a single pull request from the current repository by number. Argumentos
|
| Returns a list of pull request templates associated to the repository. |
| A list of pull requests that have been opened in the repository. Argumentos
|
| Identifies when the repository was last pushed to. |
| Whether or not rebase-merging is enabled on this repository. |
| Fetch a given ref from the repository. Argumentos
|
| Fetch a list of refs from the repository. Argumentos
|
| Lookup a single release given various criteria. Argumentos
|
| List of releases which are dependent on this repository. Argumentos
|
| A list of applied repository-topic associations for this repository. |
| The HTTP path for this repository. |
| The security policy URL. |
| A description of the repository, rendered to HTML without any links in it. Argumentos
|
| Whether or not squash-merging is enabled on this repository. |
| 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. Argumentos
|
| 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. |
| A list of vulnerability alerts that are on this repository. |
| A list of users watching the repository. |
RepositoryCollaboratorConnection
The connection type for User.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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. |
RepositoryEdge
An edge in a connection.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
RepositoryInvitation
An invitation for a user to be added to a repository.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The email address that received the invitation. |
| 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
The connection type for RepositoryInvitation.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| When was the alert created?. |
| The reason the alert was dismissed. |
| When was the alert dismissed?. |
| The user who dismissed the alert. |
| The associated repository. |
| The associated security advisory. |
| The associated security vulnerability. |
| The vulnerable manifest filename. |
| The vulnerable manifest path. |
| The vulnerable requirements. |
RepositoryVulnerabilityAlertConnection
The connection type for RepositoryVulnerabilityAlert.
Fields
Nombre | Descripción |
---|---|
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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
RestrictedContribution
Represents a private contribution a user made on GitHub.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 team or user who has the ability to dismiss a review on a protected branch.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The actor that can dismiss. |
| Identifies the branch protection rule associated with the allowed user or team. |
ReviewDismissalAllowanceConnection
The connection type for ReviewDismissalAllowance.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Whether this request was created for a code owner. |
| Identifies the primary key from the database. |
| Identifies the pull request associated with this review request. |
| The reviewer that is requested. |
ReviewRequestConnection
The connection type for ReviewRequest.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| PullRequest referenced by event. |
| Identifies the reviewer whose review request was removed. |
ReviewRequestedEvent
Represents anreview_requested
event on a given pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| A string describing this context. |
| An octicon to accompany this context. |
| The current status of the pull request with respect to code review. |
SavedReplyConnection
The connection type for SavedReply.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| The number of pieces of code that matched the search query. |
| The number of discussions that matched the search query. |
| A list of edges. |
| The number of issues that matched the search query. |
| A list of nodes. |
| Information to aid in pagination. |
| The number of repositories that matched the search query. |
| The number of users that matched the search query. |
| The number of wiki pages that matched the search query. |
SearchResultItemEdge
An edge in a connection.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 GitHub Security Advisory ID. |
| 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. Argumentos
|
| When the advisory was withdrawn, if it has been withdrawn. |
SecurityAdvisoryConnection
The connection type for SecurityAdvisory.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
SecurityAdvisoryPackage
An individual package.
Fields
Nombre | Descripción |
---|---|
| The ecosystem the package belongs to, e.g. RUBYGEMS, NPM. |
| The package name. |
SecurityAdvisoryPackageVersion
An individual package version.
Fields
Nombre | Descripción |
---|---|
| The package name or version. |
SecurityAdvisoryReference
A GitHub Security Advisory Reference.
Fields
Nombre | Descripción |
---|---|
| A publicly accessible reference. |
SecurityVulnerability
An individual vulnerability within an Advisory.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
Sponsorship
A sponsorship relationship between a sponsor and a maintainer.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the date and time when the object was created. |
| Whether this sponsorship represents a one-time payment versus a recurring sponsorship. |
| The entity that is being sponsored. Aviso de desuso
|
| 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. Aviso de desuso
|
| The user or organization that is sponsoring, if you have permission to view them. |
| The entity that is being sponsored. |
| Identifies the date and time when the current tier was chosen for this sponsorship. |
SponsorshipConnection
The connection type for Sponsorship.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
SponsorshipEdge
An edge in a connection.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
StargazerConnection
The connection type for User.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
StarredRepositoryConnection
The connection type for Repository.
Fields
Nombre | Descripción |
---|---|
| 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. |
Status
Represents a commit status.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. Argumentos
|
| The individual status contexts for this commit. |
| The combined commit status. |
StatusCheckRollup
Represents the rollup for both the check runs and status for a commit.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The commit the status and check runs are attached to. |
| A list of status contexts and check runs for this commit. |
| The combined status for the commit. |
StatusCheckRollupContextConnection
The connection type for StatusCheckRollupContext.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
StatusCheckRollupContextEdge
An edge in a connection.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
StatusContext
Represents an individual commit status context.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The avatar of the OAuth application or the user that created the status. Argumentos
|
| 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. |
| 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. |
Submodule
A pointer to a repository at a specific revision embedded inside another repository.
Fields
Nombre | Descripción |
---|---|
| The branch of the upstream submodule for tracking updates. |
| The git URL of the submodule repository. |
| The name of the submodule in .gitmodules. |
| The path in the superproject that this submodule is located in. |
| The commit revision of the subproject repository being tracked by the submodule. |
SubmoduleConnection
The connection type for Submodule.
Fields
Nombre | Descripción |
---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
SubscribedEvent
Represents asubscribed
event on a given Subscribable
.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| An abbreviated version of the Git object ID. |
| The HTTP path for this Git object. |
| The HTTP URL for this Git 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. |
Team
A team of users in an organization.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| A list of teams that are ancestors of this team. |
| A URL pointing to the team's avatar. Argumentos
|
| List of child teams belonging to this team. Argumentos
|
| 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. Argumentos
|
| A list of team discussions. Argumentos
|
| 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. |
| 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. Argumentos
|
| A list of users who are members of this team. Argumentos
|
| 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 organization that owns this team. |
| The parent team of the team. |
| The level of privacy the team has. |
| A list of repositories this team has access to. Argumentos
|
| 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. Aviso de previsualización
|
| True if review assignment is enabled for this team. Aviso de previsualización
|
| How many team members are required for review assignment for this team. Aviso de previsualización
|
| When assigning team members via delegation, whether the entire team should be notified as well. Aviso de previsualización
|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The actor who authored the comment. |
| Author's association with the discussion's team. |
| The body as Markdown. |
| The body rendered to HTML. |
| The body rendered to text. |
| Identifies the discussion body hash. |
| A list of comments on this discussion. Argumentos
|
| The HTTP path for discussion comments. |
| The HTTP URL for discussion comments. |
| 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. |
| Check if this comment was edited and includes an edit with the creation data. |
| Whether or not the discussion is pinned. |
| Whether or not the discussion is only visible to team members and org admins. |
| The moment the editor made the last edit. |
| Identifies the discussion within its team. |
| 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. Argumentos
|
| The HTTP path for this discussion. |
| The team that defines the context of this discussion. |
| The title of the discussion. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this discussion. |
| 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. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| The actor who authored the comment. |
| Author's association with the comment's team. |
| The body as Markdown. |
| The body rendered to HTML. |
| The body rendered to text. |
| The current version of the body content. |
| 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 actor who edited the comment. |
| 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. |
| 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. Argumentos
|
| The HTTP path for this comment. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this comment. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
TeamDiscussionConnection
The connection type for TeamDiscussion.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
TeamMemberConnection
The connection type for User.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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. |
| The role the member has on the team. |
TeamRemoveMemberAuditEntry
Audit log entry for a team.remove_member event.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The permission level the team has on the repository. |
TextMatch
A text match within a search result.
Fields
Nombre | Descripción |
---|---|
| The specific text fragment within the property matched on. |
| Highlights within the matched fragment. |
| The property matched on. |
Topic
A topic aggregates entities that are related to a subject.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. Argumentos
|
| Returns a count of how many stargazers there are on this object. |
| A list of users who have starred this starrable. Argumentos
|
| Returns a boolean indicating whether the viewing user has starred this starrable. |
TransferredEvent
Represents atransferred
event on a given issue or pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The repository this came from. |
| Identifies the issue associated with the event. |
Tree
Represents a Git tree.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 Git object ID. |
| The Repository the Git object belongs to. |
TreeEntry
Represents a Git tree entry.
Fields
Nombre | Descripción |
---|---|
| The extension of the file. |
| Whether or not this tree entry is generated. |
| Entry file mode. |
| Entry file name. |
| Entry file object. |
| Entry file Git object ID. |
| The full path of the file. |
| The Repository the tree entry belongs to. |
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| Identifies the subject (user) who was unassigned. Aviso de desuso
Assignees can now be mannequins. Use the |
UnknownSignature
Represents an unknown signature on a Commit or Tag.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the label associated with the |
| Identifies the |
UnmarkedAsDuplicateEvent
Represents anunmarked_as_duplicate
event on a given issue or pull request.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| Canonical and duplicate belong to different repositories. |
UnsubscribedEvent
Represents anunsubscribed
event on a given Subscribable
.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Object referenced by event. |
User
A user is an individual's account on GitHub that owns repositories and can make new content.
Implementaciones
Actor
Node
PackageOwner
ProfileOwner
ProjectOwner
RepositoryDiscussionAuthor
RepositoryDiscussionCommentAuthor
RepositoryOwner
Sponsorable
UniformResourceLocatable
Fields
Nombre | Descripción |
---|---|
| Determine if this repository owner has any items that can be pinned to their profile. Argumentos
|
| A URL pointing to the user's public avatar. Argumentos
|
| 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?. Argumentos
|
| 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. Argumentos
|
| 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 users the given user is followed by. |
| A list of users the given user is following. |
| Find gist by repo name. Argumentos
|
| A list of gist comments made by this user. |
| A list of the Gists the user has created. Argumentos
|
| The hovercard information for this user in a given context. Argumentos
|
| 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 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 or not this user is the viewing user. |
| A list of issue comments made by this user. Argumentos
|
| A list of issues associated with this user. Argumentos
|
| Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity. |
| The user's public profile location. |
| The username used to login. |
| The user's public profile name. |
| Find an organization by its login that the user belongs to. Argumentos
|
| Verified email addresses that match verified domains for a specified organization the user is a member of. Argumentos
|
| A list of organizations the user belongs to. |
| A list of packages under the owner. Argumentos
|
| A list of repositories and gists this profile owner can pin to their profile. Argumentos
|
| A list of repositories and gists this profile owner has pinned to their profile. Argumentos
|
| Returns how many more items this profile owner can pin to their profile. |
| Find project by number. Argumentos
|
| A list of projects under the owner. Argumentos
|
| The HTTP path listing user's projects. |
| The HTTP URL listing user's projects. |
| A list of public keys associated with this user. |
| A list of pull requests associated with this user. Argumentos
|
| A list of repositories that the user owns. Argumentos
|
| A list of repositories that the user recently contributed to. Argumentos
|
| Find Repository. Argumentos
|
| Discussion comments this user has authored. Argumentos
|
| Discussions this user has started. Argumentos
|
| The HTTP path for this user. |
| Replies this user has saved. Argumentos
|
| This object's sponsorships as the maintainer. Argumentos
|
| This object's sponsorships as the sponsor. Argumentos
|
| Repositories the user has starred. Argumentos
|
| The user's description of what they're currently doing. |
| Identifies the date and time when the user was suspended. |
| Repositories the user has contributed to, ordered by contribution rank, plus repositories the user has created. Argumentos
|
| The user's Twitter username. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this 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 this user is followed by the viewer. |
| A list of repositories the given user is watching. Argumentos
|
| A URL pointing to the user's public website/blog. |
UserBlockedEvent
Represents auser_blocked
event on a given user.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 user who was blocked. |
UserConnection
The connection type for User.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| Identifies the date and time when the object was last updated. |
UserContentEditConnection
A list of edits to content.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
UserStatus
The user's description of what they're currently doing.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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. |
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Fields
Nombre | Descripción |
---|---|
| 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.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The name of the workflow. |
| Identifies the date and time when the object was last updated. |
WorkflowRun
A workflow run.
Implementaciones
Fields
Nombre | Descripción |
---|---|
| 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 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. |