Queries
repository
Lookup a given repository by the owner and repository name.
Type: Repository
Arguments for repository
| Name | Description |
|---|---|
| Follow repository renames. If disabled, a repository referenced by its old name will return an error. The default value is |
| The name of the repository. |
| The login field of a user or organization. |
repositoryOwner
Lookup a repository owner (ie. either a User or an Organization) by login.
Type: RepositoryOwner
Arguments for repositoryOwner
| Name | Description |
|---|---|
| The username to lookup the owner by. |
topic
Look up a topic by name.
Type: Topic
Arguments for topic
| Name | Description |
|---|---|
| The topic's name. |
Mutations
acceptTopicSuggestion
Applies a suggested topic to the repository.
Input fields for acceptTopicSuggestion
input(AcceptTopicSuggestionInput!)
Return fields for acceptTopicSuggestion
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The accepted topic. Warning
Suggested topics are no longer supported Removal on 2024-04-01 UTC. |
archiveRepository
Marks a repository as archived.
Input fields for archiveRepository
input(ArchiveRepositoryInput!)
Return fields for archiveRepository
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository that was marked as archived. |
cloneTemplateRepository
Create a new repository with the same files and directory structure as a template repository.
Input fields for cloneTemplateRepository
input(CloneTemplateRepositoryInput!)
Return fields for cloneTemplateRepository
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new repository. |
createRepository
Create a new repository.
Input fields for createRepository
input(CreateRepositoryInput!)
Return fields for createRepository
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new repository. |
createRepositoryCustomProperty
Create a repository custom property.
Input fields for createRepositoryCustomProperty
Return fields for createRepositoryCustomProperty
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The newly created repository custom property. |
createRepositoryRuleset
Create a repository ruleset.
Input fields for createRepositoryRuleset
input(CreateRepositoryRulesetInput!)
Return fields for createRepositoryRuleset
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The newly created Ruleset. |
declineTopicSuggestion
Rejects a suggested topic for the repository.
Input fields for declineTopicSuggestion
input(DeclineTopicSuggestionInput!)
Return fields for declineTopicSuggestion
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The declined topic. Warning
Suggested topics are no longer supported Removal on 2024-04-01 UTC. |
deleteRepositoryCustomProperty
Delete a repository custom property.
Input fields for deleteRepositoryCustomProperty
Return fields for deleteRepositoryCustomProperty
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The deleted custom property. |
deleteRepositoryRuleset
Delete a repository ruleset.
Input fields for deleteRepositoryRuleset
input(DeleteRepositoryRulesetInput!)
Return fields for deleteRepositoryRuleset
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
promoteRepositoryCustomProperty
Promote a repository custom property to the enterprise level.
Input fields for promoteRepositoryCustomProperty
Return fields for promoteRepositoryCustomProperty
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository custom property that has been promoted. |
setRepositoryCustomPropertyValues
Set repository custom property values for a repository.
Input fields for setRepositoryCustomPropertyValues
Return fields for setRepositoryCustomPropertyValues
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository that the custom properties were set for. |
setRepositoryInteractionLimit
Sets an interaction limit setting for a repository.
Input fields for setRepositoryInteractionLimit
Return fields for setRepositoryInteractionLimit
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository that the interaction limit was set for. |
unarchiveRepository
Unarchives a repository.
Input fields for unarchiveRepository
input(UnarchiveRepositoryInput!)
Return fields for unarchiveRepository
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository that was unarchived. |
updateRepository
Update information about a repository.
Input fields for updateRepository
input(UpdateRepositoryInput!)
Return fields for updateRepository
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated repository. |
updateRepositoryCustomProperty
Update a repository custom property.
Input fields for updateRepositoryCustomProperty
Return fields for updateRepositoryCustomProperty
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated repository custom property. |
updateRepositoryRuleset
Update a repository ruleset.
Input fields for updateRepositoryRuleset
input(UpdateRepositoryRulesetInput!)
Return fields for updateRepositoryRuleset
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The newly created Ruleset. |
updateRepositoryWebCommitSignoffSetting
Sets whether contributors are required to sign off on web-based commits for a repository.
Input fields for updateRepositoryWebCommitSignoffSetting
Return fields for updateRepositoryWebCommitSignoffSetting
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| A message confirming the result of updating the web commit signoff setting. |
| The updated repository. |
updateTopics
Replaces the repository's topics with the given topics.
Input fields for updateTopics
input(UpdateTopicsInput!)
Return fields for updateTopics
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| Names of the provided topics that are not valid. |
| The updated repository. |
Objects
CodeScanningParameters
Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning must be enabled and have results for both the commit and the reference being updated.
Fields for CodeScanningParameters
| Name | Description |
|---|---|
| Tools that must provide code scanning results for this rule to pass. |
CodeScanningTool
A tool that must provide code scanning results for this rule to pass.
Fields for CodeScanningTool
| Name | Description |
|---|---|
| The severity level at which code scanning results that raise alerts block a reference update. For more information on alert severity levels, see "About code scanning alerts.". |
| The severity level at which code scanning results that raise security alerts block a reference update. For more information on security severity levels, see "About code scanning alerts.". |
| The name of a code scanning tool. |
ContributingGuidelines
The Contributing Guidelines for a repository.
Fields for ContributingGuidelines
| Name | Description |
|---|---|
| The body of the Contributing Guidelines. |
| The HTTP path for the Contributing Guidelines. |
| The HTTP URL for the Contributing Guidelines. |
FileExtensionRestrictionParameters
Prevent commits that include files with specified file extensions from being pushed to the commit graph.
Fields for FileExtensionRestrictionParameters
| Name | Description |
|---|---|
| The file extensions that are restricted from being pushed to the commit graph. |
FilePathRestrictionParameters
Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.
Fields for FilePathRestrictionParameters
| Name | Description |
|---|---|
| The file paths that are restricted from being pushed to the commit graph. |
FundingLink
A funding platform link for a repository.
Fields for FundingLink
| Name | Description |
|---|---|
| The funding platform this link is for. |
| The configured URL for this funding link. |
Language
Represents a given language found in repositories.
Language Implements
Fields for Language
| Name | Description |
|---|---|
| The color defined for the current language. |
| The Node ID of the Language object. |
| The name of the current language. |
LanguageConnection
A list of languages associated with the parent.
Fields for LanguageConnection
| Name | Description |
|---|---|
| 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 for LanguageEdge
| Name | Description |
|---|---|
| N/A |
| N/A |
| The number of bytes of code written in the language. |
MaxFilePathLengthParameters
Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit graph.
Fields for MaxFilePathLengthParameters
| Name | Description |
|---|---|
| The maximum amount of characters allowed in file paths. |
MaxFileSizeParameters
Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph.
Fields for MaxFileSizeParameters
| Name | Description |
|---|---|
| The maximum file size allowed in megabytes. This limit does not apply to Git Large File Storage (Git LFS). |
PermissionSource
A level of permission and source for a user's access to a repository.
Fields for PermissionSource
| Name | Description |
|---|---|
| The organization the repository belongs to. |
| The level of access this source has granted to the user. |
| The name of the role this source has granted to the user. |
| The source of this permission. |
PropertyTargetDefinition
A property that must match.
Fields for PropertyTargetDefinition
| Name | Description |
|---|---|
| The name of the property. |
| The values to match for. |
| The source of the property. Choose |
RepoAccessAuditEntry
Audit log entry for a repo.access event.
RepoAccessAuditEntry Implements
Fields for RepoAccessAuditEntry
| Name | Description |
|---|---|
| The action name. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoAccessAuditEntry object. |
| The corresponding operation type for the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| 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. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The visibility of the repository. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoAddMemberAuditEntry
Audit log entry for a repo.add_member event.
RepoAddMemberAuditEntry Implements
Fields for RepoAddMemberAuditEntry
| Name | Description |
|---|---|
| The action name. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoAddMemberAuditEntry object. |
| The corresponding operation type for the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| 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. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The visibility of the repository. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoAddTopicAuditEntry
Audit log entry for a repo.add_topic event.
RepoAddTopicAuditEntry Implements
Fields for RepoAddTopicAuditEntry
| Name | Description |
|---|---|
| The action name. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoAddTopicAuditEntry object. |
| The corresponding operation type for the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| 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. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoArchivedAuditEntry
Audit log entry for a repo.archived event.
RepoArchivedAuditEntry Implements
Fields for RepoArchivedAuditEntry
| Name | Description |
|---|---|
| The action name. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoArchivedAuditEntry object. |
| The corresponding operation type for the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| 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. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The visibility of the repository. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoChangeMergeSettingAuditEntry
Audit log entry for a repo.change_merge_setting event.
RepoChangeMergeSettingAuditEntry Implements
Fields for RepoChangeMergeSettingAuditEntry
| Name | Description |
|---|---|
| The action name. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoChangeMergeSettingAuditEntry object. |
| Whether the change was to enable (true) or disable (false) the merge type. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The merge method affected by the change. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The corresponding operation type for the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| 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. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoCreateAuditEntry
Audit log entry for a repo.create event.
RepoCreateAuditEntry Implements
Fields for RepoCreateAuditEntry
| Name | Description |
|---|---|
| The action name. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the parent repository for this forked repository. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the root repository for this network. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoCreateAuditEntry object. |
| The corresponding operation type for the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| 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. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The visibility of the repository. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoDestroyAuditEntry
Audit log entry for a repo.destroy event.
RepoDestroyAuditEntry Implements
Fields for RepoDestroyAuditEntry
| Name | Description |
|---|---|
| The action name. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoDestroyAuditEntry object. |
| The corresponding operation type for the action. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Warning
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |