Sobre interfaces
As interfaces servem como objetos pai dos quais outros objetos podem herdar.
Por exemplo, Lockable é uma interface porque os objetos Issue e PullRequest podem ser bloqueados. Uma interface possui sua própria lista de campos nomeados que são compartilhados mediante os objetos de implementação.
Para obter mais informações, confira "Introdução ao GraphQL".
Actor
Represents an object which can take actions on GitHub. Typically a User or Bot.
Actor é implementado por
Campos para Actor
| Nome | Descrição | 
|---|---|
| 
 | A URL pointing to the actor's public avatar. Argumentos para  
 | 
| 
 | The username of the actor. | 
| 
 | The HTTP path for this actor. | 
| 
 | The HTTP URL for this actor. | 
Assignable
An object that can have users assigned to it.
Assignable é implementado por
Campos para Assignable
| Nome | Descrição | 
|---|---|
| 
 | A list of Users assigned to this object. Argumentos para  
 
 
 
 | 
AuditEntry
An entry in the audit log.
AuditEntry é implementado por
- MembersCanDeleteReposClearAuditEntry
- MembersCanDeleteReposDisableAuditEntry
- MembersCanDeleteReposEnableAuditEntry
- OauthApplicationCreateAuditEntry
- OrgAddBillingManagerAuditEntry
- OrgAddMemberAuditEntry
- OrgBlockUserAuditEntry
- OrgConfigDisableCollaboratorsOnlyAuditEntry
- OrgConfigEnableCollaboratorsOnlyAuditEntry
- OrgCreateAuditEntry
- OrgDisableOauthAppRestrictionsAuditEntry
- OrgDisableSamlAuditEntry
- OrgDisableTwoFactorRequirementAuditEntry
- OrgEnableOauthAppRestrictionsAuditEntry
- OrgEnableSamlAuditEntry
- OrgEnableTwoFactorRequirementAuditEntry
- OrgInviteMemberAuditEntry
- OrgInviteToBusinessAuditEntry
- OrgOauthAppAccessApprovedAuditEntry
- OrgOauthAppAccessDeniedAuditEntry
- OrgOauthAppAccessRequestedAuditEntry
- OrgRemoveBillingManagerAuditEntry
- OrgRemoveMemberAuditEntry
- OrgRemoveOutsideCollaboratorAuditEntry
- OrgRestoreMemberAuditEntry
- OrgUnblockUserAuditEntry
- OrgUpdateDefaultRepositoryPermissionAuditEntry
- OrgUpdateMemberAuditEntry
- OrgUpdateMemberRepositoryCreationPermissionAuditEntry
- OrgUpdateMemberRepositoryInvitationPermissionAuditEntry
- PrivateRepositoryForkingDisableAuditEntry
- PrivateRepositoryForkingEnableAuditEntry
- RepoAccessAuditEntry
- RepoAddMemberAuditEntry
- RepoAddTopicAuditEntry
- RepoArchivedAuditEntry
- RepoChangeMergeSettingAuditEntry
- RepoConfigDisableAnonymousGitAccessAuditEntry
- RepoConfigDisableCollaboratorsOnlyAuditEntry
- RepoConfigDisableContributorsOnlyAuditEntry
- RepoConfigDisableSockpuppetDisallowedAuditEntry
- RepoConfigEnableAnonymousGitAccessAuditEntry
- RepoConfigEnableCollaboratorsOnlyAuditEntry
- RepoConfigEnableContributorsOnlyAuditEntry
- RepoConfigEnableSockpuppetDisallowedAuditEntry
- RepoConfigLockAnonymousGitAccessAuditEntry
- RepoConfigUnlockAnonymousGitAccessAuditEntry
- RepoCreateAuditEntry
- RepoDestroyAuditEntry
- RepoRemoveMemberAuditEntry
- RepoRemoveTopicAuditEntry
- RepositoryVisibilityChangeDisableAuditEntry
- RepositoryVisibilityChangeEnableAuditEntry
- TeamAddMemberAuditEntry
- TeamAddRepositoryAuditEntry
- TeamChangeParentTeamAuditEntry
- TeamRemoveMemberAuditEntry
- TeamRemoveRepositoryAuditEntry
Campos para AuditEntry
| Nome | Descrição | 
|---|---|
| 
 | 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 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. | 
Closable
An object that can be closed.
Comment
Represents a comment.
Comment é implementado por
- CommitComment
- Discussion
- DiscussionComment
- GistComment
- Issue
- IssueComment
- PullRequest
- PullRequestReview
- PullRequestReviewComment
- TeamDiscussion
- TeamDiscussionComment
Campos para Comment
| Nome | Descrição | 
|---|---|
| 
 | 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. | 
| 
 | The actor who edited the comment. | 
| 
 | N/A | 
| 
 | Check if this comment was edited and includes an edit with the creation data. | 
| 
 | The moment the editor made the last edit. | 
| 
 | 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. Argumentos para  
 
 
 
 | 
| 
 | Did the viewer author this comment. | 
Contribution
Represents a contribution a user made on GitHub, such as opening an issue.
Contribution é implementado por
- CreatedCommitContribution
- CreatedIssueContribution
- CreatedPullRequestContribution
- CreatedPullRequestReviewContribution
- CreatedRepositoryContribution
- JoinedGitHubContribution
- RestrictedContribution
Campos para Contribution
| Nome | Descrição | 
|---|---|
| 
 | 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. | 
Deletable
Entities that can be deleted.
Deletable é implementado por
- CommitComment
- Discussion
- DiscussionComment
- GistComment
- IssueComment
- PullRequestReview
- PullRequestReviewComment
- TeamDiscussion
- TeamDiscussionComment
Campos para Deletable
| Nome | Descrição | 
|---|---|
| 
 | Check if the current viewer can delete this object. | 
EnterpriseAuditEntryData
Metadata for an audit entry containing enterprise account information.
EnterpriseAuditEntryData é implementado por
- MembersCanDeleteReposClearAuditEntry
- MembersCanDeleteReposDisableAuditEntry
- MembersCanDeleteReposEnableAuditEntry
- OrgInviteToBusinessAuditEntry
- PrivateRepositoryForkingDisableAuditEntry
- PrivateRepositoryForkingEnableAuditEntry
- RepositoryVisibilityChangeDisableAuditEntry
- RepositoryVisibilityChangeEnableAuditEntry
Campos para EnterpriseAuditEntryData
| Nome | Descrição | 
|---|---|
| 
 | The HTTP path for this enterprise. | 
| 
 | The slug of the enterprise. | 
| 
 | The HTTP URL for this enterprise. | 
GitObject
Represents a Git object.
GitObject é implementado por
Campos para GitObject
| Nome | Descrição | 
|---|---|
| 
 | An abbreviated version of the Git object ID. | 
| 
 | The HTTP path for this Git object. | 
| 
 | The HTTP URL for this Git object. | 
| 
 | N/A | 
| 
 | The Git object ID. | 
| 
 | The Repository the Git object belongs to. | 
GitSignature
Information about a signature (GPG or S/MIME) on a Commit or Tag.
GitSignature é implementado por
Campos para GitSignature
| Nome | Descrição | 
|---|---|
| 
 | 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. | 
HovercardContext
An individual line of a hovercard.
HovercardContext é implementado por
- GenericHovercardContext
- OrganizationTeamsHovercardContext
- OrganizationsHovercardContext
- ReviewStatusHovercardContext
- ViewerHovercardContext
Campos para HovercardContext
| Nome | Descrição | 
|---|---|
| 
 | A string describing this context. | 
| 
 | An octicon to accompany this context. | 
Labelable
An object that can have labels assigned to it.
Labelable é implementado por
Campos para Labelable
| Nome | Descrição | 
|---|---|
| 
 | A list of labels associated with the object. Argumentos para  
 
 
 
 
 | 
Lockable
An object that can be locked.
Lockable é implementado por
Campos para Lockable
| Nome | Descrição | 
|---|---|
| 
 | Reason that the conversation was locked. | 
| 
 | 
 | 
MemberStatusable
Entities that have members who can set status messages.
MemberStatusable é implementado por
Campos para MemberStatusable
| Nome | Descrição | 
|---|---|
| 
 | Get the status messages members of this entity have set that are either public or visible only to the organization. Argumentos para  
 
 
 
 
 | 
Migration
Represents an Octoshift migration.
Migration é implementado por
Campos para Migration
| Nome | Descrição | 
|---|---|
| 
 | The Octoshift migration flag to continue on error. | 
| 
 | Identifies the date and time when the object was created. | 
| 
 | Identifies the primary key from the database. | 
| 
 | The reason the migration failed. | 
| 
 | N/A | 
| 
 | The URL for the migration log (expires 1 day after migration completes). | 
| 
 | The Octoshift migration source. | 
| 
 | The target repository name. | 
| 
 | The Octoshift migration source URL. | 
| 
 | The Octoshift migration state. | 
Minimizable
Entities that can be minimized.
Minimizable é implementado por
Campos para Minimizable
| Nome | Descrição | 
|---|---|
| 
 | Returns whether or not a comment has been minimized. | 
| 
 | Returns why the comment was minimized. One of  | 
| 
 | Check if the current viewer can minimize this object. | 
Node
An object with an ID.
Node é implementado por
- AddedToProjectEvent
- App
- AssignedEvent
- AutoMergeDisabledEvent
- AutoMergeEnabledEvent
- AutoRebaseEnabledEvent
- AutoSquashEnabledEvent
- AutomaticBaseChangeFailedEvent
- AutomaticBaseChangeSucceededEvent
- BaseRefChangedEvent
- BaseRefDeletedEvent
- BaseRefForcePushedEvent
- Blob
- Bot
- BranchProtectionRule
- BypassForcePushAllowance
- BypassPullRequestAllowance
- CWE
- CheckRun
- CheckSuite
- ClosedEvent
- CodeOfConduct
- CommentDeletedEvent
- Commit
- CommitComment
- CommitCommentThread
- Comparison
- ConnectedEvent
- ConvertToDraftEvent
- ConvertedNoteToIssueEvent
- ConvertedToDiscussionEvent
- CrossReferencedEvent
- DemilestonedEvent
- DependencyGraphManifest
- DeployKey
- DeployedEvent
- Deployment
- DeploymentEnvironmentChangedEvent
- DeploymentReview
- DeploymentStatus
- DisconnectedEvent
- Discussion
- DiscussionCategory
- DiscussionComment
- DiscussionPoll
- DiscussionPollOption
- DraftIssue
- Enterprise
- EnterpriseAdministratorInvitation
- EnterpriseIdentityProvider
- EnterpriseRepositoryInfo
- EnterpriseServerInstallation
- EnterpriseServerUserAccount
- EnterpriseServerUserAccountEmail
- EnterpriseServerUserAccountsUpload
- EnterpriseUserAccount
- Environment
- ExternalIdentity
- Gist
- GistComment
- HeadRefDeletedEvent
- HeadRefForcePushedEvent
- HeadRefRestoredEvent
- IpAllowListEntry
- Issue
- IssueComment
- Label
- LabeledEvent
- Language
- License
- LinkedBranch
- LockedEvent
- Mannequin
- MarkedAsDuplicateEvent
- MembersCanDeleteReposClearAuditEntry
- MembersCanDeleteReposDisableAuditEntry
- MembersCanDeleteReposEnableAuditEntry
- MentionedEvent
- MergedEvent
- MigrationSource
- Milestone
- MilestonedEvent
- MovedColumnsInProjectEvent
- OauthApplicationCreateAuditEntry
- OrgAddBillingManagerAuditEntry
- OrgAddMemberAuditEntry
- OrgBlockUserAuditEntry
- OrgConfigDisableCollaboratorsOnlyAuditEntry
- OrgConfigEnableCollaboratorsOnlyAuditEntry
- OrgCreateAuditEntry
- OrgDisableOauthAppRestrictionsAuditEntry
- OrgDisableSamlAuditEntry
- OrgDisableTwoFactorRequirementAuditEntry
- OrgEnableOauthAppRestrictionsAuditEntry
- OrgEnableSamlAuditEntry
- OrgEnableTwoFactorRequirementAuditEntry
- OrgInviteMemberAuditEntry
- OrgInviteToBusinessAuditEntry
- OrgOauthAppAccessApprovedAuditEntry
- OrgOauthAppAccessDeniedAuditEntry
- OrgOauthAppAccessRequestedAuditEntry
- OrgRemoveBillingManagerAuditEntry
- OrgRemoveMemberAuditEntry
- OrgRemoveOutsideCollaboratorAuditEntry
- OrgRestoreMemberAuditEntry
- OrgUnblockUserAuditEntry
- OrgUpdateDefaultRepositoryPermissionAuditEntry
- OrgUpdateMemberAuditEntry
- OrgUpdateMemberRepositoryCreationPermissionAuditEntry
- OrgUpdateMemberRepositoryInvitationPermissionAuditEntry
- Organization
- OrganizationIdentityProvider
- OrganizationInvitation
- Package
- PackageFile
- PackageTag
- PackageVersion
- PinnedDiscussion
- PinnedEvent
- PinnedIssue
- PrivateRepositoryForkingDisableAuditEntry
- PrivateRepositoryForkingEnableAuditEntry
- Project
- ProjectCard
- ProjectColumn
- ProjectV2
- ProjectV2Field
- ProjectV2Item
- ProjectV2ItemFieldDateValue
- ProjectV2ItemFieldIterationValue
- ProjectV2ItemFieldNumberValue
- ProjectV2ItemFieldSingleSelectValue
- ProjectV2ItemFieldTextValue
- ProjectV2IterationField
- ProjectV2SingleSelectField
- ProjectV2View
- PublicKey
- PullRequest
- PullRequestCommit
- PullRequestCommitCommentThread
- PullRequestReview
- PullRequestReviewComment
- PullRequestReviewThread
- PullRequestThread
- Push
- PushAllowance
- Reaction
- ReadyForReviewEvent
- Ref
- ReferencedEvent
- Release
- ReleaseAsset
- RemovedFromProjectEvent
- RenamedTitleEvent
- ReopenedEvent
- RepoAccessAuditEntry
- RepoAddMemberAuditEntry
- RepoAddTopicAuditEntry
- RepoArchivedAuditEntry
- RepoChangeMergeSettingAuditEntry
- RepoConfigDisableAnonymousGitAccessAuditEntry
- RepoConfigDisableCollaboratorsOnlyAuditEntry
- RepoConfigDisableContributorsOnlyAuditEntry
- RepoConfigDisableSockpuppetDisallowedAuditEntry
- RepoConfigEnableAnonymousGitAccessAuditEntry
- RepoConfigEnableCollaboratorsOnlyAuditEntry
- RepoConfigEnableContributorsOnlyAuditEntry
- RepoConfigEnableSockpuppetDisallowedAuditEntry
- RepoConfigLockAnonymousGitAccessAuditEntry
- RepoConfigUnlockAnonymousGitAccessAuditEntry
- RepoCreateAuditEntry
- RepoDestroyAuditEntry
- RepoRemoveMemberAuditEntry
- RepoRemoveTopicAuditEntry
- Repository
- RepositoryInvitation
- RepositoryMigration
- RepositoryTopic
- RepositoryVisibilityChangeDisableAuditEntry
- RepositoryVisibilityChangeEnableAuditEntry
- RepositoryVulnerabilityAlert
- ReviewDismissalAllowance
- ReviewDismissedEvent
- ReviewRequest
- ReviewRequestRemovedEvent
- ReviewRequestedEvent
- SavedReply
- SecurityAdvisory
- Status
- StatusCheckRollup
- StatusContext
- SubscribedEvent
- Tag
- Team
- TeamAddMemberAuditEntry
- TeamAddRepositoryAuditEntry
- TeamChangeParentTeamAuditEntry
- TeamDiscussion
- TeamDiscussionComment
- TeamRemoveMemberAuditEntry
- TeamRemoveRepositoryAuditEntry
- Topic
- TransferredEvent
- Tree
- UnassignedEvent
- UnlabeledEvent
- UnlockedEvent
- UnmarkedAsDuplicateEvent
- UnpinnedEvent
- UnsubscribedEvent
- User
- UserBlockedEvent
- UserContentEdit
- UserStatus
- VerifiableDomain
- Workflow
- WorkflowRun
Campos para Node
| Nome | Descrição | 
|---|---|
| 
 | ID of the object. | 
OauthApplicationAuditEntryData
Metadata for an audit entry with action oauth_application.*.
OauthApplicationAuditEntryData é implementado por
- OauthApplicationCreateAuditEntry
- OrgOauthAppAccessApprovedAuditEntry
- OrgOauthAppAccessDeniedAuditEntry
- OrgOauthAppAccessRequestedAuditEntry
Campos para OauthApplicationAuditEntryData
| Nome | Descrição | 
|---|---|
| 
 | The name of the OAuth Application. | 
| 
 | The HTTP path for the OAuth Application. | 
| 
 | The HTTP URL for the OAuth Application. | 
OrganizationAuditEntryData
Metadata for an audit entry with action org.*.
OrganizationAuditEntryData é implementado por
- MembersCanDeleteReposClearAuditEntry
- MembersCanDeleteReposDisableAuditEntry
- MembersCanDeleteReposEnableAuditEntry
- OauthApplicationCreateAuditEntry
- OrgAddBillingManagerAuditEntry
- OrgAddMemberAuditEntry
- OrgBlockUserAuditEntry
- OrgConfigDisableCollaboratorsOnlyAuditEntry
- OrgConfigEnableCollaboratorsOnlyAuditEntry
- OrgCreateAuditEntry
- OrgDisableOauthAppRestrictionsAuditEntry
- OrgDisableSamlAuditEntry
- OrgDisableTwoFactorRequirementAuditEntry
- OrgEnableOauthAppRestrictionsAuditEntry
- OrgEnableSamlAuditEntry
- OrgEnableTwoFactorRequirementAuditEntry
- OrgInviteMemberAuditEntry
- OrgInviteToBusinessAuditEntry
- OrgOauthAppAccessApprovedAuditEntry
- OrgOauthAppAccessDeniedAuditEntry
- OrgOauthAppAccessRequestedAuditEntry
- OrgRemoveBillingManagerAuditEntry
- OrgRemoveMemberAuditEntry
- OrgRemoveOutsideCollaboratorAuditEntry
- OrgRestoreMemberAuditEntry
- OrgRestoreMemberMembershipOrganizationAuditEntryData
- OrgUnblockUserAuditEntry
- OrgUpdateDefaultRepositoryPermissionAuditEntry
- OrgUpdateMemberAuditEntry
- OrgUpdateMemberRepositoryCreationPermissionAuditEntry
- OrgUpdateMemberRepositoryInvitationPermissionAuditEntry
- PrivateRepositoryForkingDisableAuditEntry
- PrivateRepositoryForkingEnableAuditEntry
- RepoAccessAuditEntry
- RepoAddMemberAuditEntry
- RepoAddTopicAuditEntry
- RepoArchivedAuditEntry
- RepoChangeMergeSettingAuditEntry
- RepoConfigDisableAnonymousGitAccessAuditEntry
- RepoConfigDisableCollaboratorsOnlyAuditEntry
- RepoConfigDisableContributorsOnlyAuditEntry
- RepoConfigDisableSockpuppetDisallowedAuditEntry
- RepoConfigEnableAnonymousGitAccessAuditEntry
- RepoConfigEnableCollaboratorsOnlyAuditEntry
- RepoConfigEnableContributorsOnlyAuditEntry
- RepoConfigEnableSockpuppetDisallowedAuditEntry
- RepoConfigLockAnonymousGitAccessAuditEntry
- RepoConfigUnlockAnonymousGitAccessAuditEntry
- RepoCreateAuditEntry
- RepoDestroyAuditEntry
- RepoRemoveMemberAuditEntry
- RepoRemoveTopicAuditEntry
- RepositoryVisibilityChangeDisableAuditEntry
- RepositoryVisibilityChangeEnableAuditEntry
- TeamAddMemberAuditEntry
- TeamAddRepositoryAuditEntry
- TeamChangeParentTeamAuditEntry
- TeamRemoveMemberAuditEntry
- TeamRemoveRepositoryAuditEntry
Campos para OrganizationAuditEntryData
| Nome | Descrição | 
|---|---|
| 
 | The Organization associated with the Audit Entry. | 
| 
 | The name of the Organization. | 
| 
 | The HTTP path for the organization. | 
| 
 | The HTTP URL for the organization. | 
PackageOwner
Represents an owner of a package.
PackageOwner é implementado por
Campos para PackageOwner
| Nome | Descrição | 
|---|---|
| 
 | N/A | 
| 
 | A list of packages under the owner. Argumentos para  
 
 
 
 
 
 
 
 | 
ProfileOwner
Represents any entity on GitHub that has a profile page.
ProfileOwner é implementado por
Campos para ProfileOwner
| Nome | Descrição | 
|---|---|
| 
 | Determine if this repository owner has any items that can be pinned to their profile. Argumentos para  
 | 
| 
 | The public profile email. | 
| 
 | N/A | 
| 
 | Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity. | 
| 
 | The public profile location. | 
| 
 | The username used to login. | 
| 
 | The public profile name. | 
| 
 | A list of repositories and gists this profile owner can pin to their profile. Argumentos para  
 
 
 
 
 | 
| 
 | A list of repositories and gists this profile owner has pinned to their profile. Argumentos para  
 
 
 
 
 | 
| 
 | Returns how many more items this profile owner can pin to their profile. | 
| 
 | Can the viewer pin repositories and gists to the profile?. | 
| 
 | The public profile website URL. | 
ProjectOwner
Represents an owner of a Project.
ProjectOwner é implementado por
Campos para ProjectOwner
| Nome | Descrição | 
|---|---|
| 
 | N/A | 
| 
 | Find project by number. Argumentos para  
 | 
| 
 | A list of projects under the owner. Argumentos para  
 
 
 
 
 
 
 | 
| 
 | The HTTP path listing owners projects. | 
| 
 | The HTTP URL listing owners projects. | 
| 
 | Can the current viewer create new projects on this owner. | 
ProjectV2FieldCommon
Common fields across different project field types.
ProjectV2FieldCommon é implementado por
Campos para ProjectV2FieldCommon
| Nome | Descrição | 
|---|---|
| 
 | Identifies the date and time when the object was created. | 
| 
 | The field's type. | 
| 
 | Identifies the primary key from the database. | 
| 
 | N/A | 
| 
 | The project field's name. | 
| 
 | The project that contains this field. | 
| 
 | Identifies the date and time when the object was last updated. | 
ProjectV2ItemFieldValueCommon
Common fields across different project field value types.
ProjectV2ItemFieldValueCommon é implementado por
- ProjectV2ItemFieldDateValue
- ProjectV2ItemFieldIterationValue
- ProjectV2ItemFieldNumberValue
- ProjectV2ItemFieldSingleSelectValue
- ProjectV2ItemFieldTextValue
Campos para ProjectV2ItemFieldValueCommon
| Nome | Descrição | 
|---|---|
| 
 | Identifies the date and time when the object was created. | 
| 
 | The actor who created the item. | 
| 
 | Identifies the primary key from the database. | 
| 
 | The project field that contains this value. | 
| 
 | N/A | 
| 
 | The project item that contains this value. | 
| 
 | Identifies the date and time when the object was last updated. | 
ProjectV2Owner
Represents an owner of a project (beta).
ProjectV2Owner é implementado por
Campos para ProjectV2Owner
| Nome | Descrição | 
|---|---|
| 
 | N/A | 
| 
 | Find a project by number. Argumentos para  
 | 
| 
 | A list of projects under the owner. Argumentos para  
 
 
 
 
 
 | 
ProjectV2Recent
Recent projects for the owner.
ProjectV2Recent é implementado por
Campos para ProjectV2Recent
| Nome | Descrição | 
|---|---|
| 
 | Recent projects that this user has modified in the context of the owner. Argumentos para  
 
 
 
 | 
Reactable
Represents a subject that can be reacted on.
Reactable é implementado por
- CommitComment
- Discussion
- DiscussionComment
- Issue
- IssueComment
- PullRequest
- PullRequestReview
- PullRequestReviewComment
- Release
- TeamDiscussion
- TeamDiscussionComment
Campos para Reactable
| Nome | Descrição | 
|---|---|
| 
 | Identifies the primary key from the database. | 
| 
 | N/A | 
| 
 | A list of reactions grouped by content left on the subject. | 
| 
 | A list of Reactions left on the Issue. Argumentos para  
 
 
 
 
 
 | 
| 
 | Can user react to this subject. | 
RepositoryAuditEntryData
Metadata for an audit entry with action repo.*.
RepositoryAuditEntryData é implementado por
- OrgRestoreMemberMembershipRepositoryAuditEntryData
- PrivateRepositoryForkingDisableAuditEntry
- PrivateRepositoryForkingEnableAuditEntry
- RepoAccessAuditEntry
- RepoAddMemberAuditEntry
- RepoAddTopicAuditEntry
- RepoArchivedAuditEntry
- RepoChangeMergeSettingAuditEntry
- RepoConfigDisableAnonymousGitAccessAuditEntry
- RepoConfigDisableCollaboratorsOnlyAuditEntry
- RepoConfigDisableContributorsOnlyAuditEntry
- RepoConfigDisableSockpuppetDisallowedAuditEntry
- RepoConfigEnableAnonymousGitAccessAuditEntry
- RepoConfigEnableCollaboratorsOnlyAuditEntry
- RepoConfigEnableContributorsOnlyAuditEntry
- RepoConfigEnableSockpuppetDisallowedAuditEntry
- RepoConfigLockAnonymousGitAccessAuditEntry
- RepoConfigUnlockAnonymousGitAccessAuditEntry
- RepoCreateAuditEntry
- RepoDestroyAuditEntry
- RepoRemoveMemberAuditEntry
- RepoRemoveTopicAuditEntry
- TeamAddRepositoryAuditEntry
- TeamRemoveRepositoryAuditEntry
Campos para RepositoryAuditEntryData
| Nome | Descrição | 
|---|---|
| 
 | The repository associated with the action. | 
| 
 | The name of the repository. | 
| 
 | The HTTP path for the repository. | 
| 
 | The HTTP URL for the repository. | 
RepositoryDiscussionAuthor
Represents an author of discussions in repositories.
RepositoryDiscussionAuthor é implementado por
Campos para RepositoryDiscussionAuthor
| Nome | Descrição | 
|---|---|
| 
 | Discussions this user has started. Argumentos para  
 
 
 
 
 
 
 | 
RepositoryDiscussionCommentAuthor
Represents an author of discussion comments in repositories.
RepositoryDiscussionCommentAuthor é implementado por
Campos para RepositoryDiscussionCommentAuthor
| Nome | Descrição | 
|---|---|
| 
 | Discussion comments this user has authored. Argumentos para  
 
 
 
 
 
 | 
RepositoryInfo
A subset of repository info.
RepositoryInfo é implementado por
Campos para RepositoryInfo
| Nome | Descrição | 
|---|---|
| 
 | Identifies the date and time when the object was created. | 
| 
 | The description of the repository. | 
| 
 | The description of the repository rendered to HTML. | 
| 
 | Returns how many forks there are of this repository in the whole network. | 
| 
 | Indicates if the repository has anonymous Git read access feature enabled. | 
| 
 | Indicates if the repository has the Discussions feature enabled. | 
| 
 | Indicates if the repository has issues feature enabled. | 
| 
 | Indicates if the repository has the Projects feature enabled. | 
| 
 | Indicates if the repository has wiki feature enabled. | 
| 
 | The repository's URL. | 
| 
 | Indicates if the repository is unmaintained. | 
| 
 | 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. | 
| 
 | Identifies if the repository is a template that can be used to generate new repositories. | 
| 
 | The license associated with the repository. | 
| 
 | The reason the repository has been locked. | 
| 
 | The repository's original mirror URL. | 
| 
 | The name of the repository. | 
| 
 | The repository's name with owner. | 
| 
 | The image used to represent this repository in Open Graph data. | 
| 
 | The User owner of the repository. | 
| 
 | Identifies when the repository was last pushed to. | 
| 
 | The HTTP path for this repository. | 
| 
 | A description of the repository, rendered to HTML without any links in it. Argumentos para  
 | 
| 
 | 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 the repository's visibility level. | 
RepositoryNode
Represents a object that belongs to a repository.
RepositoryNode é implementado por
- CommitComment
- CommitCommentThread
- DependabotUpdate
- Discussion
- DiscussionCategory
- Issue
- IssueComment
- PinnedDiscussion
- PullRequest
- PullRequestCommitCommentThread
- PullRequestReview
- PullRequestReviewComment
- RepositoryVulnerabilityAlert
Campos para RepositoryNode
| Nome | Descrição | 
|---|---|
| 
 | The repository associated with this node. | 
RepositoryOwner
Represents an owner of a Repository.
RepositoryOwner é implementado por
Campos para RepositoryOwner
| Nome | Descrição | 
|---|---|
| 
 | A URL pointing to the owner's public avatar. Argumentos para  
 | 
| 
 | N/A | 
| 
 | The username used to login. | 
| 
 | A list of repositories that the user owns. Argumentos para  
 
 
 
 
 
 
 
 
 
 | 
| 
 | Find Repository. | 
| 
 | The HTTP URL for the owner. | 
| 
 | The HTTP URL for the owner. | 
RequirableByPullRequest
Represents a type that can be required by a pull request for merging.
RequirableByPullRequest é implementado por
Campos para RequirableByPullRequest
| Nome | Descrição | 
|---|---|
| 
 | Whether this is required to pass before merging for a specific pull request. | 
Starrable
Things that can be starred.
Starrable é implementado por
Campos para Starrable
| Nome | Descrição | 
|---|---|
| 
 | N/A | 
| 
 | Returns a count of how many stargazers there are on this object. | 
| 
 | A list of users who have starred this starrable. Argumentos para  
 
 
 
 
 | 
| 
 | Returns a boolean indicating whether the viewing user has starred this starrable. | 
Subscribable
Entities that can be subscribed to for web and email notifications.
Subscribable é implementado por
Campos para Subscribable
| Nome | Descrição | 
|---|---|
| 
 | N/A | 
| 
 | 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. | 
TeamAuditEntryData
Metadata for an audit entry with action team.*.
TeamAuditEntryData é implementado por
- OrgRestoreMemberMembershipTeamAuditEntryData
- TeamAddMemberAuditEntry
- TeamAddRepositoryAuditEntry
- TeamChangeParentTeamAuditEntry
- TeamRemoveMemberAuditEntry
- TeamRemoveRepositoryAuditEntry
Campos para TeamAuditEntryData
| Nome | Descrição | 
|---|---|
| 
 | The team associated with the action. | 
| 
 | The name of the team. | 
| 
 | The HTTP path for this team. | 
| 
 | The HTTP URL for this team. | 
TopicAuditEntryData
Metadata for an audit entry with a topic.
UniformResourceLocatable
Represents a type that can be retrieved by a URL.
UniformResourceLocatable é implementado por
- Bot
- CheckRun
- ClosedEvent
- Commit
- ConvertToDraftEvent
- CrossReferencedEvent
- Gist
- Issue
- Mannequin
- MergedEvent
- Milestone
- Organization
- PullRequest
- PullRequestCommit
- ReadyForReviewEvent
- Release
- Repository
- RepositoryTopic
- ReviewDismissedEvent
- TeamDiscussion
- TeamDiscussionComment
- User
- WorkflowRun
Campos para UniformResourceLocatable
| Nome | Descrição | 
|---|---|
| 
 | The HTML path to this resource. | 
| 
 | The URL to this resource. | 
Updatable
Entities that can be updated.
Updatable é implementado por
- CommitComment
- Discussion
- DiscussionComment
- GistComment
- Issue
- IssueComment
- Project
- ProjectV2
- PullRequest
- PullRequestReview
- PullRequestReviewComment
- TeamDiscussion
- TeamDiscussionComment
Campos para Updatable
| Nome | Descrição | 
|---|---|
| 
 | Check if the current viewer can update this object. | 
UpdatableComment
Comments that can be updated.
UpdatableComment é implementado por
- CommitComment
- DiscussionComment
- GistComment
- Issue
- IssueComment
- PullRequest
- PullRequestReview
- PullRequestReviewComment
- TeamDiscussion
- TeamDiscussionComment
Campos para UpdatableComment
| Nome | Descrição | 
|---|---|
| 
 | Reasons why the current viewer can not update this comment. | 
Votable
A subject that may be upvoted.
Votable é implementado por
Campos para Votable
| Nome | Descrição | 
|---|---|
| 
 | Number of upvotes that this subject has received. | 
| 
 | Whether or not the current user can add or remove an upvote on this subject. | 
| 
 | Whether or not the current user has already upvoted this subject. |