Objects
#
AcceptEnterpriseAdministratorInvitationPayloadAutogenerated return type of AcceptEnterpriseAdministratorInvitation
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
invitationEnterpriseAdministratorInvitation | The invitation that was accepted. |
messageString | A message confirming the result of accepting an administrator invitation. |
#
AcceptTopicSuggestionPayloadAutogenerated return type of AcceptTopicSuggestion
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
topicTopic | The accepted topic. |
#
ActorLocationLocation information for an actor
Fields
Name | Description |
---|---|
cityString | City |
countryString | Country name |
countryCodeString | Country code |
regionString | Region name |
regionCodeString | Region or state code |
#
AddAssigneesToAssignablePayloadAutogenerated return type of AddAssigneesToAssignable
Fields
Name | Description |
---|---|
assignableAssignable | The item that was assigned. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
AddCommentPayloadAutogenerated return type of AddComment
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
commentEdgeIssueCommentEdge | The edge from the subject's comment connection. |
subjectNode | The subject |
timelineEdgeIssueTimelineItemEdge | The edge from the subject's timeline connection. |
#
AddedToProjectEventRepresents a 'added_to_project' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
databaseIdInt | Identifies the primary key from the database. |
idID! | |
projectProject | Project referenced by event. |
projectCardProjectCard | Project card referenced by this project event. |
projectColumnNameString! | Column name referenced by this project event. |
#
AddEnterpriseSupportEntitlementPayloadAutogenerated return type of AddEnterpriseSupportEntitlement
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
messageString | A message confirming the result of adding the support entitlement. |
#
AddLabelsToLabelablePayloadAutogenerated return type of AddLabelsToLabelable
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
labelableLabelable | The item that was labeled. |
#
AddProjectCardPayloadAutogenerated return type of AddProjectCard
Fields
Name | Description |
---|---|
cardEdgeProjectCardEdge | The edge from the ProjectColumn's card connection. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
projectColumnProjectColumn | The ProjectColumn |
#
AddProjectColumnPayloadAutogenerated return type of AddProjectColumn
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
columnEdgeProjectColumnEdge | The edge from the project's column connection. |
projectProject | The project |
#
AddPullRequestReviewCommentPayloadAutogenerated return type of AddPullRequestReviewComment
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
commentPullRequestReviewComment | The newly created comment. |
commentEdgePullRequestReviewCommentEdge | The edge from the review's comment connection. |
#
AddPullRequestReviewPayloadAutogenerated return type of AddPullRequestReview
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestReviewPullRequestReview | The newly created pull request review. |
reviewEdgePullRequestReviewEdge | The edge from the pull request's review connection. |
#
AddPullRequestReviewThreadPayloadAutogenerated return type of AddPullRequestReviewThread
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
threadPullRequestReviewThread | The newly created thread. |
#
AddReactionPayloadAutogenerated return type of AddReaction
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
reactionReaction | The reaction object. |
subjectReactable | The reactable subject. |
#
AddStarPayloadAutogenerated return type of AddStar
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
starrableStarrable | The starrable. |
#
AddVerifiableDomainPayloadAutogenerated return type of AddVerifiableDomain
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
domainVerifiableDomain | The verifiable domain that was added. |
#
AppA GitHub App.
Implements
Fields
Name | Description | ||||
---|---|---|---|---|---|
createdAtDateTime! | Identifies the date and time when the object was created. | ||||
databaseIdInt | Identifies the primary key from the database. | ||||
descriptionString | The description of the app. | ||||
idID! | |||||
logoBackgroundColorString! | The hex color code, without the leading '#', for the logo background. | ||||
logoUrlURI! | A URL pointing to the app's logo. Arguments
| ||||
nameString! | The name of the app. | ||||
slugString! | A slug based on the name of the app for use in URLs. | ||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||
urlURI! | The URL to the app's homepage. |
#
ApproveVerifiableDomainPayloadAutogenerated return type of ApproveVerifiableDomain
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
domainVerifiableDomain | The verifiable domain that was approved. |
#
ArchiveRepositoryPayloadAutogenerated return type of ArchiveRepository
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
repositoryRepository | The repository that was marked as archived. |
#
AssignedEventRepresents an 'assigned' event on any assignable object.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
assignableAssignable! | Identifies the assignable associated with the event. |
assigneeAssignee | Identifies the user or mannequin that was assigned. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
userUser | Deprecated: Assignees can now be mannequins. Use the `assignee` field instead. Removal on 2020-01-01 UTC. Identifies the user who was assigned. |
#
AutomaticBaseChangeFailedEventRepresents a 'automatic_base_change_failed' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
newBaseString! | The new base for this PR |
oldBaseString! | The old base for this PR |
pullRequestPullRequest! | PullRequest referenced by event. |
#
AutomaticBaseChangeSucceededEventRepresents a 'automatic_base_change_succeeded' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
newBaseString! | The new base for this PR |
oldBaseString! | The old base for this PR |
pullRequestPullRequest! | PullRequest referenced by event. |
#
AutoMergeDisabledEventRepresents a 'auto_merge_disabled' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
disablerUser | The user who disabled auto-merge for this Pull Request |
idID! | |
pullRequestPullRequest | PullRequest referenced by event |
reasonString | The reason auto-merge was disabled |
reasonCodeString | The reason_code relating to why auto-merge was disabled |
#
AutoMergeEnabledEventRepresents a 'auto_merge_enabled' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
enablerUser | The user who enabled auto-merge for this Pull Request |
idID! | |
pullRequestPullRequest | PullRequest referenced by event. |
#
AutoMergeRequestRepresents an auto-merge request for a pull request
Fields
Name | Description |
---|---|
authorEmailString | The email address of the author of this auto-merge request. |
commitBodyString | The commit message of the auto-merge request. |
commitHeadlineString | The commit title of the auto-merge request. |
enabledAtDateTime | When was this auto-merge request was enabled. |
enabledByActor | The actor who created the auto-merge request. |
mergeMethodPullRequestMergeMethod! | The merge method of the auto-merge request. |
pullRequestPullRequest! | The pull request that this auto-merge request is set against. |
#
AutoRebaseEnabledEventRepresents a 'auto_rebase_enabled' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
enablerUser | The user who enabled auto-merge (rebase) for this Pull Request |
idID! | |
pullRequestPullRequest | PullRequest referenced by event. |
#
AutoSquashEnabledEventRepresents a 'auto_squash_enabled' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
enablerUser | The user who enabled auto-merge (squash) for this Pull Request |
idID! | |
pullRequestPullRequest | PullRequest referenced by event. |
#
BaseRefChangedEventRepresents a 'base_ref_changed' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
currentRefNameString! | Identifies the name of the base ref for the pull request after it was changed. |
databaseIdInt | Identifies the primary key from the database. |
idID! | |
previousRefNameString! | Identifies the name of the base ref for the pull request before it was changed. |
pullRequestPullRequest! | PullRequest referenced by event. |
#
BaseRefDeletedEventRepresents a 'base_ref_deleted' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
baseRefNameString | Identifies the name of the Ref associated with the |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
pullRequestPullRequest | PullRequest referenced by event. |
#
BaseRefForcePushedEventRepresents a 'base_ref_force_pushed' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
afterCommitCommit | Identifies the after commit SHA for the 'base_ref_force_pushed' event. |
beforeCommitCommit | Identifies the before commit SHA for the 'base_ref_force_pushed' event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
pullRequestPullRequest! | PullRequest referenced by event. |
refRef | Identifies the fully qualified ref name for the 'base_ref_force_pushed' event. |
#
BlameRepresents a Git blame.
Fields
Name | Description |
---|---|
ranges[BlameRange!]! | The list of ranges from a Git blame. |
#
BlameRangeRepresents a range of information from a Git blame.
Fields
Name | Description |
---|---|
ageInt! | 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. |
commitCommit! | Identifies the line author |
endingLineInt! | The ending line for the range |
startingLineInt! | The starting line for the range |
#
BlobRepresents a Git blob.
Implements
Fields
Name | Description |
---|---|
abbreviatedOidString! | An abbreviated version of the Git object ID |
byteSizeInt! | Byte size of Blob object |
commitResourcePathURI! | The HTTP path for this Git object |
commitUrlURI! | The HTTP URL for this Git object |
idID! | |
isBinaryBoolean | Indicates whether the Blob is binary or text. Returns null if unable to determine the encoding. |
isTruncatedBoolean! | Indicates whether the contents is truncated |
oidGitObjectID! | The Git object ID |
repositoryRepository! | The Repository the Git object belongs to |
textString | UTF8 text data or null if the Blob is binary |
#
BotA special type of user which takes actions on behalf of GitHub Apps.
Implements
Fields
Name | Description | ||||
---|---|---|---|---|---|
avatarUrlURI! | A URL pointing to the GitHub App's public avatar. Arguments
| ||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||
databaseIdInt | Identifies the primary key from the database. | ||||
idID! | |||||
loginString! | The username of the actor. | ||||
resourcePathURI! | The HTTP path for this bot | ||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||
urlURI! | The HTTP URL for this bot |
#
BranchProtectionRuleA branch protection rule.
Implements
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
allowsDeletionsBoolean! | Can this branch be deleted. | ||||||||||||
allowsForcePushesBoolean! | Are force pushes allowed on this branch. | ||||||||||||
branchProtectionRuleConflictsBranchProtectionRuleConflictConnection! | A list of conflicts matching branches protection rule and other branch protection rules Arguments
| ||||||||||||
creatorActor | The actor who created this branch protection rule. | ||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||
dismissesStaleReviewsBoolean! | Will new commits pushed to matching branches dismiss pull request review approvals. | ||||||||||||
idID! | |||||||||||||
isAdminEnforcedBoolean! | Can admins overwrite branch protection. | ||||||||||||
matchingRefsRefConnection! | Repository refs that are protected by this rule Arguments
| ||||||||||||
patternString! | Identifies the protection rule pattern. | ||||||||||||
pushAllowancesPushAllowanceConnection! | A list push allowances for this branch protection rule. Arguments
| ||||||||||||
repositoryRepository | The repository associated with this branch protection rule. | ||||||||||||
requiredApprovingReviewCountInt | Number of approving reviews required to update matching branches. | ||||||||||||
requiredStatusCheckContexts[String] | List of required status check contexts that must pass for commits to be accepted to matching branches. | ||||||||||||
requiresApprovingReviewsBoolean! | Are approving reviews required to update matching branches. | ||||||||||||
requiresCodeOwnerReviewsBoolean! | Are reviews from code owners required to update matching branches. | ||||||||||||
requiresCommitSignaturesBoolean! | Are commits required to be signed. | ||||||||||||
requiresLinearHistoryBoolean! | Are merge commits prohibited from being pushed to this branch. | ||||||||||||
requiresStatusChecksBoolean! | Are status checks required to update matching branches. | ||||||||||||
requiresStrictStatusChecksBoolean! | Are branches required to be up to date before merging. | ||||||||||||
restrictsPushesBoolean! | Is pushing to matching branches restricted. | ||||||||||||
restrictsReviewDismissalsBoolean! | Is dismissal of pull request reviews restricted. | ||||||||||||
reviewDismissalAllowancesReviewDismissalAllowanceConnection! | A list review dismissal allowances for this branch protection rule. Arguments
|
#
BranchProtectionRuleConflictA conflict between two branch protection rules.
Fields
Name | Description |
---|---|
branchProtectionRuleBranchProtectionRule | Identifies the branch protection rule. |
conflictingBranchProtectionRuleBranchProtectionRule | Identifies the conflicting branch protection rule. |
refRef | Identifies the branch ref that has conflicting rules |
#
BranchProtectionRuleConflictConnectionThe connection type for BranchProtectionRuleConflict.
Fields
Name | Description |
---|---|
edges[BranchProtectionRuleConflictEdge] | A list of edges. |
nodes[BranchProtectionRuleConflict] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
BranchProtectionRuleConflictEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeBranchProtectionRuleConflict | The item at the end of the edge. |
#
BranchProtectionRuleConnectionThe connection type for BranchProtectionRule.
Fields
Name | Description |
---|---|
edges[BranchProtectionRuleEdge] | A list of edges. |
nodes[BranchProtectionRule] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
BranchProtectionRuleEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeBranchProtectionRule | The item at the end of the edge. |
#
CancelEnterpriseAdminInvitationPayloadAutogenerated return type of CancelEnterpriseAdminInvitation
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
invitationEnterpriseAdministratorInvitation | The invitation that was canceled. |
messageString | A message confirming the result of canceling an administrator invitation. |
#
ChangeUserStatusPayloadAutogenerated return type of ChangeUserStatus
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
statusUserStatus | Your updated status. |
#
CheckAnnotationA single check annotation.
Fields
Name | Description |
---|---|
annotationLevelCheckAnnotationLevel | The annotation's severity level. |
blobUrlURI! | The path to the file that this annotation was made on. |
databaseIdInt | Identifies the primary key from the database. |
locationCheckAnnotationSpan! | The position of this annotation. |
messageString! | The annotation's message. |
pathString! | The path that this annotation was made on. |
rawDetailsString | Additional information about the annotation. |
titleString | The annotation's title |
#
CheckAnnotationConnectionThe connection type for CheckAnnotation.
Fields
Name | Description |
---|---|
edges[CheckAnnotationEdge] | A list of edges. |
nodes[CheckAnnotation] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
CheckAnnotationEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeCheckAnnotation | The item at the end of the edge. |
#
CheckAnnotationPositionA character position in a check annotation.
Fields
Name | Description |
---|---|
columnInt | Column number (1 indexed). |
lineInt! | Line number (1 indexed). |
#
CheckAnnotationSpanAn inclusive pair of positions for a check annotation.
Fields
Name | Description |
---|---|
endCheckAnnotationPosition! | End position (inclusive). |
startCheckAnnotationPosition! | Start position (inclusive). |
#
CheckRunA check run.
Implements
Fields
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
annotationsCheckAnnotationConnection | The check run's annotations Arguments
| ||||||||||
checkSuiteCheckSuite! | The check suite that this run is a part of. | ||||||||||
completedAtDateTime | Identifies the date and time when the check run was completed. | ||||||||||
conclusionCheckConclusionState | The conclusion of the check run. | ||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||
detailsUrlURI | The URL from which to find full details of the check run on the integrator's site. | ||||||||||
externalIdString | A reference for the check run on the integrator's system. | ||||||||||
idID! | |||||||||||
isRequiredBoolean! | Whether this is required to pass before merging for a specific pull request. Arguments
| ||||||||||
nameString! | The name of the check for this check run. | ||||||||||
permalinkURI! | The permalink to the check run summary. | ||||||||||
repositoryRepository! | The repository associated with this check run. | ||||||||||
resourcePathURI! | The HTTP path for this check run. | ||||||||||
startedAtDateTime | Identifies the date and time when the check run was started. | ||||||||||
statusCheckStatusState! | The current status of the check run. | ||||||||||
summaryString | A string representing the check run's summary | ||||||||||
textString | A string representing the check run's text | ||||||||||
titleString | A string representing the check run | ||||||||||
urlURI! | The HTTP URL for this check run. |
#
CheckRunConnectionThe connection type for CheckRun.
Fields
Name | Description |
---|---|
edges[CheckRunEdge] | A list of edges. |
nodes[CheckRun] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
CheckRunEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeCheckRun | The item at the end of the edge. |
#
CheckSuiteA check suite.
Implements
Fields
Name | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
appApp | The GitHub App which created this check suite. | ||||||||||||||||||||
branchRef | The name of the branch for this check suite. | ||||||||||||||||||||
checkRunsCheckRunConnection | The check runs associated with a check suite. Arguments
| ||||||||||||||||||||
commitCommit! | The commit for this check suite | ||||||||||||||||||||
conclusionCheckConclusionState | The conclusion of this check suite. | ||||||||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||||||||
idID! | |||||||||||||||||||||
matchingPullRequestsPullRequestConnection | A list of open pull requests matching the check suite. Arguments
| ||||||||||||||||||||
pushPush | The push that triggered this check suite. | ||||||||||||||||||||
repositoryRepository! | The repository associated with this check suite. | ||||||||||||||||||||
resourcePathURI! | The HTTP path for this check suite | ||||||||||||||||||||
statusCheckStatusState! | The status of this check suite. | ||||||||||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||||||||||
urlURI! | The HTTP URL for this check suite |
#
CheckSuiteConnectionThe connection type for CheckSuite.
Fields
Name | Description |
---|---|
edges[CheckSuiteEdge] | A list of edges. |
nodes[CheckSuite] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
CheckSuiteEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeCheckSuite | The item at the end of the edge. |
#
ClearLabelsFromLabelablePayloadAutogenerated return type of ClearLabelsFromLabelable
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
labelableLabelable | The item that was unlabeled. |
#
CloneProjectPayloadAutogenerated return type of CloneProject
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
jobStatusIdString | The id of the JobStatus for populating cloned fields. |
projectProject | The new cloned project. |
#
CloneTemplateRepositoryPayloadAutogenerated return type of CloneTemplateRepository
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
repositoryRepository | The new repository. |
#
ClosedEventRepresents a 'closed' event on any Closable
.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
closableClosable! | Object that was closed. |
closerCloser | Object which triggered the creation of this event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
resourcePathURI! | The HTTP path for this closed event. |
urlURI! | The HTTP URL for this closed event. |
#
CloseIssuePayloadAutogenerated return type of CloseIssue
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
issueIssue | The issue that was closed. |
#
ClosePullRequestPayloadAutogenerated return type of ClosePullRequest
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestPullRequest | The pull request that was closed. |
#
CodeOfConductThe Code of Conduct for a repository
Implements
Fields
Name | Description |
---|---|
bodyString | The body of the Code of Conduct |
idID! | |
keyString! | The key for the Code of Conduct |
nameString! | The formal name of the Code of Conduct |
resourcePathURI | The HTTP path for this Code of Conduct |
urlURI | The HTTP URL for this Code of Conduct |
#
CommentDeletedEventRepresents a 'comment_deleted' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
databaseIdInt | Identifies the primary key from the database. |
deletedCommentAuthorActor | The user who authored the deleted comment. |
idID! |
#
CommitRepresents a Git commit.
Implements
Fields
Name | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
abbreviatedOidString! | An abbreviated version of the Git object ID | ||||||||||||||||||
additionsInt! | The number of additions in this commit. | ||||||||||||||||||
associatedPullRequestsPullRequestConnection | 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 Arguments
| ||||||||||||||||||
authorGitActor | Authorship details of the commit. | ||||||||||||||||||
authoredByCommitterBoolean! | Check if the committer and the author match. | ||||||||||||||||||
authoredDateDateTime! | The datetime when this commit was authored. | ||||||||||||||||||
authorsGitActorConnection! | 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. Arguments
| ||||||||||||||||||
blameBlame! | Fetches Arguments
| ||||||||||||||||||
changedFilesInt! | The number of changed files in this commit. | ||||||||||||||||||
checkSuitesCheckSuiteConnection | The check suites associated with a commit. Arguments
| ||||||||||||||||||
commentsCommitCommentConnection! | Comments made on the commit. Arguments
| ||||||||||||||||||
commitResourcePathURI! | The HTTP path for this Git object | ||||||||||||||||||
commitUrlURI! | The HTTP URL for this Git object | ||||||||||||||||||
committedDateDateTime! | The datetime when this commit was committed. | ||||||||||||||||||
committedViaWebBoolean! | Check if committed via GitHub web UI. | ||||||||||||||||||
committerGitActor | Committer details of the commit. | ||||||||||||||||||
deletionsInt! | The number of deletions in this commit. | ||||||||||||||||||
deploymentsDeploymentConnection | The deployments associated with a commit. Arguments
| ||||||||||||||||||
fileTreeEntry | The tree entry representing the file located at the given path. Arguments
| ||||||||||||||||||
historyCommitHistoryConnection! | The linear commit history starting from (and including) this commit, in the same order as Arguments
| ||||||||||||||||||
idID! | |||||||||||||||||||
messageString! | The Git commit message | ||||||||||||||||||
messageBodyString! | The Git commit message body | ||||||||||||||||||
messageBodyHTMLHTML! | The commit message body rendered to HTML. | ||||||||||||||||||
messageHeadlineString! | The Git commit message headline | ||||||||||||||||||
messageHeadlineHTMLHTML! | The commit message headline rendered to HTML. | ||||||||||||||||||
oidGitObjectID! | The Git object ID | ||||||||||||||||||
onBehalfOfOrganization | The organization this commit was made on behalf of. | ||||||||||||||||||
parentsCommitConnection! | The parents of a commit. Arguments
| ||||||||||||||||||
pushedDateDateTime | The datetime when this commit was pushed. | ||||||||||||||||||
repositoryRepository! | The Repository this commit belongs to | ||||||||||||||||||
resourcePathURI! | The HTTP path for this commit | ||||||||||||||||||
signatureGitSignature | Commit signing information, if present. | ||||||||||||||||||
statusStatus | Status information for this commit | ||||||||||||||||||
statusCheckRollupStatusCheckRollup | Check and Status rollup information for this commit. | ||||||||||||||||||
submodulesSubmoduleConnection! | Returns a list of all submodules in this repository as of this Commit parsed from the .gitmodules file. Arguments
| ||||||||||||||||||
tarballUrlURI! | Returns a URL to download a tarball archive for a repository. Note: For private repositories, these links are temporary and expire after five minutes. | ||||||||||||||||||
treeTree! | Commit's root Tree | ||||||||||||||||||
treeResourcePathURI! | The HTTP path for the tree of this commit | ||||||||||||||||||
treeUrlURI! | The HTTP URL for the tree of this commit | ||||||||||||||||||
urlURI! | The HTTP URL for this commit | ||||||||||||||||||
viewerCanSubscribeBoolean! | Check if the viewer is able to change their subscription status for the repository. | ||||||||||||||||||
viewerSubscriptionSubscriptionState | Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. | ||||||||||||||||||
zipballUrlURI! | Returns a URL to download a zipball archive for a repository. Note: For private repositories, these links are temporary and expire after five minutes. |
#
CommitCommentRepresents a comment on a given Commit.
Implements
Fields
Name | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
authorActor | The actor who authored the comment. | ||||||||||||||
authorAssociationCommentAuthorAssociation! | Author's association with the subject of the comment. | ||||||||||||||
bodyString! | Identifies the comment body. | ||||||||||||||
bodyHTMLHTML! | The body rendered to HTML. | ||||||||||||||
bodyTextString! | The body rendered to text. | ||||||||||||||
commitCommit | Identifies the commit associated with the comment, if the commit exists. | ||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||
createdViaEmailBoolean! | Check if this comment was created via an email reply. | ||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||
editorActor | The actor who edited the comment. | ||||||||||||||
idID! | |||||||||||||||
includesCreatedEditBoolean! | Check if this comment was edited and includes an edit with the creation data | ||||||||||||||
isMinimizedBoolean! | Returns whether or not a comment has been minimized. | ||||||||||||||
lastEditedAtDateTime | The moment the editor made the last edit | ||||||||||||||
minimizedReasonString | Returns why the comment was minimized. | ||||||||||||||
pathString | Identifies the file path associated with the comment. | ||||||||||||||
positionInt | Identifies the line position associated with the comment. | ||||||||||||||
publishedAtDateTime | Identifies when the comment was published at. | ||||||||||||||
reactionGroups[ReactionGroup!] | A list of reactions grouped by content left on the subject. | ||||||||||||||
reactionsReactionConnection! | A list of Reactions left on the Issue. Arguments
| ||||||||||||||
repositoryRepository! | The repository associated with this node. | ||||||||||||||
resourcePathURI! | The HTTP path permalink for this commit comment. | ||||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||||
urlURI! | The HTTP URL permalink for this commit comment. | ||||||||||||||
userContentEditsUserContentEditConnection | A list of edits to this content. Arguments
| ||||||||||||||
viewerCanDeleteBoolean! | Check if the current viewer can delete this object. | ||||||||||||||
viewerCanMinimizeBoolean! | Check if the current viewer can minimize this object. | ||||||||||||||
viewerCanReactBoolean! | Can user react to this subject | ||||||||||||||
viewerCanUpdateBoolean! | Check if the current viewer can update this object. | ||||||||||||||
viewerCannotUpdateReasons[CommentCannotUpdateReason!]! | Reasons why the current viewer can not update this comment. | ||||||||||||||
viewerDidAuthorBoolean! | Did the viewer author this comment. |
#
CommitCommentConnectionThe connection type for CommitComment.
Fields
Name | Description |
---|---|
edges[CommitCommentEdge] | A list of edges. |
nodes[CommitComment] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
CommitCommentEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeCommitComment | The item at the end of the edge. |
#
CommitCommentThreadA thread of comments on a commit.
Implements
Fields
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
commentsCommitCommentConnection! | The comments that exist in this thread. Arguments
| ||||||||||
commitCommit | The commit the comments were made on. | ||||||||||
idID! | |||||||||||
pathString | The file the comments were made on. | ||||||||||
positionInt | The position in the diff for the commit that the comment was made on. | ||||||||||
repositoryRepository! | The repository associated with this node. |
#
CommitConnectionThe connection type for Commit.
Fields
Name | Description |
---|---|
edges[CommitEdge] | A list of edges. |
nodes[Commit] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
CommitContributionsByRepositoryThis aggregates commits made by a user within one repository.
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
contributionsCreatedCommitContributionConnection! | The commit contributions, each representing a day. Arguments
| ||||||||||||
repositoryRepository! | The repository in which the commits were made. | ||||||||||||
resourcePathURI! | The HTTP path for the user's commits to the repository in this time range. | ||||||||||||
urlURI! | The HTTP URL for the user's commits to the repository in this time range. |
#
CommitEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeCommit | The item at the end of the edge. |
#
CommitHistoryConnectionThe connection type for Commit.
Fields
Name | Description |
---|---|
edges[CommitEdge] | A list of edges. |
nodes[Commit] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
ConnectedEventRepresents a 'connected' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
isCrossRepositoryBoolean! | Reference originated in a different repository. |
sourceReferencedSubject! | Issue or pull request that made the reference. |
subjectReferencedSubject! | Issue or pull request which was connected. |
#
ContentAttachmentA content attachment
Fields
Name | Description |
---|---|
bodyString! | The body text of the content attachment. This parameter supports markdown. |
contentReferenceContentReference! | The content reference that the content attachment is attached to. |
databaseIdInt! | Identifies the primary key from the database. |
idID! | |
titleString! | The title of the content attachment. |
#
ContentReferenceA content reference
Fields
Name | Description |
---|---|
databaseIdInt! | Identifies the primary key from the database. |
idID! | |
referenceString! | The reference of the content reference. |
#
ContributionCalendarA calendar of contributions made on GitHub by a user.
Fields
Name | Description |
---|---|
colors[String!]! | A list of hex color codes used in this calendar. The darker the color, the more contributions it represents. |
isHalloweenBoolean! | Determine if the color set was chosen because it's currently Halloween. |
months[ContributionCalendarMonth!]! | A list of the months of contributions in this calendar. |
totalContributionsInt! | The count of total contributions in the calendar. |
weeks[ContributionCalendarWeek!]! | A list of the weeks of contributions in this calendar. |
#
ContributionCalendarDayRepresents a single day of contributions on GitHub by a user.
Fields
Name | Description |
---|---|
colorString! | The hex color code that represents how many contributions were made on this day compared to others in the calendar. |
contributionCountInt! | How many contributions were made by the user on this day. |
contributionLevelContributionLevel! | Indication of contributions, relative to other days. Can be used to indicate which color to represent this day on a calendar. |
dateDate! | The day this square represents. |
weekdayInt! | A number representing which day of the week this square represents, e.g., 1 is Monday. |
#
ContributionCalendarMonthA month of contributions in a user's contribution graph.
Fields
Name | Description |
---|---|
firstDayDate! | The date of the first day of this month. |
nameString! | The name of the month. |
totalWeeksInt! | How many weeks started in this month. |
yearInt! | The year the month occurred in. |
#
ContributionCalendarWeekA week of contributions in a user's contribution graph.
Fields
Name | Description |
---|---|
contributionDays[ContributionCalendarDay!]! | The days of contributions in this week. |
firstDayDate! | The date of the earliest square in this week. |
#
ContributionsCollectionA contributions collection aggregates contributions such as opened issues and commits created by a user.
Fields
Name | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
commitContributionsByRepository[CommitContributionsByRepository!]! | Commit contributions made by the user, grouped by repository. Arguments
| ||||||||||||||||
contributionCalendarContributionCalendar! | A calendar of this user's contributions on GitHub. | ||||||||||||||||
contributionYears[Int!]! | The years the user has been making contributions with the most recent year first. | ||||||||||||||||
doesEndInCurrentMonthBoolean! | Determine if this collection's time span ends in the current month. | ||||||||||||||||
earliestRestrictedContributionDateDate | 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. | ||||||||||||||||
endedAtDateTime! | The ending date and time of this collection. | ||||||||||||||||
firstIssueContributionCreatedIssueOrRestrictedContribution | 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. | ||||||||||||||||
firstPullRequestContributionCreatedPullRequestOrRestrictedContribution | 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. | ||||||||||||||||
firstRepositoryContributionCreatedRepositoryOrRestrictedContribution | 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. | ||||||||||||||||
hasActivityInThePastBoolean! | Does the user have any more activity in the timeline that occurred prior to the collection's time range? | ||||||||||||||||
hasAnyContributionsBoolean! | Determine if there are any contributions in this collection. | ||||||||||||||||
hasAnyRestrictedContributionsBoolean! | 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. | ||||||||||||||||
isSingleDayBoolean! | Whether or not the collector's time span is all within the same day. | ||||||||||||||||
issueContributionsCreatedIssueContributionConnection! | A list of issues the user opened. Arguments
| ||||||||||||||||
issueContributionsByRepository[IssueContributionsByRepository!]! | Issue contributions made by the user, grouped by repository. Arguments
| ||||||||||||||||
joinedGitHubContributionJoinedGitHubContribution | 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. | ||||||||||||||||
latestRestrictedContributionDateDate | 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. | ||||||||||||||||
mostRecentCollectionWithActivityContributionsCollection | 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. | ||||||||||||||||
mostRecentCollectionWithoutActivityContributionsCollection | Returns a different contributions collection from an earlier time range than this one that does not have any contributions. | ||||||||||||||||
popularIssueContributionCreatedIssueContribution | The issue the user opened on GitHub that received the most comments in the specified time frame. | ||||||||||||||||
popularPullRequestContributionCreatedPullRequestContribution | The pull request the user opened on GitHub that received the most comments in the specified time frame. | ||||||||||||||||
pullRequestContributionsCreatedPullRequestContributionConnection! | Pull request contributions made by the user. Arguments
| ||||||||||||||||
pullRequestContributionsByRepository[PullRequestContributionsByRepository!]! | Pull request contributions made by the user, grouped by repository. Arguments
| ||||||||||||||||
pullRequestReviewContributionsCreatedPullRequestReviewContributionConnection! | Pull request review contributions made by the user. Arguments
| ||||||||||||||||
pullRequestReviewContributionsByRepository[PullRequestReviewContributionsByRepository!]! | Pull request review contributions made by the user, grouped by repository. Arguments
| ||||||||||||||||
repositoryContributionsCreatedRepositoryContributionConnection! | A list of repositories owned by the user that the user created in this time range. Arguments
| ||||||||||||||||
restrictedContributionsCountInt! | 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. | ||||||||||||||||
startedAtDateTime! | The beginning date and time of this collection. | ||||||||||||||||
totalCommitContributionsInt! | How many commits were made by the user in this time span. | ||||||||||||||||
totalIssueContributionsInt! | How many issues the user opened. Arguments
| ||||||||||||||||
totalPullRequestContributionsInt! | How many pull requests the user opened. Arguments
| ||||||||||||||||
totalPullRequestReviewContributionsInt! | How many pull request reviews the user left. | ||||||||||||||||
totalRepositoriesWithContributedCommitsInt! | How many different repositories the user committed to. | ||||||||||||||||
totalRepositoriesWithContributedIssuesInt! | How many different repositories the user opened issues in. Arguments
| ||||||||||||||||
totalRepositoriesWithContributedPullRequestReviewsInt! | How many different repositories the user left pull request reviews in. | ||||||||||||||||
totalRepositoriesWithContributedPullRequestsInt! | How many different repositories the user opened pull requests in. Arguments
| ||||||||||||||||
totalRepositoryContributionsInt! | How many repositories the user created. Arguments
| ||||||||||||||||
userUser! | The user who made the contributions in this collection. |
#
ConvertedNoteToIssueEventRepresents a 'converted_note_to_issue' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
databaseIdInt | Identifies the primary key from the database. |
idID! | |
projectProject | Project referenced by event. |
projectCardProjectCard | Project card referenced by this project event. |
projectColumnNameString! | Column name referenced by this project event. |
#
ConvertProjectCardNoteToIssuePayloadAutogenerated return type of ConvertProjectCardNoteToIssue
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
projectCardProjectCard | The updated ProjectCard. |
#
ConvertToDraftEventRepresents a 'convert_to_draft' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
pullRequestPullRequest! | PullRequest referenced by event. |
resourcePathURI! | The HTTP path for this convert to draft event. |
urlURI! | The HTTP URL for this convert to draft event. |
#
CreateBranchProtectionRulePayloadAutogenerated return type of CreateBranchProtectionRule
Fields
Name | Description |
---|---|
branchProtectionRuleBranchProtectionRule | The newly created BranchProtectionRule. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
CreateCheckRunPayloadAutogenerated return type of CreateCheckRun
Fields
Name | Description |
---|---|
checkRunCheckRun | The newly created check run. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
CreateCheckSuitePayloadAutogenerated return type of CreateCheckSuite
Fields
Name | Description |
---|---|
checkSuiteCheckSuite | The newly created check suite. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
CreateContentAttachmentPayloadAutogenerated return type of CreateContentAttachment
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
contentAttachmentContentAttachment | The newly created content attachment. |
#
CreatedCommitContributionRepresents the contribution a user made by committing to a repository.
Implements
Fields
Name | Description |
---|---|
commitCountInt! | How many commits were made on this day to this repository by the user. |
isRestrictedBoolean! | 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. |
occurredAtDateTime! | When this contribution was made. |
repositoryRepository! | The repository the user made a commit in. |
resourcePathURI! | The HTTP path for this contribution. |
urlURI! | The HTTP URL for this contribution. |
userUser! | The user who made this contribution. |
#
CreatedCommitContributionConnectionThe connection type for CreatedCommitContribution.
Fields
Name | Description |
---|---|
edges[CreatedCommitContributionEdge] | A list of edges. |
nodes[CreatedCommitContribution] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of commits across days and repositories in the connection. |
#
CreatedCommitContributionEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeCreatedCommitContribution | The item at the end of the edge. |
#
CreateDeploymentPayloadAutogenerated return type of CreateDeployment
Fields
Name | Description |
---|---|
autoMergedBoolean | True if the default branch has been auto-merged into the deployment ref. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
deploymentDeployment | The new deployment. |
#
CreateDeploymentStatusPayloadAutogenerated return type of CreateDeploymentStatus
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
deploymentStatusDeploymentStatus | The new deployment status. |
#
CreatedIssueContributionRepresents the contribution a user made on GitHub by opening an issue.
Implements
Fields
Name | Description |
---|---|
isRestrictedBoolean! | 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. |
issueIssue! | The issue that was opened. |
occurredAtDateTime! | When this contribution was made. |
resourcePathURI! | The HTTP path for this contribution. |
urlURI! | The HTTP URL for this contribution. |
userUser! | The user who made this contribution. |
#
CreatedIssueContributionConnectionThe connection type for CreatedIssueContribution.
Fields
Name | Description |
---|---|
edges[CreatedIssueContributionEdge] | A list of edges. |
nodes[CreatedIssueContribution] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
CreatedIssueContributionEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeCreatedIssueContribution | The item at the end of the edge. |
#
CreatedPullRequestContributionRepresents the contribution a user made on GitHub by opening a pull request.
Implements
Fields
Name | Description |
---|---|
isRestrictedBoolean! | 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. |
occurredAtDateTime! | When this contribution was made. |
pullRequestPullRequest! | The pull request that was opened. |
resourcePathURI! | The HTTP path for this contribution. |
urlURI! | The HTTP URL for this contribution. |
userUser! | The user who made this contribution. |
#
CreatedPullRequestContributionConnectionThe connection type for CreatedPullRequestContribution.
Fields
Name | Description |
---|---|
edges[CreatedPullRequestContributionEdge] | A list of edges. |
nodes[CreatedPullRequestContribution] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
CreatedPullRequestContributionEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeCreatedPullRequestContribution | The item at the end of the edge. |
#
CreatedPullRequestReviewContributionRepresents the contribution a user made by leaving a review on a pull request.
Implements
Fields
Name | Description |
---|---|
isRestrictedBoolean! | 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. |
occurredAtDateTime! | When this contribution was made. |
pullRequestPullRequest! | The pull request the user reviewed. |
pullRequestReviewPullRequestReview! | The review the user left on the pull request. |
repositoryRepository! | The repository containing the pull request that the user reviewed. |
resourcePathURI! | The HTTP path for this contribution. |
urlURI! | The HTTP URL for this contribution. |
userUser! | The user who made this contribution. |
#
CreatedPullRequestReviewContributionConnectionThe connection type for CreatedPullRequestReviewContribution.
Fields
Name | Description |
---|---|
edges[CreatedPullRequestReviewContributionEdge] | A list of edges. |
nodes[CreatedPullRequestReviewContribution] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
CreatedPullRequestReviewContributionEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeCreatedPullRequestReviewContribution | The item at the end of the edge. |
#
CreatedRepositoryContributionRepresents the contribution a user made on GitHub by creating a repository.
Implements
Fields
Name | Description |
---|---|
isRestrictedBoolean! | 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. |
occurredAtDateTime! | When this contribution was made. |
repositoryRepository! | The repository that was created. |
resourcePathURI! | The HTTP path for this contribution. |
urlURI! | The HTTP URL for this contribution. |
userUser! | The user who made this contribution. |
#
CreatedRepositoryContributionConnectionThe connection type for CreatedRepositoryContribution.
Fields
Name | Description |
---|---|
edges[CreatedRepositoryContributionEdge] | A list of edges. |
nodes[CreatedRepositoryContribution] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
CreatedRepositoryContributionEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeCreatedRepositoryContribution | The item at the end of the edge. |
#
CreateEnterpriseOrganizationPayloadAutogenerated return type of CreateEnterpriseOrganization
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise that owns the created organization. |
organizationOrganization | The organization that was created. |
#
CreateIpAllowListEntryPayloadAutogenerated return type of CreateIpAllowListEntry
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
ipAllowListEntryIpAllowListEntry | The IP allow list entry that was created. |
#
CreateIssuePayloadAutogenerated return type of CreateIssue
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
issueIssue | The new issue. |
#
CreateLabelPayloadAutogenerated return type of CreateLabel
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
labelLabel | The new label. |
#
CreateProjectPayloadAutogenerated return type of CreateProject
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
projectProject | The new project. |
#
CreatePullRequestPayloadAutogenerated return type of CreatePullRequest
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestPullRequest | The new pull request. |
#
CreateRefPayloadAutogenerated return type of CreateRef
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
refRef | The newly created ref. |
#
CreateRepositoryPayloadAutogenerated return type of CreateRepository
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
repositoryRepository | The new repository. |
#
CreateTeamDiscussionCommentPayloadAutogenerated return type of CreateTeamDiscussionComment
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
teamDiscussionCommentTeamDiscussionComment | The new comment. |
#
CreateTeamDiscussionPayloadAutogenerated return type of CreateTeamDiscussion
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
teamDiscussionTeamDiscussion | The new discussion. |
#
CrossReferencedEventRepresents a mention made by one issue or pull request to another.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
isCrossRepositoryBoolean! | Reference originated in a different repository. |
referencedAtDateTime! | Identifies when the reference was made. |
resourcePathURI! | The HTTP path for this pull request. |
sourceReferencedSubject! | Issue or pull request that made the reference. |
targetReferencedSubject! | Issue or pull request to which the reference was made. |
urlURI! | The HTTP URL for this pull request. |
willCloseTargetBoolean! | Checks if the target will be closed when the source is merged. |
#
CVSSThe Common Vulnerability Scoring System
Fields
Name | Description |
---|---|
scoreFloat! | The CVSS score associated with this advisory |
vectorStringString | The CVSS vector string associated with this advisory |
#
CWEA common weakness enumeration
Implements
Fields
Name | Description |
---|---|
cweIdString! | The id of the CWE |
descriptionString! | A detailed description of this CWE |
idID! | ID of the object. |
nameString! | The name of this CWE |
#
CWEConnectionThe connection type for CWE.
Fields
Name | Description |
---|---|
edges[CWEEdge] | A list of edges. |
nodes[CWE] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
CWEEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeCWE | The item at the end of the edge. |
#
DeclineTopicSuggestionPayloadAutogenerated return type of DeclineTopicSuggestion
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
topicTopic | The declined topic. |
#
DeleteBranchProtectionRulePayloadAutogenerated return type of DeleteBranchProtectionRule
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
DeleteDeploymentPayloadAutogenerated return type of DeleteDeployment
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
DeleteIpAllowListEntryPayloadAutogenerated return type of DeleteIpAllowListEntry
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
ipAllowListEntryIpAllowListEntry | The IP allow list entry that was deleted. |
#
DeleteIssueCommentPayloadAutogenerated return type of DeleteIssueComment
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
DeleteIssuePayloadAutogenerated return type of DeleteIssue
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
repositoryRepository | The repository the issue belonged to |
#
DeleteLabelPayloadAutogenerated return type of DeleteLabel
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
DeletePackageVersionPayloadAutogenerated return type of DeletePackageVersion
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
successBoolean | Whether or not the operation succeeded. |
#
DeleteProjectCardPayloadAutogenerated return type of DeleteProjectCard
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
columnProjectColumn | The column the deleted card was in. |
deletedCardIdID | The deleted card ID. |
#
DeleteProjectColumnPayloadAutogenerated return type of DeleteProjectColumn
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
deletedColumnIdID | The deleted column ID. |
projectProject | The project the deleted column was in. |
#
DeleteProjectPayloadAutogenerated return type of DeleteProject
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
ownerProjectOwner | The repository or organization the project was removed from. |
#
DeletePullRequestReviewCommentPayloadAutogenerated return type of DeletePullRequestReviewComment
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestReviewPullRequestReview | The pull request review the deleted comment belonged to. |
#
DeletePullRequestReviewPayloadAutogenerated return type of DeletePullRequestReview
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestReviewPullRequestReview | The deleted pull request review. |
#
DeleteRefPayloadAutogenerated return type of DeleteRef
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
DeleteTeamDiscussionCommentPayloadAutogenerated return type of DeleteTeamDiscussionComment
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
DeleteTeamDiscussionPayloadAutogenerated return type of DeleteTeamDiscussion
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
DeleteVerifiableDomainPayloadAutogenerated return type of DeleteVerifiableDomain
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
ownerVerifiableDomainOwner | The owning account from which the domain was deleted. |
#
DemilestonedEventRepresents a 'demilestoned' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
milestoneTitleString! | Identifies the milestone title associated with the 'demilestoned' event. |
subjectMilestoneItem! | Object referenced by event. |
#
DependencyGraphDependencyA dependency manifest entry
Fields
Name | Description |
---|---|
hasDependenciesBoolean! | Does the dependency itself have dependencies? |
packageManagerString | The dependency package manager |
packageNameString! | The required package name |
repositoryRepository | The repository containing the package |
requirementsString! | The dependency version requirements |
#
DependencyGraphDependencyConnectionThe connection type for DependencyGraphDependency.
Fields
Name | Description |
---|---|
edges[DependencyGraphDependencyEdge] | A list of edges. |
nodes[DependencyGraphDependency] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
DependencyGraphDependencyEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeDependencyGraphDependency | The item at the end of the edge. |
#
DependencyGraphManifestDependency manifest for a repository
Implements
Fields
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
blobPathString! | Path to view the manifest file blob | ||||||||||
dependenciesDependencyGraphDependencyConnection | A list of manifest dependencies Arguments
| ||||||||||
dependenciesCountInt | The number of dependencies listed in the manifest | ||||||||||
exceedsMaxSizeBoolean! | Is the manifest too big to parse? | ||||||||||
filenameString! | Fully qualified manifest filename | ||||||||||
idID! | |||||||||||
parseableBoolean! | Were we able to parse the manifest? | ||||||||||
repositoryRepository! | The repository containing the manifest |
#
DependencyGraphManifestConnectionThe connection type for DependencyGraphManifest.
Fields
Name | Description |
---|---|
edges[DependencyGraphManifestEdge] | A list of edges. |
nodes[DependencyGraphManifest] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
DependencyGraphManifestEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeDependencyGraphManifest | The item at the end of the edge. |
#
DeployedEventRepresents a 'deployed' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
databaseIdInt | Identifies the primary key from the database. |
deploymentDeployment! | The deployment associated with the 'deployed' event. |
idID! | |
pullRequestPullRequest! | PullRequest referenced by event. |
refRef | The ref associated with the 'deployed' event. |
#
DeployKeyA repository deploy key.
Implements
Fields
Name | Description |
---|---|
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
keyString! | The deploy key. |
readOnlyBoolean! | Whether or not the deploy key is read only. |
titleString! | The deploy key title. |
verifiedBoolean! | Whether or not the deploy key has been verified. |
#
DeployKeyConnectionThe connection type for DeployKey.
Fields
Name | Description |
---|---|
edges[DeployKeyEdge] | A list of edges. |
nodes[DeployKey] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
DeployKeyEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeDeployKey | The item at the end of the edge. |
#
DeploymentRepresents triggered deployment instance.
Implements
Fields
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
commitCommit | Identifies the commit sha of the deployment. | ||||||||||
commitOidString! | Identifies the oid of the deployment commit, even if the commit has been deleted. | ||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||
creatorActor! | Identifies the actor who triggered the deployment. | ||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||
descriptionString | The deployment description. | ||||||||||
environmentString | The latest environment to which this deployment was made. | ||||||||||
idID! | |||||||||||
latestEnvironmentString | The latest environment to which this deployment was made. | ||||||||||
latestStatusDeploymentStatus | The latest status of this deployment. | ||||||||||
originalEnvironmentString | The original environment to which this deployment was made. | ||||||||||
payloadString | Extra information that a deployment system might need. | ||||||||||
refRef | Identifies the Ref of the deployment, if the deployment was created by ref. | ||||||||||
repositoryRepository! | Identifies the repository associated with the deployment. | ||||||||||
stateDeploymentState | The current state of the deployment. | ||||||||||
statusesDeploymentStatusConnection | A list of statuses associated with the deployment. Arguments
| ||||||||||
taskString | The deployment task. | ||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. |
#
DeploymentConnectionThe connection type for Deployment.
Fields
Name | Description |
---|---|
edges[DeploymentEdge] | A list of edges. |
nodes[Deployment] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
DeploymentEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeDeployment | The item at the end of the edge. |
#
DeploymentEnvironmentChangedEventRepresents a 'deployment_environment_changed' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
deploymentStatusDeploymentStatus! | The deployment status that updated the deployment environment. |
idID! | |
pullRequestPullRequest! | PullRequest referenced by event. |
#
DeploymentStatusDescribes the status of a given deployment attempt.
Implements
Fields
Name | Description |
---|---|
createdAtDateTime! | Identifies the date and time when the object was created. |
creatorActor! | Identifies the actor who triggered the deployment. |
deploymentDeployment! | Identifies the deployment associated with status. |
descriptionString | Identifies the description of the deployment. |
environmentString | Identifies the environment of the deployment at the time of this deployment status |
environmentUrlURI | Identifies the environment URL of the deployment. |
idID! | |
logUrlURI | Identifies the log URL of the deployment. |
stateDeploymentStatusState! | Identifies the current state of the deployment. |
updatedAtDateTime! | Identifies the date and time when the object was last updated. |
#
DeploymentStatusConnectionThe connection type for DeploymentStatus.
Fields
Name | Description |
---|---|
edges[DeploymentStatusEdge] | A list of edges. |
nodes[DeploymentStatus] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
DeploymentStatusEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeDeploymentStatus | The item at the end of the edge. |
#
DisablePullRequestAutoMergePayloadAutogenerated return type of DisablePullRequestAutoMerge
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestPullRequest | The pull request auto merge was disabled on. |
#
DisconnectedEventRepresents a 'disconnected' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
isCrossRepositoryBoolean! | Reference originated in a different repository. |
sourceReferencedSubject! | Issue or pull request from which the issue was disconnected. |
subjectReferencedSubject! | Issue or pull request which was disconnected. |
#
DismissPullRequestReviewPayloadAutogenerated return type of DismissPullRequestReview
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestReviewPullRequestReview | The dismissed pull request review. |
#
EnablePullRequestAutoMergePayloadAutogenerated return type of EnablePullRequestAutoMerge
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestPullRequest | The pull request auto-merge was enabled on. |
#
EnterpriseAn account to manage multiple organizations with consolidated policy and billing.
Implements
Fields
Name | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
avatarUrlURI! | A URL pointing to the enterprise's public avatar. Arguments
| ||||||||||||||||||||
billingInfoEnterpriseBillingInfo | Enterprise billing informationย visible to enterprise billing managers. | ||||||||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||||||||
descriptionString | The description of the enterprise. | ||||||||||||||||||||
descriptionHTMLHTML! | The description of the enterprise as HTML. | ||||||||||||||||||||
idID! | |||||||||||||||||||||
locationString | The location of the enterprise. | ||||||||||||||||||||
membersEnterpriseMemberConnection! | A list of users who are members of this enterprise. Arguments
| ||||||||||||||||||||
nameString! | The name of the enterprise. | ||||||||||||||||||||
organizationsOrganizationConnection! | A list of organizations that belong to this enterprise. Arguments
| ||||||||||||||||||||
ownerInfoEnterpriseOwnerInfo | Enterprise information only visible to enterprise owners. | ||||||||||||||||||||
resourcePathURI! | The HTTP path for this enterprise. | ||||||||||||||||||||
slugString! | The URL-friendly identifier for the enterprise. | ||||||||||||||||||||
urlURI! | The HTTP URL for this enterprise. | ||||||||||||||||||||
userAccountsEnterpriseUserAccountConnection! | A list of user accounts on this enterprise. Arguments
| ||||||||||||||||||||
viewerIsAdminBoolean! | Is the current viewer an admin of this enterprise? | ||||||||||||||||||||
websiteUrlURI | The URL of the enterprise website. |
#
EnterpriseAdministratorConnectionThe connection type for User.
Fields
Name | Description |
---|---|
edges[EnterpriseAdministratorEdge] | A list of edges. |
nodes[User] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
EnterpriseAdministratorEdgeA User who is an administrator of an enterprise.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeUser | The item at the end of the edge. |
roleEnterpriseAdministratorRole! | The role of the administrator. |
#
EnterpriseAdministratorInvitationAn invitation for a user to become an owner or billing manager of an enterprise.
Implements
Fields
Name | Description |
---|---|
createdAtDateTime! | Identifies the date and time when the object was created. |
emailString | The email of the person who was invited to the enterprise. |
enterpriseEnterprise! | The enterprise the invitation is for. |
idID! | |
inviteeUser | The user who was invited to the enterprise. |
inviterUser | The user who created the invitation. |
roleEnterpriseAdministratorRole! | The invitee's pending role in the enterprise (owner or billing_manager). |
#
EnterpriseAdministratorInvitationConnectionThe connection type for EnterpriseAdministratorInvitation.
Fields
Name | Description |
---|---|
edges[EnterpriseAdministratorInvitationEdge] | A list of edges. |
nodes[EnterpriseAdministratorInvitation] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
EnterpriseAdministratorInvitationEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeEnterpriseAdministratorInvitation | The item at the end of the edge. |
#
EnterpriseBillingInfoEnterprise billing information visible to enterprise billing managers and owners.
Fields
Name | Description |
---|---|
allLicensableUsersCountInt! | The number of licenseable users/emails across the enterprise. |
assetPacksInt! | The number of data packs used by all organizations owned by the enterprise. |
availableSeatsInt! | Deprecated: `availableSeats` will be replaced with `totalAvailableLicenses` to provide more clarity on the value being returned Use EnterpriseBillingInfo.totalAvailableLicenses instead. Removal on 2020-01-01 UTC. The number of available seats across all owned organizations based on the unique number of billable users. |
bandwidthQuotaFloat! | The bandwidth quota in GB for all organizations owned by the enterprise. |
bandwidthUsageFloat! | The bandwidth usage in GB for all organizations owned by the enterprise. |
bandwidthUsagePercentageInt! | The bandwidth usage as a percentage of the bandwidth quota. |
seatsInt! | Deprecated: `seats` will be replaced with `totalLicenses` to provide more clarity on the value being returned Use EnterpriseBillingInfo.totalLicenses instead. Removal on 2020-01-01 UTC. The total seats across all organizations owned by the enterprise. |
storageQuotaFloat! | The storage quota in GB for all organizations owned by the enterprise. |
storageUsageFloat! | The storage usage in GB for all organizations owned by the enterprise. |
storageUsagePercentageInt! | The storage usage as a percentage of the storage quota. |
totalAvailableLicensesInt! | The number of available licenses across all owned organizations based on the unique number of billable users. |
totalLicensesInt! | The total number of licenses allocated. |
#
EnterpriseIdentityProviderAn identity provider configured to provision identities for an enterprise.
Implements
Fields
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
digestMethodSamlDigestAlgorithm | The digest algorithm used to sign SAML requests for the identity provider. | ||||||||||
enterpriseEnterprise | The enterprise this identity provider belongs to. | ||||||||||
externalIdentitiesExternalIdentityConnection! | ExternalIdentities provisioned by this identity provider. Arguments
| ||||||||||
idID! | |||||||||||
idpCertificateX509Certificate | The x509 certificate used by the identity provider to sign assertions and responses. | ||||||||||
issuerString | The Issuer Entity ID for the SAML identity provider. | ||||||||||
recoveryCodes[String!] | Recovery codes that can be used by admins to access the enterprise if the identity provider is unavailable. | ||||||||||
signatureMethodSamlSignatureAlgorithm | The signature algorithm used to sign SAML requests for the identity provider. | ||||||||||
ssoUrlURI | The URL endpoint for the identity provider's SAML SSO. |
#
EnterpriseMemberConnectionThe connection type for EnterpriseMember.
Fields
Name | Description |
---|---|
edges[EnterpriseMemberEdge] | A list of edges. |
nodes[EnterpriseMember] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
EnterpriseMemberEdgeA User who is a member of an enterprise through one or more organizations.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
isUnlicensedBoolean! | Deprecated: All members consume a license Removal on 2021-01-01 UTC. Whether the user does not have a license for the enterprise. |
nodeEnterpriseMember | The item at the end of the edge. |
#
EnterpriseOrganizationMembershipConnectionThe connection type for Organization.
Fields
Name | Description |
---|---|
edges[EnterpriseOrganizationMembershipEdge] | A list of edges. |
nodes[Organization] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
EnterpriseOrganizationMembershipEdgeAn enterprise organization that a user is a member of.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeOrganization | The item at the end of the edge. |
roleEnterpriseUserAccountMembershipRole! | The role of the user in the enterprise membership. |
#
EnterpriseOutsideCollaboratorConnectionThe connection type for User.
Fields
Name | Description |
---|---|
edges[EnterpriseOutsideCollaboratorEdge] | A list of edges. |
nodes[User] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
EnterpriseOutsideCollaboratorEdgeA User who is an outside collaborator of an enterprise through one or more organizations.
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cursorString! | A cursor for use in pagination. | ||||||||||||
isUnlicensedBoolean! | Deprecated: All outside collaborators consume a license Removal on 2021-01-01 UTC. Whether the outside collaborator does not have a license for the enterprise. | ||||||||||||
nodeUser | The item at the end of the edge. | ||||||||||||
repositoriesEnterpriseRepositoryInfoConnection! | The enterprise organization repositories this user is a member of. Arguments
|
#
EnterpriseOwnerInfoEnterprise information only visible to enterprise owners.
Fields
Name | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
adminsEnterpriseAdministratorConnection! | A list of all of the administrators for this enterprise. Arguments
| ||||||||||||||||||
affiliatedUsersWithTwoFactorDisabledUserConnection! | A list of users in the enterprise who currently have two-factor authentication disabled. Arguments
| ||||||||||||||||||
affiliatedUsersWithTwoFactorDisabledExistBoolean! | Whether or not affiliated users with two-factor authentication disabled exist in the enterprise. | ||||||||||||||||||
allowPrivateRepositoryForkingSettingEnterpriseEnabledDisabledSettingValue! | The setting value for whether private repository forking is enabled for repositories in organizations in this enterprise. | ||||||||||||||||||
allowPrivateRepositoryForkingSettingOrganizationsOrganizationConnection! | A list of enterprise organizations configured with the provided private repository forking setting value. Arguments
| ||||||||||||||||||
defaultRepositoryPermissionSettingEnterpriseDefaultRepositoryPermissionSettingValue! | The setting value for base repository permissions for organizations in this enterprise. | ||||||||||||||||||
defaultRepositoryPermissionSettingOrganizationsOrganizationConnection! | A list of enterprise organizations configured with the provided default repository permission. Arguments
| ||||||||||||||||||
domainsVerifiableDomainConnection! | A list of domains owned by the enterprise. Arguments
| ||||||||||||||||||
enterpriseServerInstallationsEnterpriseServerInstallationConnection! | Enterprise Server installations owned by the enterprise. Arguments
| ||||||||||||||||||
ipAllowListEnabledSettingIpAllowListEnabledSettingValue! | The setting value for whether the enterprise has an IP allow list enabled. | ||||||||||||||||||
ipAllowListEntriesIpAllowListEntryConnection! | The IP addresses that are allowed to access resources owned by the enterprise. Arguments
| ||||||||||||||||||
isUpdatingDefaultRepositoryPermissionBoolean! | Whether or not the default repository permission is currently being updated. | ||||||||||||||||||
isUpdatingTwoFactorRequirementBoolean! | Whether the two-factor authentication requirement is currently being enforced. | ||||||||||||||||||
membersCanChangeRepositoryVisibilitySettingEnterpriseEnabledDisabledSettingValue! | The setting value for whether organization members with admin permissions on a repository can change repository visibility. | ||||||||||||||||||
membersCanChangeRepositoryVisibilitySettingOrganizationsOrganizationConnection! | A list of enterprise organizations configured with the provided can change repository visibility setting value. Arguments
| ||||||||||||||||||
membersCanCreateInternalRepositoriesSettingBoolean | The setting value for whether members of organizations in the enterprise can create internal repositories. | ||||||||||||||||||
membersCanCreatePrivateRepositoriesSettingBoolean | The setting value for whether members of organizations in the enterprise can create private repositories. | ||||||||||||||||||
membersCanCreatePublicRepositoriesSettingBoolean | The setting value for whether members of organizations in the enterprise can create public repositories. | ||||||||||||||||||
membersCanCreateRepositoriesSettingEnterpriseMembersCanCreateRepositoriesSettingValue | The setting value for whether members of organizations in the enterprise can create repositories. | ||||||||||||||||||
membersCanCreateRepositoriesSettingOrganizationsOrganizationConnection! | A list of enterprise organizations configured with the provided repository creation setting value. Arguments
| ||||||||||||||||||
membersCanDeleteIssuesSettingEnterpriseEnabledDisabledSettingValue! | The setting value for whether members with admin permissions for repositories can delete issues. | ||||||||||||||||||
membersCanDeleteIssuesSettingOrganizationsOrganizationConnection! | A list of enterprise organizations configured with the provided members can delete issues setting value. Arguments
| ||||||||||||||||||
membersCanDeleteRepositoriesSettingEnterpriseEnabledDisabledSettingValue! | The setting value for whether members with admin permissions for repositories can delete or transfer repositories. | ||||||||||||||||||
membersCanDeleteRepositoriesSettingOrganizationsOrganizationConnection! | A list of enterprise organizations configured with the provided members can delete repositories setting value. Arguments
| ||||||||||||||||||
membersCanInviteCollaboratorsSettingEnterpriseEnabledDisabledSettingValue! | The setting value for whether members of organizations in the enterprise can invite outside collaborators. | ||||||||||||||||||
membersCanInviteCollaboratorsSettingOrganizationsOrganizationConnection! | A list of enterprise organizations configured with the provided members can invite collaborators setting value. Arguments
| ||||||||||||||||||
membersCanMakePurchasesSettingEnterpriseMembersCanMakePurchasesSettingValue! | Indicates whether members of this enterprise's organizations can purchase additional services for those organizations. | ||||||||||||||||||
membersCanUpdateProtectedBranchesSettingEnterpriseEnabledDisabledSettingValue! | The setting value for whether members with admin permissions for repositories can update protected branches. | ||||||||||||||||||
membersCanUpdateProtectedBranchesSettingOrganizationsOrganizationConnection! | A list of enterprise organizations configured with the provided members can update protected branches setting value. Arguments
| ||||||||||||||||||
membersCanViewDependencyInsightsSettingEnterpriseEnabledDisabledSettingValue! | The setting value for whether members can view dependency insights. | ||||||||||||||||||
membersCanViewDependencyInsightsSettingOrganizationsOrganizationConnection! | A list of enterprise organizations configured with the provided members can view dependency insights setting value. Arguments
| ||||||||||||||||||
notificationDeliveryRestrictionEnabledSettingNotificationRestrictionSettingValue! | Indicates if email notification delivery for this enterprise is restricted to verified domains. | ||||||||||||||||||
organizationProjectsSettingEnterpriseEnabledDisabledSettingValue! | The setting value for whether organization projects are enabled for organizations in this enterprise. | ||||||||||||||||||
organizationProjectsSettingOrganizationsOrganizationConnection! | A list of enterprise organizations configured with the provided organization projects setting value. Arguments
| ||||||||||||||||||
outsideCollaboratorsEnterpriseOutsideCollaboratorConnection! | A list of outside collaborators across the repositories in the enterprise. Arguments
| ||||||||||||||||||
pendingAdminInvitationsEnterpriseAdministratorInvitationConnection! | A list of pending administrator invitations for the enterprise. Arguments
| ||||||||||||||||||
pendingCollaboratorInvitationsRepositoryInvitationConnection! | A list of pending collaborator invitations across the repositories in the enterprise. Arguments
| ||||||||||||||||||
pendingCollaboratorsEnterprisePendingCollaboratorConnection! | Deprecated: Repository invitations can now be associated with an email, not only an invitee. Use the `pendingCollaboratorInvitations` field instead. Removal on 2020-10-01 UTC. A list of pending collaborators across the repositories in the enterprise. Arguments
| ||||||||||||||||||
pendingMemberInvitationsEnterprisePendingMemberInvitationConnection! | A list of pending member invitations for organizations in the enterprise. Arguments
| ||||||||||||||||||
repositoryProjectsSettingEnterpriseEnabledDisabledSettingValue! | The setting value for whether repository projects are enabled in this enterprise. | ||||||||||||||||||
repositoryProjectsSettingOrganizationsOrganizationConnection! | A list of enterprise organizations configured with the provided repository projects setting value. Arguments
| ||||||||||||||||||
samlIdentityProviderEnterpriseIdentityProvider | The SAML Identity Provider for the enterprise. | ||||||||||||||||||
samlIdentityProviderSettingOrganizationsOrganizationConnection! | A list of enterprise organizations configured with the SAML single sign-on setting value. Arguments
| ||||||||||||||||||
supportEntitlementsEnterpriseMemberConnection! | A list of members with a support entitlement. Arguments
| ||||||||||||||||||
teamDiscussionsSettingEnterpriseEnabledDisabledSettingValue! | The setting value for whether team discussions are enabled for organizations in this enterprise. | ||||||||||||||||||
teamDiscussionsSettingOrganizationsOrganizationConnection! | A list of enterprise organizations configured with the provided team discussions setting value. Arguments
| ||||||||||||||||||
twoFactorRequiredSettingEnterpriseEnabledSettingValue! | The setting value for whether the enterprise requires two-factor authentication for its organizations and users. | ||||||||||||||||||
twoFactorRequiredSettingOrganizationsOrganizationConnection! | A list of enterprise organizations configured with the two-factor authentication setting value. Arguments
|
#
EnterprisePendingCollaboratorConnectionThe connection type for User.
Fields
Name | Description |
---|---|
edges[EnterprisePendingCollaboratorEdge] | A list of edges. |
nodes[User] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
EnterprisePendingCollaboratorEdgeA user with an invitation to be a collaborator on a repository owned by an organization in an enterprise.
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cursorString! | A cursor for use in pagination. | ||||||||||||
isUnlicensedBoolean! | Deprecated: All pending collaborators consume a license Removal on 2021-01-01 UTC. Whether the invited collaborator does not have a license for the enterprise. | ||||||||||||
nodeUser | The item at the end of the edge. | ||||||||||||
repositoriesEnterpriseRepositoryInfoConnection! | The enterprise organization repositories this user is a member of. Arguments
|
#
EnterprisePendingMemberInvitationConnectionThe connection type for OrganizationInvitation.
Fields
Name | Description |
---|---|
edges[EnterprisePendingMemberInvitationEdge] | A list of edges. |
nodes[OrganizationInvitation] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
totalUniqueUserCountInt! | Identifies the total count of unique users in the connection. |
#
EnterprisePendingMemberInvitationEdgeAn invitation to be a member in an enterprise organization.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
isUnlicensedBoolean! | Deprecated: All pending members consume a license Removal on 2020-07-01 UTC. Whether the invitation has a license for the enterprise. |
nodeOrganizationInvitation | The item at the end of the edge. |
#
EnterpriseRepositoryInfoA subset of repository information queryable from an enterprise.
Implements
Fields
Name | Description |
---|---|
idID! | |
isPrivateBoolean! | Identifies if the repository is private or internal. |
nameString! | The repository's name. |
nameWithOwnerString! | The repository's name with owner. |
#
EnterpriseRepositoryInfoConnectionThe connection type for EnterpriseRepositoryInfo.
Fields
Name | Description |
---|---|
edges[EnterpriseRepositoryInfoEdge] | A list of edges. |
nodes[EnterpriseRepositoryInfo] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
EnterpriseRepositoryInfoEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeEnterpriseRepositoryInfo | The item at the end of the edge. |
#
EnterpriseServerInstallationAn Enterprise Server installation.
Implements
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||
customerNameString! | The customer name to which the Enterprise Server installation belongs. | ||||||||||||
hostNameString! | The host name of the Enterprise Server installation. | ||||||||||||
idID! | |||||||||||||
isConnectedBoolean! | Whether or not the installation is connected to an Enterprise Server installation via GitHub Connect. | ||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||
userAccountsEnterpriseServerUserAccountConnection! | User accounts on this Enterprise Server installation. Arguments
| ||||||||||||
userAccountsUploadsEnterpriseServerUserAccountsUploadConnection! | User accounts uploads for the Enterprise Server installation. Arguments
|
#
EnterpriseServerInstallationConnectionThe connection type for EnterpriseServerInstallation.
Fields
Name | Description |
---|---|
edges[EnterpriseServerInstallationEdge] | A list of edges. |
nodes[EnterpriseServerInstallation] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
EnterpriseServerInstallationEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeEnterpriseServerInstallation | The item at the end of the edge. |
#
EnterpriseServerUserAccountA user account on an Enterprise Server installation.
Implements
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||
emailsEnterpriseServerUserAccountEmailConnection! | User emails belonging to this user account. Arguments
| ||||||||||||
enterpriseServerInstallationEnterpriseServerInstallation! | The Enterprise Server installation on which this user account exists. | ||||||||||||
idID! | |||||||||||||
isSiteAdminBoolean! | Whether the user account is a site administrator on the Enterprise Server installation. | ||||||||||||
loginString! | The login of the user account on the Enterprise Server installation. | ||||||||||||
profileNameString | The profile name of the user account on the Enterprise Server installation. | ||||||||||||
remoteCreatedAtDateTime! | The date and time when the user account was created on the Enterprise Server installation. | ||||||||||||
remoteUserIdInt! | The ID of the user account on the Enterprise Server installation. | ||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. |
#
EnterpriseServerUserAccountConnectionThe connection type for EnterpriseServerUserAccount.
Fields
Name | Description |
---|---|
edges[EnterpriseServerUserAccountEdge] | A list of edges. |
nodes[EnterpriseServerUserAccount] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
EnterpriseServerUserAccountEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeEnterpriseServerUserAccount | The item at the end of the edge. |
#
EnterpriseServerUserAccountEmailAn email belonging to a user account on an Enterprise Server installation.
Implements
Fields
Name | Description |
---|---|
createdAtDateTime! | Identifies the date and time when the object was created. |
emailString! | The email address. |
idID! | |
isPrimaryBoolean! | Indicates whether this is the primary email of the associated user account. |
updatedAtDateTime! | Identifies the date and time when the object was last updated. |
userAccountEnterpriseServerUserAccount! | The user account to which the email belongs. |
#
EnterpriseServerUserAccountEmailConnectionThe connection type for EnterpriseServerUserAccountEmail.
Fields
Name | Description |
---|---|
edges[EnterpriseServerUserAccountEmailEdge] | A list of edges. |
nodes[EnterpriseServerUserAccountEmail] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
EnterpriseServerUserAccountEmailEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeEnterpriseServerUserAccountEmail | The item at the end of the edge. |
#
EnterpriseServerUserAccountsUploadA user accounts upload from an Enterprise Server installation.
Implements
Fields
Name | Description |
---|---|
createdAtDateTime! | Identifies the date and time when the object was created. |
enterpriseEnterprise! | The enterprise to which this upload belongs. |
enterpriseServerInstallationEnterpriseServerInstallation! | The Enterprise Server installation for which this upload was generated. |
idID! | |
nameString! | The name of the file uploaded. |
syncStateEnterpriseServerUserAccountsUploadSyncState! | The synchronization state of the upload |
updatedAtDateTime! | Identifies the date and time when the object was last updated. |
#
EnterpriseServerUserAccountsUploadConnectionThe connection type for EnterpriseServerUserAccountsUpload.
Fields
Name | Description |
---|---|
edges[EnterpriseServerUserAccountsUploadEdge] | A list of edges. |
nodes[EnterpriseServerUserAccountsUpload] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
EnterpriseServerUserAccountsUploadEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeEnterpriseServerUserAccountsUpload | The item at the end of the edge. |
#
EnterpriseUserAccountAn account for a user who is an admin of an enterprise or a member of an enterprise through one or more organizations.
Implements
Fields
Name | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
avatarUrlURI! | A URL pointing to the enterprise user account's public avatar. Arguments
| ||||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||||
enterpriseEnterprise! | The enterprise in which this user account exists. | ||||||||||||||||
idID! | |||||||||||||||||
loginString! | An identifier for the enterprise user account, a login or email address | ||||||||||||||||
nameString | The name of the enterprise user account | ||||||||||||||||
organizationsEnterpriseOrganizationMembershipConnection! | A list of enterprise organizations this user is a member of. Arguments
| ||||||||||||||||
resourcePathURI! | The HTTP path for this user. | ||||||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||||||
urlURI! | The HTTP URL for this user. | ||||||||||||||||
userUser | The user within the enterprise. |
#
EnterpriseUserAccountConnectionThe connection type for EnterpriseUserAccount.
Fields
Name | Description |
---|---|
edges[EnterpriseUserAccountEdge] | A list of edges. |
nodes[EnterpriseUserAccount] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
EnterpriseUserAccountEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeEnterpriseUserAccount | The item at the end of the edge. |
#
ExternalIdentityAn external identity provisioned by SAML SSO or SCIM.
Implements
Fields
Name | Description |
---|---|
guidString! | The GUID for this identity |
idID! | |
organizationInvitationOrganizationInvitation | Organization invitation for this SCIM-provisioned external identity |
samlIdentityExternalIdentitySamlAttributes | SAML Identity attributes |
scimIdentityExternalIdentityScimAttributes | SCIM Identity attributes |
userUser | User linked to this external identity. Will be NULL if this identity has not been claimed by an organization member. |
#
ExternalIdentityConnectionThe connection type for ExternalIdentity.
Fields
Name | Description |
---|---|
edges[ExternalIdentityEdge] | A list of edges. |
nodes[ExternalIdentity] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
ExternalIdentityEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeExternalIdentity | The item at the end of the edge. |
#
ExternalIdentitySamlAttributesSAML attributes for the External Identity
Fields
Name | Description |
---|---|
emails[UserEmailMetadata!] | The emails associated with the SAML identity |
familyNameString | Family name of the SAML identity |
givenNameString | Given name of the SAML identity |
groups[String!] | The groups linked to this identity in IDP |
nameIdString | The NameID of the SAML identity |
usernameString | The userName of the SAML identity |
#
ExternalIdentityScimAttributesSCIM attributes for the External Identity
Fields
Name | Description |
---|---|
emails[UserEmailMetadata!] | The emails associated with the SCIM identity |
familyNameString | Family name of the SCIM identity |
givenNameString | Given name of the SCIM identity |
groups[String!] | The groups linked to this identity in IDP |
usernameString | The userName of the SCIM identity |
#
FollowerConnectionThe connection type for User.
Fields
Name | Description |
---|---|
edges[UserEdge] | A list of edges. |
nodes[User] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
FollowingConnectionThe connection type for User.
Fields
Name | Description |
---|---|
edges[UserEdge] | A list of edges. |
nodes[User] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
FollowUserPayloadAutogenerated return type of FollowUser
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
userUser | The user that was followed. |
#
FundingLinkA funding platform link for a repository.
Fields
Name | Description |
---|---|
platformFundingPlatform! | The funding platform this link is for. |
urlURI! | The configured URL for this funding link. |
#
GenericHovercardContextA generic hovercard context with a message and icon
Implements
Fields
Name | Description |
---|---|
messageString! | A string describing this context |
octiconString! | An octicon to accompany this context |
#
GistA Gist.
Implements
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
commentsGistCommentConnection! | A list of comments associated with the gist Arguments
| ||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||
descriptionString | The gist description. | ||||||||||||
files[GistFile] | The files in this gist. Arguments
| ||||||||||||
forksGistConnection! | A list of forks associated with the gist Arguments
| ||||||||||||
idID! | |||||||||||||
isForkBoolean! | Identifies if the gist is a fork. | ||||||||||||
isPublicBoolean! | Whether the gist is public or not. | ||||||||||||
nameString! | The gist name. | ||||||||||||
ownerRepositoryOwner | The gist owner. | ||||||||||||
pushedAtDateTime | Identifies when the gist was last pushed to. | ||||||||||||
resourcePathURI! | The HTML path to this resource. | ||||||||||||
stargazerCountInt! | Returns a count of how many stargazers there are on this object | ||||||||||||
stargazersStargazerConnection! | A list of users who have starred this starrable. Arguments
| ||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||
urlURI! | The HTTP URL for this Gist. | ||||||||||||
viewerHasStarredBoolean! | Returns a boolean indicating whether the viewing user has starred this starrable. |
#
GistCommentRepresents a comment on an Gist.
Implements
Fields
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
authorActor | The actor who authored the comment. | ||||||||||
authorAssociationCommentAuthorAssociation! | Author's association with the gist. | ||||||||||
bodyString! | Identifies the comment body. | ||||||||||
bodyHTMLHTML! | The body rendered to HTML. | ||||||||||
bodyTextString! | The body rendered to text. | ||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||
createdViaEmailBoolean! | Check if this comment was created via an email reply. | ||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||
editorActor | The actor who edited the comment. | ||||||||||
gistGist! | The associated gist. | ||||||||||
idID! | |||||||||||
includesCreatedEditBoolean! | Check if this comment was edited and includes an edit with the creation data | ||||||||||
isMinimizedBoolean! | Returns whether or not a comment has been minimized. | ||||||||||
lastEditedAtDateTime | The moment the editor made the last edit | ||||||||||
minimizedReasonString | Returns why the comment was minimized. | ||||||||||
publishedAtDateTime | Identifies when the comment was published at. | ||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||
userContentEditsUserContentEditConnection | A list of edits to this content. Arguments
| ||||||||||
viewerCanDeleteBoolean! | Check if the current viewer can delete this object. | ||||||||||
viewerCanMinimizeBoolean! | Check if the current viewer can minimize this object. | ||||||||||
viewerCanUpdateBoolean! | Check if the current viewer can update this object. | ||||||||||
viewerCannotUpdateReasons[CommentCannotUpdateReason!]! | Reasons why the current viewer can not update this comment. | ||||||||||
viewerDidAuthorBoolean! | Did the viewer author this comment. |
#
GistCommentConnectionThe connection type for GistComment.
Fields
Name | Description |
---|---|
edges[GistCommentEdge] | A list of edges. |
nodes[GistComment] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
GistCommentEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeGistComment | The item at the end of the edge. |
#
GistConnectionThe connection type for Gist.
Fields
Name | Description |
---|---|
edges[GistEdge] | A list of edges. |
nodes[Gist] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
GistEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeGist | The item at the end of the edge. |
#
GistFileA file in a gist.
Fields
Name | Description | ||||
---|---|---|---|---|---|
encodedNameString | The file name encoded to remove characters that are invalid in URL paths. | ||||
encodingString | The gist file encoding. | ||||
extensionString | The file extension from the file name. | ||||
isImageBoolean! | Indicates if this file is an image. | ||||
isTruncatedBoolean! | Whether the file's contents were truncated. | ||||
languageLanguage | The programming language this file is written in. | ||||
nameString | The gist file name. | ||||
sizeInt | The gist file size in bytes. | ||||
textString | UTF8 text data or null if the file is binary Arguments
|
#
GitActorRepresents an actor in a Git commit (ie. an author or committer).
Fields
Name | Description | ||||
---|---|---|---|---|---|
avatarUrlURI! | A URL pointing to the author's public avatar. Arguments
| ||||
dateGitTimestamp | The timestamp of the Git action (authoring or committing). | ||||
emailString | The email in the Git commit. | ||||
nameString | The name in the Git commit. | ||||
userUser | The GitHub user corresponding to the email field. Null if no such user exists. |
#
GitActorConnectionThe connection type for GitActor.
Fields
Name | Description |
---|---|
edges[GitActorEdge] | A list of edges. |
nodes[GitActor] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
GitActorEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeGitActor | The item at the end of the edge. |
#
GitHubMetadataRepresents information about the GitHub instance.
Fields
Name | Description |
---|---|
gitHubServicesShaGitObjectID! | Returns a String that's a SHA of |
gitIpAddresses[String!] | IP addresses that users connect to for git operations |
hookIpAddresses[String!] | IP addresses that service hooks are sent from |
importerIpAddresses[String!] | IP addresses that the importer connects from |
isPasswordAuthenticationVerifiableBoolean! | Whether or not users are verified |
pagesIpAddresses[String!] | IP addresses for GitHub Pages' A records |
#
GpgSignatureRepresents a GPG signature on a Commit or Tag.
Implements
Fields
Name | Description |
---|---|
emailString! | Email used to sign this object. |
isValidBoolean! | True if the signature is valid and verified by GitHub. |
keyIdString | Hex-encoded ID of the key that signed this object. |
payloadString! | Payload for GPG signing object. Raw ODB object without the signature header. |
signatureString! | ASCII-armored signature header from object. |
signerUser | GitHub user corresponding to the email signing this commit. |
stateGitSignatureState! | The state of this signature. |
wasSignedByGitHubBoolean! | True if the signature was made with GitHub's signing key. |
#
HeadRefDeletedEventRepresents a 'head_ref_deleted' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
headRefRef | Identifies the Ref associated with the |
headRefNameString! | Identifies the name of the Ref associated with the |
idID! | |
pullRequestPullRequest! | PullRequest referenced by event. |
#
HeadRefForcePushedEventRepresents a 'head_ref_force_pushed' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
afterCommitCommit | Identifies the after commit SHA for the 'head_ref_force_pushed' event. |
beforeCommitCommit | Identifies the before commit SHA for the 'head_ref_force_pushed' event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
pullRequestPullRequest! | PullRequest referenced by event. |
refRef | Identifies the fully qualified ref name for the 'head_ref_force_pushed' event. |
#
HeadRefRestoredEventRepresents a 'head_ref_restored' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
pullRequestPullRequest! | PullRequest referenced by event. |
#
HovercardDetail needed to display a hovercard for a user
Fields
Name | Description |
---|---|
contexts[HovercardContext!]! | Each of the contexts for this hovercard |
#
ImportProjectPayloadAutogenerated return type of ImportProject
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
projectProject | The new Project! |
#
InviteEnterpriseAdminPayloadAutogenerated return type of InviteEnterpriseAdmin
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
invitationEnterpriseAdministratorInvitation | The created enterprise administrator invitation. |
#
IpAllowListEntryAn IP address or range of addresses that is allowed to access an owner's resources.
Implements
Fields
Name | Description |
---|---|
allowListValueString! | A single IP address or range of IP addresses in CIDR notation. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
isActiveBoolean! | Whether the entry is currently active. |
nameString | The name of the IP allow list entry. |
ownerIpAllowListOwner! | The owner of the IP allow list entry. |
updatedAtDateTime! | Identifies the date and time when the object was last updated. |
#
IpAllowListEntryConnectionThe connection type for IpAllowListEntry.
Fields
Name | Description |
---|---|
edges[IpAllowListEntryEdge] | A list of edges. |
nodes[IpAllowListEntry] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
IpAllowListEntryEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeIpAllowListEntry | The item at the end of the edge. |
#
IssueAn Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
Implements
- Assignable
- Closable
- Comment
- Labelable
- Lockable
- Node
- Reactable
- RepositoryNode
- Subscribable
- UniformResourceLocatable
- Updatable
- UpdatableComment
Fields
Name | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
activeLockReasonLockReason | Reason that the conversation was locked. | ||||||||||||||||
assigneesUserConnection! | A list of Users assigned to this object. Arguments
| ||||||||||||||||
authorActor | The actor who authored the comment. | ||||||||||||||||
authorAssociationCommentAuthorAssociation! | Author's association with the subject of the comment. | ||||||||||||||||
bodyString! | Identifies the body of the issue. | ||||||||||||||||
bodyHTMLHTML! | The body rendered to HTML. | ||||||||||||||||
bodyResourcePathURI! | The http path for this issue body | ||||||||||||||||
bodyTextString! | Identifies the body of the issue rendered to text. | ||||||||||||||||
bodyUrlURI! | The http URL for this issue body | ||||||||||||||||
closedBoolean! |
| ||||||||||||||||
closedAtDateTime | Identifies the date and time when the object was closed. | ||||||||||||||||
commentsIssueCommentConnection! | A list of comments associated with the Issue. Arguments
| ||||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||||
createdViaEmailBoolean! | Check if this comment was created via an email reply. | ||||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||||
editorActor | The actor who edited the comment. | ||||||||||||||||
hovercardHovercard! | The hovercard information for this issue Arguments
| ||||||||||||||||
idID! | |||||||||||||||||
includesCreatedEditBoolean! | Check if this comment was edited and includes an edit with the creation data | ||||||||||||||||
isPinnedBoolean | Indicates whether or not this issue is currently pinned to the repository issues list | ||||||||||||||||
isReadByViewerBoolean | Is this issue read by the viewer | ||||||||||||||||
labelsLabelConnection | A list of labels associated with the object. Arguments
| ||||||||||||||||
lastEditedAtDateTime | The moment the editor made the last edit | ||||||||||||||||
lockedBoolean! |
| ||||||||||||||||
milestoneMilestone | Identifies the milestone associated with the issue. | ||||||||||||||||
numberInt! | Identifies the issue number. | ||||||||||||||||
participantsUserConnection! | A list of Users that are participating in the Issue conversation. Arguments
| ||||||||||||||||
projectCardsProjectCardConnection! | List of project cards associated with this issue. Arguments
| ||||||||||||||||
publishedAtDateTime | Identifies when the comment was published at. | ||||||||||||||||
reactionGroups[ReactionGroup!] | A list of reactions grouped by content left on the subject. | ||||||||||||||||
reactionsReactionConnection! | A list of Reactions left on the Issue. Arguments
| ||||||||||||||||
repositoryRepository! | The repository associated with this node. | ||||||||||||||||
resourcePathURI! | The HTTP path for this issue | ||||||||||||||||
stateIssueState! | Identifies the state of the issue. | ||||||||||||||||
timelineIssueTimelineConnection! | Deprecated: `timeline` will be removed Use Issue.timelineItems instead. Removal on 2020-10-01 UTC. A list of events, comments, commits, etc. associated with the issue. Arguments
| ||||||||||||||||
timelineItemsIssueTimelineItemsConnection! | A list of events, comments, commits, etc. associated with the issue. Arguments
| ||||||||||||||||
titleString! | Identifies the issue title. | ||||||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||||||
urlURI! | The HTTP URL for this issue | ||||||||||||||||
userContentEditsUserContentEditConnection | A list of edits to this content. Arguments
| ||||||||||||||||
viewerCanReactBoolean! | Can user react to this subject | ||||||||||||||||
viewerCanSubscribeBoolean! | Check if the viewer is able to change their subscription status for the repository. | ||||||||||||||||
viewerCanUpdateBoolean! | Check if the current viewer can update this object. | ||||||||||||||||
viewerCannotUpdateReasons[CommentCannotUpdateReason!]! | Reasons why the current viewer can not update this comment. | ||||||||||||||||
viewerDidAuthorBoolean! | Did the viewer author this comment. | ||||||||||||||||
viewerSubscriptionSubscriptionState | Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. |
#
IssueCommentRepresents a comment on an Issue.
Implements
Fields
Name | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
authorActor | The actor who authored the comment. | ||||||||||||||
authorAssociationCommentAuthorAssociation! | Author's association with the subject of the comment. | ||||||||||||||
bodyString! | The body as Markdown. | ||||||||||||||
bodyHTMLHTML! | The body rendered to HTML. | ||||||||||||||
bodyTextString! | The body rendered to text. | ||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||
createdViaEmailBoolean! | Check if this comment was created via an email reply. | ||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||
editorActor | The actor who edited the comment. | ||||||||||||||
idID! | |||||||||||||||
includesCreatedEditBoolean! | Check if this comment was edited and includes an edit with the creation data | ||||||||||||||
isMinimizedBoolean! | Returns whether or not a comment has been minimized. | ||||||||||||||
issueIssue! | Identifies the issue associated with the comment. | ||||||||||||||
lastEditedAtDateTime | The moment the editor made the last edit | ||||||||||||||
minimizedReasonString | Returns why the comment was minimized. | ||||||||||||||
publishedAtDateTime | Identifies when the comment was published at. | ||||||||||||||
pullRequestPullRequest | Returns the pull request associated with the comment, if this comment was made on a pull request. | ||||||||||||||
reactionGroups[ReactionGroup!] | A list of reactions grouped by content left on the subject. | ||||||||||||||
reactionsReactionConnection! | A list of Reactions left on the Issue. Arguments
| ||||||||||||||
repositoryRepository! | The repository associated with this node. | ||||||||||||||
resourcePathURI! | The HTTP path for this issue comment | ||||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||||
urlURI! | The HTTP URL for this issue comment | ||||||||||||||
userContentEditsUserContentEditConnection | A list of edits to this content. Arguments
| ||||||||||||||
viewerCanDeleteBoolean! | Check if the current viewer can delete this object. | ||||||||||||||
viewerCanMinimizeBoolean! | Check if the current viewer can minimize this object. | ||||||||||||||
viewerCanReactBoolean! | Can user react to this subject | ||||||||||||||
viewerCanUpdateBoolean! | Check if the current viewer can update this object. | ||||||||||||||
viewerCannotUpdateReasons[CommentCannotUpdateReason!]! | Reasons why the current viewer can not update this comment. | ||||||||||||||
viewerDidAuthorBoolean! | Did the viewer author this comment. |
#
IssueCommentConnectionThe connection type for IssueComment.
Fields
Name | Description |
---|---|
edges[IssueCommentEdge] | A list of edges. |
nodes[IssueComment] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
IssueCommentEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeIssueComment | The item at the end of the edge. |
#
IssueConnectionThe connection type for Issue.
Fields
Name | Description |
---|---|
edges[IssueEdge] | A list of edges. |
nodes[Issue] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
IssueContributionsByRepositoryThis aggregates issues opened by a user within one repository.
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
contributionsCreatedIssueContributionConnection! | The issue contributions. Arguments
| ||||||||||||
repositoryRepository! | The repository in which the issues were opened. |
#
IssueEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeIssue | The item at the end of the edge. |
#
IssueTemplateA repository issue template.
Fields
Name | Description |
---|---|
aboutString | The template purpose. |
bodyString | The suggested issue body. |
nameString! | The template name. |
titleString | The suggested issue title. |
#
IssueTimelineConnectionThe connection type for IssueTimelineItem.
Fields
Name | Description |
---|---|
edges[IssueTimelineItemEdge] | A list of edges. |
nodes[IssueTimelineItem] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
IssueTimelineItemEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeIssueTimelineItem | The item at the end of the edge. |
#
IssueTimelineItemsConnectionThe connection type for IssueTimelineItems.
Fields
Name | Description |
---|---|
edges[IssueTimelineItemsEdge] | A list of edges. |
filteredCountInt! | Identifies the count of items after applying |
nodes[IssueTimelineItems] | A list of nodes. |
pageCountInt! | Identifies the count of items after applying |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
updatedAtDateTime! | Identifies the date and time when the timeline was last updated. |
#
IssueTimelineItemsEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeIssueTimelineItems | The item at the end of the edge. |
#
JoinedGitHubContributionRepresents a user signing up for a GitHub account.
Implements
Fields
Name | Description |
---|---|
isRestrictedBoolean! | 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. |
occurredAtDateTime! | When this contribution was made. |
resourcePathURI! | The HTTP path for this contribution. |
urlURI! | The HTTP URL for this contribution. |
userUser! | The user who made this contribution. |
#
LabelA label for categorizing Issues or Milestones with a given Repository.
Implements
Fields
Name | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
colorString! | Identifies the label color. | ||||||||||||||||||||
createdAtDateTime | Identifies the date and time when the label was created. | ||||||||||||||||||||
descriptionString | A brief description of this label. | ||||||||||||||||||||
idID! | |||||||||||||||||||||
isDefaultBoolean! | Indicates whether or not this is a default label. | ||||||||||||||||||||
issuesIssueConnection! | A list of issues associated with this label. Arguments
| ||||||||||||||||||||
nameString! | Identifies the label name. | ||||||||||||||||||||
pullRequestsPullRequestConnection! | A list of pull requests associated with this label. Arguments
| ||||||||||||||||||||
repositoryRepository! | The repository associated with this label. | ||||||||||||||||||||
resourcePathURI! | The HTTP path for this label. | ||||||||||||||||||||
updatedAtDateTime | Identifies the date and time when the label was last updated. | ||||||||||||||||||||
urlURI! | The HTTP URL for this label. |
#
LabelConnectionThe connection type for Label.
Fields
Name | Description |
---|---|
edges[LabelEdge] | A list of edges. |
nodes[Label] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
LabeledEventRepresents a 'labeled' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
labelLabel! | Identifies the label associated with the 'labeled' event. |
labelableLabelable! | Identifies the |
#
LabelEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeLabel | The item at the end of the edge. |
#
LanguageRepresents a given language found in repositories.
Implements
Fields
Name | Description |
---|---|
colorString | The color defined for the current language. |
idID! | |
nameString! | The name of the current language. |
#
LanguageConnectionA list of languages associated with the parent.
Fields
Name | Description |
---|---|
edges[LanguageEdge] | A list of edges. |
nodes[Language] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
totalSizeInt! | The total size in bytes of files written in that language. |
#
LanguageEdgeRepresents the language of a repository.
Fields
Name | Description |
---|---|
cursorString! | |
nodeLanguage! | |
sizeInt! | The number of bytes of code written in the language. |
#
LicenseA repository's open source license
Implements
Fields
Name | Description |
---|---|
bodyString! | The full text of the license |
conditions[LicenseRule]! | The conditions set by the license |
descriptionString | A human-readable description of the license |
featuredBoolean! | Whether the license should be featured |
hiddenBoolean! | Whether the license should be displayed in license pickers |
idID! | |
implementationString | Instructions on how to implement the license |
keyString! | The lowercased SPDX ID of the license |
limitations[LicenseRule]! | The limitations set by the license |
nameString! | The license full name specified by https://spdx.org/licenses |
nicknameString | Customary short name if applicable (e.g, GPLv3) |
permissions[LicenseRule]! | The permissions set by the license |
pseudoLicenseBoolean! | Whether the license is a pseudo-license placeholder (e.g., other, no-license) |
spdxIdString | Short identifier specified by https://spdx.org/licenses |
urlURI | URL to the license on https://choosealicense.com |
#
LicenseRuleDescribes a License's conditions, permissions, and limitations
Fields
Name | Description |
---|---|
descriptionString! | A description of the rule |
keyString! | The machine-readable rule key |
labelString! | The human-readable rule label |
#
LinkRepositoryToProjectPayloadAutogenerated return type of LinkRepositoryToProject
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
projectProject | The linked Project. |
repositoryRepository | The linked Repository. |
#
LockedEventRepresents a 'locked' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
lockReasonLockReason | Reason that the conversation was locked (optional). |
lockableLockable! | Object that was locked. |
#
LockLockablePayloadAutogenerated return type of LockLockable
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
lockedRecordLockable | The item that was locked. |
#
MannequinA placeholder user for attribution of imported data on GitHub.
Implements
Fields
Name | Description | ||||
---|---|---|---|---|---|
avatarUrlURI! | A URL pointing to the GitHub App's public avatar. Arguments
| ||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||
databaseIdInt | Identifies the primary key from the database. | ||||
emailString | The mannequin's email on the source instance. | ||||
idID! | |||||
loginString! | The username of the actor. | ||||
resourcePathURI! | The HTML path to this resource. | ||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||
urlURI! | The URL to this resource. |
#
MarkedAsDuplicateEventRepresents a 'marked_as_duplicate' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
canonicalIssueOrPullRequest | The authoritative issue or pull request which has been duplicated by another. |
createdAtDateTime! | Identifies the date and time when the object was created. |
duplicateIssueOrPullRequest | The issue or pull request which has been marked as a duplicate of another. |
idID! | |
isCrossRepositoryBoolean! | Canonical and duplicate belong to different repositories. |
#
MarketplaceCategoryA public description of a Marketplace category.
Implements
Fields
Name | Description |
---|---|
descriptionString | The category's description. |
howItWorksString | The technical description of how apps listed in this category work with GitHub. |
idID! | |
nameString! | The category's name. |
primaryListingCountInt! | How many Marketplace listings have this as their primary category. |
resourcePathURI! | The HTTP path for this Marketplace category. |
secondaryListingCountInt! | How many Marketplace listings have this as their secondary category. |
slugString! | The short name of the category used in its URL. |
urlURI! | The HTTP URL for this Marketplace category. |
#
MarketplaceListingA listing in the GitHub integration marketplace.
Implements
Fields
Name | Description | ||||
---|---|---|---|---|---|
appApp | The GitHub App this listing represents. | ||||
companyUrlURI | URL to the listing owner's company site. | ||||
configurationResourcePathURI! | The HTTP path for configuring access to the listing's integration or OAuth app | ||||
configurationUrlURI! | The HTTP URL for configuring access to the listing's integration or OAuth app | ||||
documentationUrlURI | URL to the listing's documentation. | ||||
extendedDescriptionString | The listing's detailed description. | ||||
extendedDescriptionHTMLHTML! | The listing's detailed description rendered to HTML. | ||||
fullDescriptionString! | The listing's introductory description. | ||||
fullDescriptionHTMLHTML! | The listing's introductory description rendered to HTML. | ||||
hasPublishedFreeTrialPlansBoolean! | Does this listing have any plans with a free trial? | ||||
hasTermsOfServiceBoolean! | Does this listing have a terms of service link? | ||||
hasVerifiedOwnerBoolean! | Whether the creator of the app is a verified org | ||||
howItWorksString | A technical description of how this app works with GitHub. | ||||
howItWorksHTMLHTML! | The listing's technical description rendered to HTML. | ||||
idID! | |||||
installationUrlURI | URL to install the product to the viewer's account or organization. | ||||
installedForViewerBoolean! | Whether this listing's app has been installed for the current viewer | ||||
isArchivedBoolean! | Whether this listing has been removed from the Marketplace. | ||||
isDraftBoolean! | Whether this listing is still an editable draft that has not been submitted for review and is not publicly visible in the Marketplace. | ||||
isPaidBoolean! | Whether the product this listing represents is available as part of a paid plan. | ||||
isPublicBoolean! | Whether this listing has been approved for display in the Marketplace. | ||||
isRejectedBoolean! | Whether this listing has been rejected by GitHub for display in the Marketplace. | ||||
isUnverifiedBoolean! | Whether this listing has been approved for unverified display in the Marketplace. | ||||
isUnverifiedPendingBoolean! | Whether this draft listing has been submitted for review for approval to be unverified in the Marketplace. | ||||
isVerificationPendingFromDraftBoolean! | Whether this draft listing has been submitted for review from GitHub for approval to be verified in the Marketplace. | ||||
isVerificationPendingFromUnverifiedBoolean! | Whether this unverified listing has been submitted for review from GitHub for approval to be verified in the Marketplace. | ||||
isVerifiedBoolean! | Whether this listing has been approved for verified display in the Marketplace. | ||||
logoBackgroundColorString! | The hex color code, without the leading '#', for the logo background. | ||||
logoUrlURI | URL for the listing's logo image. Arguments
| ||||
nameString! | The listing's full name. | ||||
normalizedShortDescriptionString! | The listing's very short description without a trailing period or ampersands. | ||||
pricingUrlURI | URL to the listing's detailed pricing. | ||||
primaryCategoryMarketplaceCategory! | The category that best describes the listing. | ||||
privacyPolicyUrlURI! | URL to the listing's privacy policy, may return an empty string for listings that do not require a privacy policy URL. | ||||
resourcePathURI! | The HTTP path for the Marketplace listing. | ||||
screenshotUrls[String]! | The URLs for the listing's screenshots. | ||||
secondaryCategoryMarketplaceCategory | An alternate category that describes the listing. | ||||
shortDescriptionString! | The listing's very short description. | ||||
slugString! | The short name of the listing used in its URL. | ||||
statusUrlURI | URL to the listing's status page. | ||||
supportEmailString | An email address for support for this listing's app. | ||||
supportUrlURI! | Either a URL or an email address for support for this listing's app, may return an empty string for listings that do not require a support URL. | ||||
termsOfServiceUrlURI | URL to the listing's terms of service. | ||||
urlURI! | The HTTP URL for the Marketplace listing. | ||||
viewerCanAddPlansBoolean! | Can the current viewer add plans for this Marketplace listing. | ||||
viewerCanApproveBoolean! | Can the current viewer approve this Marketplace listing. | ||||
viewerCanDelistBoolean! | Can the current viewer delist this Marketplace listing. | ||||
viewerCanEditBoolean! | Can the current viewer edit this Marketplace listing. | ||||
viewerCanEditCategoriesBoolean! | Can the current viewer edit the primary and secondary category of this Marketplace listing. | ||||
viewerCanEditPlansBoolean! | Can the current viewer edit the plans for this Marketplace listing. | ||||
viewerCanRedraftBoolean! | Can the current viewer return this Marketplace listing to draft state so it becomes editable again. | ||||
viewerCanRejectBoolean! | Can the current viewer reject this Marketplace listing by returning it to an editable draft state or rejecting it entirely. | ||||
viewerCanRequestApprovalBoolean! | Can the current viewer request this listing be reviewed for display in the Marketplace as verified. | ||||
viewerHasPurchasedBoolean! | Indicates whether the current user has an active subscription to this Marketplace listing. | ||||
viewerHasPurchasedForAllOrganizationsBoolean! | Indicates if the current user has purchased a subscription to this Marketplace listing for all of the organizations the user owns. | ||||
viewerIsListingAdminBoolean! | Does the current viewer role allow them to administer this Marketplace listing. |
#
MarketplaceListingConnectionLook up Marketplace Listings
Fields
Name | Description |
---|---|
edges[MarketplaceListingEdge] | A list of edges. |
nodes[MarketplaceListing] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
MarketplaceListingEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeMarketplaceListing | The item at the end of the edge. |
#
MarkFileAsViewedPayloadAutogenerated return type of MarkFileAsViewed
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestPullRequest | The updated pull request. |
#
MarkPullRequestReadyForReviewPayloadAutogenerated return type of MarkPullRequestReadyForReview
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestPullRequest | The pull request that is ready for review. |
#
MembersCanDeleteReposClearAuditEntryAudit log entry for a members_can_delete_repos.clear event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
enterpriseResourcePathURI | The HTTP path for this enterprise. |
enterpriseSlugString | The slug of the enterprise. |
enterpriseUrlURI | The HTTP URL for this enterprise. |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
MembersCanDeleteReposDisableAuditEntryAudit log entry for a members_can_delete_repos.disable event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
enterpriseResourcePathURI | The HTTP path for this enterprise. |
enterpriseSlugString | The slug of the enterprise. |
enterpriseUrlURI | The HTTP URL for this enterprise. |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
MembersCanDeleteReposEnableAuditEntryAudit log entry for a members_can_delete_repos.enable event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
enterpriseResourcePathURI | The HTTP path for this enterprise. |
enterpriseSlugString | The slug of the enterprise. |
enterpriseUrlURI | The HTTP URL for this enterprise. |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
MentionedEventRepresents a 'mentioned' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
databaseIdInt | Identifies the primary key from the database. |
idID! |
#
MergeBranchPayloadAutogenerated return type of MergeBranch
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
mergeCommitCommit | The resulting merge Commit. |
#
MergedEventRepresents a 'merged' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
commitCommit | Identifies the commit associated with the |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
mergeRefRef | Identifies the Ref associated with the |
mergeRefNameString! | Identifies the name of the Ref associated with the |
pullRequestPullRequest! | PullRequest referenced by event. |
resourcePathURI! | The HTTP path for this merged event. |
urlURI! | The HTTP URL for this merged event. |
#
MergePullRequestPayloadAutogenerated return type of MergePullRequest
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestPullRequest | The pull request that was merged. |
#
MilestoneRepresents a Milestone object on a given repository.
Implements
Fields
Name | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
closedBoolean! |
| ||||||||||||||||||||
closedAtDateTime | Identifies the date and time when the object was closed. | ||||||||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||||||||
creatorActor | Identifies the actor who created the milestone. | ||||||||||||||||||||
descriptionString | Identifies the description of the milestone. | ||||||||||||||||||||
dueOnDateTime | Identifies the due date of the milestone. | ||||||||||||||||||||
idID! | |||||||||||||||||||||
issuesIssueConnection! | A list of issues associated with the milestone. Arguments
| ||||||||||||||||||||
numberInt! | Identifies the number of the milestone. | ||||||||||||||||||||
progressPercentageFloat! | Identifies the percentage complete for the milestone | ||||||||||||||||||||
pullRequestsPullRequestConnection! | A list of pull requests associated with the milestone. Arguments
| ||||||||||||||||||||
repositoryRepository! | The repository associated with this milestone. | ||||||||||||||||||||
resourcePathURI! | The HTTP path for this milestone | ||||||||||||||||||||
stateMilestoneState! | Identifies the state of the milestone. | ||||||||||||||||||||
titleString! | Identifies the title of the milestone. | ||||||||||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||||||||||
urlURI! | The HTTP URL for this milestone |
#
MilestoneConnectionThe connection type for Milestone.
Fields
Name | Description |
---|---|
edges[MilestoneEdge] | A list of edges. |
nodes[Milestone] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
MilestonedEventRepresents a 'milestoned' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
milestoneTitleString! | Identifies the milestone title associated with the 'milestoned' event. |
subjectMilestoneItem! | Object referenced by event. |
#
MilestoneEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeMilestone | The item at the end of the edge. |
#
MinimizeCommentPayloadAutogenerated return type of MinimizeComment
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
minimizedCommentMinimizable | The comment that was minimized. |
#
MovedColumnsInProjectEventRepresents a 'moved_columns_in_project' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
databaseIdInt | Identifies the primary key from the database. |
idID! | |
previousProjectColumnNameString! | Column name the issue or pull request was moved from. |
projectProject | Project referenced by event. |
projectCardProjectCard | Project card referenced by this project event. |
projectColumnNameString! | Column name the issue or pull request was moved to. |
#
MoveProjectCardPayloadAutogenerated return type of MoveProjectCard
Fields
Name | Description |
---|---|
cardEdgeProjectCardEdge | The new edge of the moved card. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
MoveProjectColumnPayloadAutogenerated return type of MoveProjectColumn
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
columnEdgeProjectColumnEdge | The new edge of the moved column. |
#
OauthApplicationCreateAuditEntryAudit log entry for a oauth_application.create event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
applicationUrlURI | The application URL of the OAuth Application. |
callbackUrlURI | The callback URL of the OAuth Application. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
oauthApplicationNameString | The name of the OAuth Application. |
oauthApplicationResourcePathURI | The HTTP path for the OAuth Application |
oauthApplicationUrlURI | The HTTP URL for the OAuth Application |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
rateLimitInt | The rate limit of the OAuth Application. |
stateOauthApplicationCreateAuditEntryState | The state of the OAuth Application. |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgAddBillingManagerAuditEntryAudit log entry for a org.add_billing_manager
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
invitationEmailString | The email address used to invite a billing manager for the organization. |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgAddMemberAuditEntryAudit log entry for a org.add_member
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
permissionOrgAddMemberAuditEntryPermission | The permission level of the member added to the organization. |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrganizationAn account on GitHub, with one or more owners, that has repositories, members and teams.
Implements
- Actor
- MemberStatusable
- Node
- PackageOwner
- ProfileOwner
- ProjectOwner
- RepositoryOwner
- Sponsorable
- UniformResourceLocatable
Fields
Name | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
anyPinnableItemsBoolean! | Determine if this repository owner has any items that can be pinned to their profile. Arguments
| ||||||||||||||||||||||||
auditLogOrganizationAuditEntryConnection! | Audit log entries of the organization Arguments
| ||||||||||||||||||||||||
avatarUrlURI! | A URL pointing to the organization's public avatar. Arguments
| ||||||||||||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||||||||||||
descriptionString | The organization's public profile description. | ||||||||||||||||||||||||
descriptionHTMLString | The organization's public profile description rendered to HTML. | ||||||||||||||||||||||||
domainsVerifiableDomainConnection | A list of domains owned by the organization. Arguments
| ||||||||||||||||||||||||
emailString | The organization's public email. | ||||||||||||||||||||||||
hasSponsorsListingBoolean! | True if this user/organization has a GitHub Sponsors listing. | ||||||||||||||||||||||||
idID! | |||||||||||||||||||||||||
interactionAbilityRepositoryInteractionAbility | The interaction ability settings for this organization. | ||||||||||||||||||||||||
ipAllowListEnabledSettingIpAllowListEnabledSettingValue! | The setting value for whether the organization has an IP allow list enabled. | ||||||||||||||||||||||||
ipAllowListEntriesIpAllowListEntryConnection! | The IP addresses that are allowed to access resources owned by the organization. Arguments
| ||||||||||||||||||||||||
isSponsoredByBoolean! | Check if the given account is sponsoring this user/organization. Arguments
| ||||||||||||||||||||||||
isSponsoringViewerBoolean! | True if the viewer is sponsored by this user/organization. | ||||||||||||||||||||||||
isVerifiedBoolean! | Whether the organization has verified its profile email and website. | ||||||||||||||||||||||||
itemShowcaseProfileItemShowcase! | Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity. | ||||||||||||||||||||||||
locationString | The organization's public profile location. | ||||||||||||||||||||||||
loginString! | The organization's login name. | ||||||||||||||||||||||||
memberStatusesUserStatusConnection! | Get the status messages members of this entity have set that are either public or visible only to the organization. Arguments
| ||||||||||||||||||||||||
membersWithRoleOrganizationMemberConnection! | A list of users who are members of this organization. Arguments
| ||||||||||||||||||||||||
nameString | The organization's public profile name. | ||||||||||||||||||||||||
newTeamResourcePathURI! | The HTTP path creating a new team | ||||||||||||||||||||||||
newTeamUrlURI! | The HTTP URL creating a new team | ||||||||||||||||||||||||
notificationDeliveryRestrictionEnabledSettingNotificationRestrictionSettingValue! | Indicates if email notification delivery for this organization is restricted to verified domains. | ||||||||||||||||||||||||
organizationBillingEmailString | The billing email for the organization. | ||||||||||||||||||||||||
packagesPackageConnection! | A list of packages under the owner. Arguments
| ||||||||||||||||||||||||
pendingMembersUserConnection! | A list of users who have been invited to join this organization. Arguments
| ||||||||||||||||||||||||
pinnableItemsPinnableItemConnection! | A list of repositories and gists this profile owner can pin to their profile. Arguments
| ||||||||||||||||||||||||
pinnedItemsPinnableItemConnection! | A list of repositories and gists this profile owner has pinned to their profile Arguments
| ||||||||||||||||||||||||
pinnedItemsRemainingInt! | Returns how many more items this profile owner can pin to their profile. | ||||||||||||||||||||||||
projectProject | Find project by number. Arguments
| ||||||||||||||||||||||||
projectsProjectConnection! | A list of projects under the owner. Arguments
| ||||||||||||||||||||||||
projectsResourcePathURI! | The HTTP path listing organization's projects | ||||||||||||||||||||||||
projectsUrlURI! | The HTTP URL listing organization's projects | ||||||||||||||||||||||||
repositoriesRepositoryConnection! | A list of repositories that the user owns. Arguments
| ||||||||||||||||||||||||
repositoryRepository | Find Repository. Arguments
| ||||||||||||||||||||||||
requiresTwoFactorAuthenticationBoolean | When true the organization requires all members, billing managers, and outside collaborators to enable two-factor authentication. | ||||||||||||||||||||||||
resourcePathURI! | The HTTP path for this organization. | ||||||||||||||||||||||||
samlIdentityProviderOrganizationIdentityProvider | The Organization's SAML identity providers | ||||||||||||||||||||||||
sponsorsListingSponsorsListing | The GitHub Sponsors listing for this user or organization. | ||||||||||||||||||||||||
sponsorshipForViewerAsSponsorSponsorship | The viewer's sponsorship of this entity. | ||||||||||||||||||||||||
sponsorshipsAsMaintainerSponsorshipConnection! | This object's sponsorships as the maintainer. Arguments
| ||||||||||||||||||||||||
sponsorshipsAsSponsorSponsorshipConnection! | This object's sponsorships as the sponsor. Arguments
| ||||||||||||||||||||||||
teamTeam | Find an organization's team by its slug. Arguments
| ||||||||||||||||||||||||
teamsTeamConnection! | A list of teams in this organization. Arguments
| ||||||||||||||||||||||||
teamsResourcePathURI! | The HTTP path listing organization's teams | ||||||||||||||||||||||||
teamsUrlURI! | The HTTP URL listing organization's teams | ||||||||||||||||||||||||
twitterUsernameString | The organization's Twitter username. | ||||||||||||||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||||||||||||||
urlURI! | The HTTP URL for this organization. | ||||||||||||||||||||||||
viewerCanAdministerBoolean! | Organization is adminable by the viewer. | ||||||||||||||||||||||||
viewerCanChangePinnedItemsBoolean! | Can the viewer pin repositories and gists to the profile? | ||||||||||||||||||||||||
viewerCanCreateProjectsBoolean! | Can the current viewer create new projects on this owner. | ||||||||||||||||||||||||
viewerCanCreateRepositoriesBoolean! | Viewer can create repositories on this organization | ||||||||||||||||||||||||
viewerCanCreateTeamsBoolean! | Viewer can create teams on this organization. | ||||||||||||||||||||||||
viewerCanSponsorBoolean! | Whether or not the viewer is able to sponsor this user/organization. | ||||||||||||||||||||||||
viewerIsAMemberBoolean! | Viewer is an active member of this organization. | ||||||||||||||||||||||||
viewerIsSponsoringBoolean! | True if the viewer is sponsoring this user/organization. | ||||||||||||||||||||||||
websiteUrlURI | The organization's public profile URL. |
#
OrganizationAuditEntryConnectionThe connection type for OrganizationAuditEntry.
Fields
Name | Description |
---|---|
edges[OrganizationAuditEntryEdge] | A list of edges. |
nodes[OrganizationAuditEntry] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
OrganizationAuditEntryEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeOrganizationAuditEntry | The item at the end of the edge. |
#
OrganizationConnectionThe connection type for Organization.
Fields
Name | Description |
---|---|
edges[OrganizationEdge] | A list of edges. |
nodes[Organization] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
OrganizationEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeOrganization | The item at the end of the edge. |
#
OrganizationIdentityProviderAn Identity Provider configured to provision SAML and SCIM identities for Organizations
Implements
Fields
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
digestMethodURI | The digest algorithm used to sign SAML requests for the Identity Provider. | ||||||||||
externalIdentitiesExternalIdentityConnection! | External Identities provisioned by this Identity Provider Arguments
| ||||||||||
idID! | |||||||||||
idpCertificateX509Certificate | The x509 certificate used by the Identity Provider to sign assertions and responses. | ||||||||||
issuerString | The Issuer Entity ID for the SAML Identity Provider | ||||||||||
organizationOrganization | Organization this Identity Provider belongs to | ||||||||||
signatureMethodURI | The signature algorithm used to sign SAML requests for the Identity Provider. | ||||||||||
ssoUrlURI | The URL endpoint for the Identity Provider's SAML SSO. |
#
OrganizationInvitationAn Invitation for a user to an organization.
Implements
Fields
Name | Description |
---|---|
createdAtDateTime! | Identifies the date and time when the object was created. |
emailString | The email address of the user invited to the organization. |
idID! | |
invitationTypeOrganizationInvitationType! | The type of invitation that was sent (e.g. email, user). |
inviteeUser | The user who was invited to the organization. |
inviterUser! | The user who created the invitation. |
organizationOrganization! | The organization the invite is for |
roleOrganizationInvitationRole! | The user's pending role in the organization (e.g. member, owner). |
#
OrganizationInvitationConnectionThe connection type for OrganizationInvitation.
Fields
Name | Description |
---|---|
edges[OrganizationInvitationEdge] | A list of edges. |
nodes[OrganizationInvitation] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
OrganizationInvitationEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeOrganizationInvitation | The item at the end of the edge. |
#
OrganizationMemberConnectionThe connection type for User.
Fields
Name | Description |
---|---|
edges[OrganizationMemberEdge] | A list of edges. |
nodes[User] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
OrganizationMemberEdgeRepresents a user within an organization.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
hasTwoFactorEnabledBoolean | Whether the organization member has two factor enabled or not. Returns null if information is not available to viewer. |
nodeUser | The item at the end of the edge. |
roleOrganizationMemberRole | The role this user has in the organization. |
#
OrganizationsHovercardContextAn organization list hovercard context
Implements
Fields
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
messageString! | A string describing this context | ||||||||||
octiconString! | An octicon to accompany this context | ||||||||||
relevantOrganizationsOrganizationConnection! | Organizations this user is a member of that are relevant Arguments
| ||||||||||
totalOrganizationCountInt! | The total number of organizations this user is in |
#
OrganizationTeamsHovercardContextAn organization teams hovercard context
Implements
Fields
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
messageString! | A string describing this context | ||||||||||
octiconString! | An octicon to accompany this context | ||||||||||
relevantTeamsTeamConnection! | Teams in this organization the user is a member of that are relevant Arguments
| ||||||||||
teamsResourcePathURI! | The path for the full team list for this user | ||||||||||
teamsUrlURI! | The URL for the full team list for this user | ||||||||||
totalTeamCountInt! | The total number of teams the user is on in the organization |
#
OrgBlockUserAuditEntryAudit log entry for a org.block_user
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
blockedUserUser | The blocked user. |
blockedUserNameString | The username of the blocked user. |
blockedUserResourcePathURI | The HTTP path for the blocked user. |
blockedUserUrlURI | The HTTP URL for the blocked user. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgConfigDisableCollaboratorsOnlyAuditEntryAudit log entry for a org.config.disable_collaborators_only event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgConfigEnableCollaboratorsOnlyAuditEntryAudit log entry for a org.config.enable_collaborators_only event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgCreateAuditEntryAudit log entry for a org.create event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
billingPlanOrgCreateAuditEntryBillingPlan | The billing plan for the Organization. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgDisableOauthAppRestrictionsAuditEntryAudit log entry for a org.disable_oauth_app_restrictions event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgDisableSamlAuditEntryAudit log entry for a org.disable_saml event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
digestMethodUrlURI | The SAML provider's digest algorithm URL. |
idID! | |
issuerUrlURI | The SAML provider's issuer URL. |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
signatureMethodUrlURI | The SAML provider's signature algorithm URL. |
singleSignOnUrlURI | The SAML provider's single sign-on URL. |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgDisableTwoFactorRequirementAuditEntryAudit log entry for a org.disable_two_factor_requirement event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgEnableOauthAppRestrictionsAuditEntryAudit log entry for a org.enable_oauth_app_restrictions event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgEnableSamlAuditEntryAudit log entry for a org.enable_saml event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
digestMethodUrlURI | The SAML provider's digest algorithm URL. |
idID! | |
issuerUrlURI | The SAML provider's issuer URL. |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
signatureMethodUrlURI | The SAML provider's signature algorithm URL. |
singleSignOnUrlURI | The SAML provider's single sign-on URL. |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgEnableTwoFactorRequirementAuditEntryAudit log entry for a org.enable_two_factor_requirement event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgInviteMemberAuditEntryAudit log entry for a org.invite_member event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
emailString | The email address of the organization invitation. |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationInvitationOrganizationInvitation | The organization invitation. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgInviteToBusinessAuditEntryAudit log entry for a org.invite_to_business event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
enterpriseResourcePathURI | The HTTP path for this enterprise. |
enterpriseSlugString | The slug of the enterprise. |
enterpriseUrlURI | The HTTP URL for this enterprise. |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgOauthAppAccessApprovedAuditEntryAudit log entry for a org.oauth_app_access_approved event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
oauthApplicationNameString | The name of the OAuth Application. |
oauthApplicationResourcePathURI | The HTTP path for the OAuth Application |
oauthApplicationUrlURI | The HTTP URL for the OAuth Application |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgOauthAppAccessDeniedAuditEntryAudit log entry for a org.oauth_app_access_denied event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
oauthApplicationNameString | The name of the OAuth Application. |
oauthApplicationResourcePathURI | The HTTP path for the OAuth Application |
oauthApplicationUrlURI | The HTTP URL for the OAuth Application |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgOauthAppAccessRequestedAuditEntryAudit log entry for a org.oauth_app_access_requested event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
oauthApplicationNameString | The name of the OAuth Application. |
oauthApplicationResourcePathURI | The HTTP path for the OAuth Application |
oauthApplicationUrlURI | The HTTP URL for the OAuth Application |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgRemoveBillingManagerAuditEntryAudit log entry for a org.remove_billing_manager event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
reasonOrgRemoveBillingManagerAuditEntryReason | The reason for the billing manager being removed. |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgRemoveMemberAuditEntryAudit log entry for a org.remove_member event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
membershipTypes[OrgRemoveMemberAuditEntryMembershipType!] | The types of membership the member has with the organization. |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
reasonOrgRemoveMemberAuditEntryReason | The reason for the member being removed. |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgRemoveOutsideCollaboratorAuditEntryAudit log entry for a org.remove_outside_collaborator event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
membershipTypes[OrgRemoveOutsideCollaboratorAuditEntryMembershipType!] | The types of membership the outside collaborator has with the organization. |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
reasonOrgRemoveOutsideCollaboratorAuditEntryReason | The reason for the outside collaborator being removed from the Organization. |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgRestoreMemberAuditEntryAudit log entry for a org.restore_member event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
restoredCustomEmailRoutingsCountInt | The number of custom email routings for the restored member. |
restoredIssueAssignmentsCountInt | The number of issue assignments for the restored member. |
restoredMemberships[OrgRestoreMemberAuditEntryMembership!] | Restored organization membership objects. |
restoredMembershipsCountInt | The number of restored memberships. |
restoredRepositoriesCountInt | The number of repositories of the restored member. |
restoredRepositoryStarsCountInt | The number of starred repositories for the restored member. |
restoredRepositoryWatchesCountInt | The number of watched repositories for the restored member. |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgRestoreMemberMembershipOrganizationAuditEntryDataMetadata for an organization membership for org.restore_member actions
Implements
Fields
Name | Description |
---|---|
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
#
OrgRestoreMemberMembershipRepositoryAuditEntryDataMetadata for a repository membership for org.restore_member actions
Implements
Fields
Name | Description |
---|---|
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
#
OrgRestoreMemberMembershipTeamAuditEntryDataMetadata for a team membership for org.restore_member actions
Implements
Fields
Name | Description |
---|---|
teamTeam | The team associated with the action |
teamNameString | The name of the team |
teamResourcePathURI | The HTTP path for this team |
teamUrlURI | The HTTP URL for this team |
#
OrgUnblockUserAuditEntryAudit log entry for a org.unblock_user
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
blockedUserUser | The user being unblocked by the organization. |
blockedUserNameString | The username of the blocked user. |
blockedUserResourcePathURI | The HTTP path for the blocked user. |
blockedUserUrlURI | The HTTP URL for the blocked user. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgUpdateDefaultRepositoryPermissionAuditEntryAudit log entry for a org.update_default_repository_permission
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
permissionOrgUpdateDefaultRepositoryPermissionAuditEntryPermission | The new default repository permission level for the organization. |
permissionWasOrgUpdateDefaultRepositoryPermissionAuditEntryPermission | The former default repository permission level for the organization. |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgUpdateMemberAuditEntryAudit log entry for a org.update_member event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
permissionOrgUpdateMemberAuditEntryPermission | The new member permission level for the organization. |
permissionWasOrgUpdateMemberAuditEntryPermission | The former member permission level for the organization. |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
OrgUpdateMemberRepositoryCreationPermissionAuditEntryAudit log entry for a org.update_member_repository_creation_permission event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
canCreateRepositoriesBoolean | Can members create repositories in the organization. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
visibilityOrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility | The permission for visibility level of repositories for this organization. |
#
OrgUpdateMemberRepositoryInvitationPermissionAuditEntryAudit log entry for a org.update_member_repository_invitation_permission event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
canInviteOutsideCollaboratorsToRepositoriesBoolean | Can outside collaborators be invited to repositories in the organization. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
PackageInformation for an uploaded package.
Implements
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
idID! | |||||||||||||
latestVersionPackageVersion | Find the latest version for the package. | ||||||||||||
nameString! | Identifies the name of the package. | ||||||||||||
packageTypePackageType! | Identifies the type of the package. | ||||||||||||
repositoryRepository | The repository this package belongs to. | ||||||||||||
statisticsPackageStatistics | Statistics about package activity. | ||||||||||||
versionPackageVersion | Find package version by version string. Arguments
| ||||||||||||
versionsPackageVersionConnection! | list of versions for this package Arguments
|
#
PackageConnectionThe connection type for Package.
Fields
Name | Description |
---|---|
edges[PackageEdge] | A list of edges. |
nodes[Package] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
PackageEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePackage | The item at the end of the edge. |
#
PackageFileA file in a package version.
Implements
Fields
Name | Description |
---|---|
idID! | |
md5String | MD5 hash of the file. |
nameString! | Name of the file. |
packageVersionPackageVersion | The package version this file belongs to. |
sha1String | SHA1 hash of the file. |
sha256String | SHA256 hash of the file. |
sizeInt | Size of the file in bytes. |
updatedAtDateTime! | Identifies the date and time when the object was last updated. |
urlURI | URL to download the asset. |
#
PackageFileConnectionThe connection type for PackageFile.
Fields
Name | Description |
---|---|
edges[PackageFileEdge] | A list of edges. |
nodes[PackageFile] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
PackageFileEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePackageFile | The item at the end of the edge. |
#
PackageStatisticsRepresents a object that contains package activity statistics such as downloads.
Fields
Name | Description |
---|---|
downloadsTotalCountInt! | Number of times the package was downloaded since it was created. |
#
PackageTagA version tag contains the mapping between a tag name and a version.
Implements
Fields
Name | Description |
---|---|
idID! | |
nameString! | Identifies the tag name of the version. |
versionPackageVersion | Version that the tag is associated with. |
#
PackageVersionInformation about a specific package version.
Implements
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
filesPackageFileConnection! | List of files associated with this package version Arguments
| ||||||||||||
idID! | |||||||||||||
packagePackage | The package associated with this version. | ||||||||||||
platformString | The platform this version was built for. | ||||||||||||
preReleaseBoolean! | Whether or not this version is a pre-release. | ||||||||||||
readmeString | The README of this package version. | ||||||||||||
releaseRelease | The release associated with this package version. | ||||||||||||
statisticsPackageVersionStatistics | Statistics about package activity. | ||||||||||||
summaryString | The package version summary. | ||||||||||||
versionString! | The version string. |
#
PackageVersionConnectionThe connection type for PackageVersion.
Fields
Name | Description |
---|---|
edges[PackageVersionEdge] | A list of edges. |
nodes[PackageVersion] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
PackageVersionEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePackageVersion | The item at the end of the edge. |
#
PackageVersionStatisticsRepresents a object that contains package version activity statistics such as downloads.
Fields
Name | Description |
---|---|
downloadsTotalCountInt! | Number of times the package was downloaded since it was created. |
#
PageInfoInformation about pagination in a connection.
Fields
Name | Description |
---|---|
endCursorString | When paginating forwards, the cursor to continue. |
hasNextPageBoolean! | When paginating forwards, are there more items? |
hasPreviousPageBoolean! | When paginating backwards, are there more items? |
startCursorString | When paginating backwards, the cursor to continue. |
#
PermissionSourceA level of permission and source for a user's access to a repository.
Fields
Name | Description |
---|---|
organizationOrganization! | The organization the repository belongs to. |
permissionDefaultRepositoryPermissionField! | The level of access this source has granted to the user. |
sourcePermissionGranter! | The source of this permission. |
#
PinIssuePayloadAutogenerated return type of PinIssue
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
issueIssue | The issue that was pinned |
#
PinnableItemConnectionThe connection type for PinnableItem.
Fields
Name | Description |
---|---|
edges[PinnableItemEdge] | A list of edges. |
nodes[PinnableItem] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
PinnableItemEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePinnableItem | The item at the end of the edge. |
#
PinnedEventRepresents a 'pinned' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
issueIssue! | Identifies the issue associated with the event. |
#
PinnedIssueA Pinned Issue is a issue pinned to a repository's index page.
Implements
Fields
Name | Description |
---|---|
databaseIdInt | Identifies the primary key from the database. |
idID! | |
issueIssue! | The issue that was pinned. |
pinnedByActor! | The actor that pinned this issue. |
repositoryRepository! | The repository that this issue was pinned to. |
#
PinnedIssueConnectionThe connection type for PinnedIssue.
Fields
Name | Description |
---|---|
edges[PinnedIssueEdge] | A list of edges. |
nodes[PinnedIssue] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
PinnedIssueEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePinnedIssue | The item at the end of the edge. |
#
PrivateRepositoryForkingDisableAuditEntryAudit log entry for a private_repository_forking.disable event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
enterpriseResourcePathURI | The HTTP path for this enterprise. |
enterpriseSlugString | The slug of the enterprise. |
enterpriseUrlURI | The HTTP URL for this enterprise. |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
PrivateRepositoryForkingEnableAuditEntryAudit log entry for a private_repository_forking.enable event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
enterpriseResourcePathURI | The HTTP path for this enterprise. |
enterpriseSlugString | The slug of the enterprise. |
enterpriseUrlURI | The HTTP URL for this enterprise. |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
ProfileItemShowcaseA curatable list of repositories relating to a repository owner, which defaults to showing the most popular repositories they own.
Fields
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
hasPinnedItemsBoolean! | Whether or not the owner has pinned any repositories or gists. | ||||||||||
itemsPinnableItemConnection! | 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. Arguments
|
#
ProjectProjects manage issues, pull requests and notes within a project owner.
Implements
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bodyString | The project's description body. | ||||||||||||
bodyHTMLHTML! | The projects description body rendered to HTML. | ||||||||||||
closedBoolean! |
| ||||||||||||
closedAtDateTime | Identifies the date and time when the object was closed. | ||||||||||||
columnsProjectColumnConnection! | List of columns in the project Arguments
| ||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||
creatorActor | The actor who originally created the project. | ||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||
idID! | |||||||||||||
nameString! | The project's name. | ||||||||||||
numberInt! | The project's number. | ||||||||||||
ownerProjectOwner! | The project's owner. Currently limited to repositories, organizations, and users. | ||||||||||||
pendingCardsProjectCardConnection! | List of pending cards in this project Arguments
| ||||||||||||
progressProjectProgress! | Project progress details. | ||||||||||||
resourcePathURI! | The HTTP path for this project | ||||||||||||
stateProjectState! | Whether the project is open or closed. | ||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||
urlURI! | The HTTP URL for this project | ||||||||||||
viewerCanUpdateBoolean! | Check if the current viewer can update this object. |
#
ProjectCardA card in a project.
Implements
Fields
Name | Description |
---|---|
columnProjectColumn | 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. |
contentProjectCardItem | The card content item |
createdAtDateTime! | Identifies the date and time when the object was created. |
creatorActor | The actor who created this card |
databaseIdInt | Identifies the primary key from the database. |
idID! | |
isArchivedBoolean! | Whether the card is archived |
noteString | The card note |
projectProject! | The project that contains this card. |
resourcePathURI! | The HTTP path for this card |
stateProjectCardState | The state of ProjectCard |
updatedAtDateTime! | Identifies the date and time when the object was last updated. |
urlURI! | The HTTP URL for this card |
#
ProjectCardConnectionThe connection type for ProjectCard.
Fields
Name | Description |
---|---|
edges[ProjectCardEdge] | A list of edges. |
nodes[ProjectCard] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
ProjectCardEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeProjectCard | The item at the end of the edge. |
#
ProjectColumnA column inside a project.
Implements
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cardsProjectCardConnection! | List of cards in the column Arguments
| ||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||
idID! | |||||||||||||
nameString! | The project column's name. | ||||||||||||
projectProject! | The project that contains this column. | ||||||||||||
purposeProjectColumnPurpose | The semantic purpose of the column | ||||||||||||
resourcePathURI! | The HTTP path for this project column | ||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||
urlURI! | The HTTP URL for this project column |
#
ProjectColumnConnectionThe connection type for ProjectColumn.
Fields
Name | Description |
---|---|
edges[ProjectColumnEdge] | A list of edges. |
nodes[ProjectColumn] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
ProjectColumnEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeProjectColumn | The item at the end of the edge. |
#
ProjectConnectionA list of projects associated with the owner.
Fields
Name | Description |
---|---|
edges[ProjectEdge] | A list of edges. |
nodes[Project] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
ProjectEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeProject | The item at the end of the edge. |
#
ProjectProgressProject progress stats.
Fields
Name | Description |
---|---|
doneCountInt! | The number of done cards. |
donePercentageFloat! | The percentage of done cards. |
enabledBoolean! | Whether progress tracking is enabled and cards with purpose exist for this project |
inProgressCountInt! | The number of in-progress cards. |
inProgressPercentageFloat! | The percentage of in-progress cards. |
todoCountInt! | The number of to do cards. |
todoPercentageFloat! | The percentage of to do cards. |
#
PublicKeyA user's public key.
Implements
Fields
Name | Description |
---|---|
accessedAtDateTime | The last time this authorization was used to perform an action. Values will be null for keys not owned by the user. |
createdAtDateTime | 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. |
fingerprintString! | The fingerprint for this PublicKey. |
idID! | |
isReadOnlyBoolean | Whether this PublicKey is read-only or not. Values will be null for keys not owned by the user. |
keyString! | The public key string. |
updatedAtDateTime | 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. |
#
PublicKeyConnectionThe connection type for PublicKey.
Fields
Name | Description |
---|---|
edges[PublicKeyEdge] | A list of edges. |
nodes[PublicKey] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
PublicKeyEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePublicKey | The item at the end of the edge. |
#
PullRequestA repository pull request.
Implements
- Assignable
- Closable
- Comment
- Labelable
- Lockable
- Node
- Reactable
- RepositoryNode
- Subscribable
- UniformResourceLocatable
- Updatable
- UpdatableComment
Fields
Name | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
activeLockReasonLockReason | Reason that the conversation was locked. | ||||||||||||||||
additionsInt! | The number of additions in this pull request. | ||||||||||||||||
assigneesUserConnection! | A list of Users assigned to this object. Arguments
| ||||||||||||||||
authorActor | The actor who authored the comment. | ||||||||||||||||
authorAssociationCommentAuthorAssociation! | Author's association with the subject of the comment. | ||||||||||||||||
autoMergeRequestAutoMergeRequest | Returns the auto-merge request object if one exists for this pull request. | ||||||||||||||||
baseRefRef | Identifies the base Ref associated with the pull request. | ||||||||||||||||
baseRefNameString! | Identifies the name of the base Ref associated with the pull request, even if the ref has been deleted. | ||||||||||||||||
baseRefOidGitObjectID! | Identifies the oid of the base ref associated with the pull request, even if the ref has been deleted. | ||||||||||||||||
baseRepositoryRepository | The repository associated with this pull request's base Ref. | ||||||||||||||||
bodyString! | The body as Markdown. | ||||||||||||||||
bodyHTMLHTML! | The body rendered to HTML. | ||||||||||||||||
bodyTextString! | The body rendered to text. | ||||||||||||||||
canBeRebasedBoolean! | Whether or not the pull request is rebaseable. | ||||||||||||||||
changedFilesInt! | The number of changed files in this pull request. | ||||||||||||||||
checksResourcePathURI! | The HTTP path for the checks of this pull request. | ||||||||||||||||
checksUrlURI! | The HTTP URL for the checks of this pull request. | ||||||||||||||||
closedBoolean! |
| ||||||||||||||||
closedAtDateTime | Identifies the date and time when the object was closed. | ||||||||||||||||
commentsIssueCommentConnection! | A list of comments associated with the pull request. Arguments
| ||||||||||||||||
commitsPullRequestCommitConnection! | A list of commits present in this pull request's head branch not present in the base branch. Arguments
| ||||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||||
createdViaEmailBoolean! | Check if this comment was created via an email reply. | ||||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||||
deletionsInt! | The number of deletions in this pull request. | ||||||||||||||||
editorActor | The actor who edited this pull request's body. | ||||||||||||||||
filesPullRequestChangedFileConnection | Lists the files changed within this pull request. Arguments
| ||||||||||||||||
headRefRef | Identifies the head Ref associated with the pull request. | ||||||||||||||||
headRefNameString! | Identifies the name of the head Ref associated with the pull request, even if the ref has been deleted. | ||||||||||||||||
headRefOidGitObjectID! | Identifies the oid of the head ref associated with the pull request, even if the ref has been deleted. | ||||||||||||||||
headRepositoryRepository | The repository associated with this pull request's head Ref. | ||||||||||||||||
headRepositoryOwnerRepositoryOwner | The owner of the repository associated with this pull request's head Ref. | ||||||||||||||||
hovercardHovercard! | The hovercard information for this issue Arguments
| ||||||||||||||||
idID! | |||||||||||||||||
includesCreatedEditBoolean! | Check if this comment was edited and includes an edit with the creation data | ||||||||||||||||
isCrossRepositoryBoolean! | The head and base repositories are different. | ||||||||||||||||
isDraftBoolean! | Identifies if the pull request is a draft. | ||||||||||||||||
isReadByViewerBoolean | Is this pull request read by the viewer | ||||||||||||||||
labelsLabelConnection | A list of labels associated with the object. Arguments
| ||||||||||||||||
lastEditedAtDateTime | The moment the editor made the last edit | ||||||||||||||||
latestOpinionatedReviewsPullRequestReviewConnection | A list of latest reviews per user associated with the pull request. Arguments
| ||||||||||||||||
latestReviewsPullRequestReviewConnection | A list of latest reviews per user associated with the pull request that are not also pending review. Arguments
| ||||||||||||||||
lockedBoolean! |
| ||||||||||||||||
maintainerCanModifyBoolean! | Indicates whether maintainers can modify the pull request. | ||||||||||||||||
mergeCommitCommit | The commit that was created when this pull request was merged. | ||||||||||||||||
mergeStateStatusMergeStateStatus! | Detailed information about the current pull request merge state status. | ||||||||||||||||
mergeableMergeableState! | Whether or not the pull request can be merged based on the existence of merge conflicts. | ||||||||||||||||
mergedBoolean! | Whether or not the pull request was merged. | ||||||||||||||||
mergedAtDateTime | The date and time that the pull request was merged. | ||||||||||||||||
mergedByActor | The actor who merged the pull request. | ||||||||||||||||
milestoneMilestone | Identifies the milestone associated with the pull request. | ||||||||||||||||
numberInt! | Identifies the pull request number. | ||||||||||||||||
participantsUserConnection! | A list of Users that are participating in the Pull Request conversation. Arguments
| ||||||||||||||||
permalinkURI! | The permalink to the pull request. | ||||||||||||||||
potentialMergeCommitCommit | 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 | ||||||||||||||||
projectCardsProjectCardConnection! | List of project cards associated with this pull request. Arguments
| ||||||||||||||||
publishedAtDateTime | Identifies when the comment was published at. | ||||||||||||||||
reactionGroups[ReactionGroup!] | A list of reactions grouped by content left on the subject. | ||||||||||||||||
reactionsReactionConnection! | A list of Reactions left on the Issue. Arguments
| ||||||||||||||||
repositoryRepository! | The repository associated with this node. | ||||||||||||||||
resourcePathURI! | The HTTP path for this pull request. | ||||||||||||||||
revertResourcePathURI! | The HTTP path for reverting this pull request. | ||||||||||||||||
revertUrlURI! | The HTTP URL for reverting this pull request. | ||||||||||||||||
reviewDecisionPullRequestReviewDecision | The current status of this pull request with respect to code review. | ||||||||||||||||
reviewRequestsReviewRequestConnection | A list of review requests associated with the pull request. Arguments
| ||||||||||||||||
reviewThreadsPullRequestReviewThreadConnection! | The list of all review threads for this pull request. Arguments
| ||||||||||||||||
reviewsPullRequestReviewConnection | A list of reviews associated with the pull request. Arguments
| ||||||||||||||||
statePullRequestState! | Identifies the state of the pull request. | ||||||||||||||||
suggestedReviewers[SuggestedReviewer]! | A list of reviewer suggestions based on commit history and past review comments. | ||||||||||||||||
timelinePullRequestTimelineConnection! | Deprecated: `timeline` will be removed Use PullRequest.timelineItems instead. Removal on 2020-10-01 UTC. A list of events, comments, commits, etc. associated with the pull request. Arguments
| ||||||||||||||||
timelineItemsPullRequestTimelineItemsConnection! | A list of events, comments, commits, etc. associated with the pull request. Arguments
| ||||||||||||||||
titleString! | Identifies the pull request title. | ||||||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||||||
urlURI! | The HTTP URL for this pull request. | ||||||||||||||||
userContentEditsUserContentEditConnection | A list of edits to this content. Arguments
| ||||||||||||||||
viewerCanApplySuggestionBoolean! | Whether or not the viewer can apply suggestion. | ||||||||||||||||
viewerCanDeleteHeadRefBoolean! | Check if the viewer can restore the deleted head ref. | ||||||||||||||||
viewerCanDisableAutoMergeBoolean! | Whether or not the viewer can disable auto-merge | ||||||||||||||||
viewerCanEnableAutoMergeBoolean! | Whether or not the viewer can enable auto-merge | ||||||||||||||||
viewerCanReactBoolean! | Can user react to this subject | ||||||||||||||||
viewerCanSubscribeBoolean! | Check if the viewer is able to change their subscription status for the repository. | ||||||||||||||||
viewerCanUpdateBoolean! | Check if the current viewer can update this object. | ||||||||||||||||
viewerCannotUpdateReasons[CommentCannotUpdateReason!]! | Reasons why the current viewer can not update this comment. | ||||||||||||||||
viewerDidAuthorBoolean! | Did the viewer author this comment. | ||||||||||||||||
viewerLatestReviewPullRequestReview | The latest review given from the viewer. | ||||||||||||||||
viewerLatestReviewRequestReviewRequest | The person who has requested the viewer for review on this pull request. | ||||||||||||||||
viewerMergeBodyTextString! | The merge body text for the viewer and method. Arguments
| ||||||||||||||||
viewerMergeHeadlineTextString! | The merge headline text for the viewer and method. Arguments
| ||||||||||||||||
viewerSubscriptionSubscriptionState | Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. |
#
PullRequestChangedFileA file changed in a pull request.
Fields
Name | Description |
---|---|
additionsInt! | The number of additions to the file. |
deletionsInt! | The number of deletions to the file. |
pathString! | The path of the file. |
viewerViewedStateFileViewedState! | The state of the file for the viewer. |
#
PullRequestChangedFileConnectionThe connection type for PullRequestChangedFile.
Fields
Name | Description |
---|---|
edges[PullRequestChangedFileEdge] | A list of edges. |
nodes[PullRequestChangedFile] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
PullRequestChangedFileEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePullRequestChangedFile | The item at the end of the edge. |
#
PullRequestCommitRepresents a Git commit part of a pull request.
Implements
Fields
Name | Description |
---|---|
commitCommit! | The Git commit object |
idID! | |
pullRequestPullRequest! | The pull request this commit belongs to |
resourcePathURI! | The HTTP path for this pull request commit |
urlURI! | The HTTP URL for this pull request commit |
#
PullRequestCommitCommentThreadRepresents a commit comment thread part of a pull request.
Implements
Fields
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
commentsCommitCommentConnection! | The comments that exist in this thread. Arguments
| ||||||||||
commitCommit! | The commit the comments were made on. | ||||||||||
idID! | |||||||||||
pathString | The file the comments were made on. | ||||||||||
positionInt | The position in the diff for the commit that the comment was made on. | ||||||||||
pullRequestPullRequest! | The pull request this commit comment thread belongs to | ||||||||||
repositoryRepository! | The repository associated with this node. |
#
PullRequestCommitConnectionThe connection type for PullRequestCommit.
Fields
Name | Description |
---|---|
edges[PullRequestCommitEdge] | A list of edges. |
nodes[PullRequestCommit] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
PullRequestCommitEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePullRequestCommit | The item at the end of the edge. |
#
PullRequestConnectionThe connection type for PullRequest.
Fields
Name | Description |
---|---|
edges[PullRequestEdge] | A list of edges. |
nodes[PullRequest] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
PullRequestContributionsByRepositoryThis aggregates pull requests opened by a user within one repository.
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
contributionsCreatedPullRequestContributionConnection! | The pull request contributions. Arguments
| ||||||||||||
repositoryRepository! | The repository in which the pull requests were opened. |
#
PullRequestEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePullRequest | The item at the end of the edge. |
#
PullRequestReviewA review object for a given pull request.
Implements
Fields
Name | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
authorActor | The actor who authored the comment. | ||||||||||||||
authorAssociationCommentAuthorAssociation! | Author's association with the subject of the comment. | ||||||||||||||
authorCanPushToRepositoryBoolean! | Indicates whether the author of this review has push access to the repository. | ||||||||||||||
bodyString! | Identifies the pull request review body. | ||||||||||||||
bodyHTMLHTML! | The body rendered to HTML. | ||||||||||||||
bodyTextString! | The body of this review rendered as plain text. | ||||||||||||||
commentsPullRequestReviewCommentConnection! | A list of review comments for the current pull request review. Arguments
| ||||||||||||||
commitCommit | Identifies the commit associated with this pull request review. | ||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||
createdViaEmailBoolean! | Check if this comment was created via an email reply. | ||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||
editorActor | The actor who edited the comment. | ||||||||||||||
idID! | |||||||||||||||
includesCreatedEditBoolean! | Check if this comment was edited and includes an edit with the creation data | ||||||||||||||
lastEditedAtDateTime | The moment the editor made the last edit | ||||||||||||||
onBehalfOfTeamConnection! | A list of teams that this review was made on behalf of. Arguments
| ||||||||||||||
publishedAtDateTime | Identifies when the comment was published at. | ||||||||||||||
pullRequestPullRequest! | Identifies the pull request associated with this pull request review. | ||||||||||||||
reactionGroups[ReactionGroup!] | A list of reactions grouped by content left on the subject. | ||||||||||||||
reactionsReactionConnection! | A list of Reactions left on the Issue. Arguments
| ||||||||||||||
repositoryRepository! | The repository associated with this node. | ||||||||||||||
resourcePathURI! | The HTTP path permalink for this PullRequestReview. | ||||||||||||||
statePullRequestReviewState! | Identifies the current state of the pull request review. | ||||||||||||||
submittedAtDateTime | Identifies when the Pull Request Review was submitted | ||||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||||
urlURI! | The HTTP URL permalink for this PullRequestReview. | ||||||||||||||
userContentEditsUserContentEditConnection | A list of edits to this content. Arguments
| ||||||||||||||
viewerCanDeleteBoolean! | Check if the current viewer can delete this object. | ||||||||||||||
viewerCanReactBoolean! | Can user react to this subject | ||||||||||||||
viewerCanUpdateBoolean! | Check if the current viewer can update this object. | ||||||||||||||
viewerCannotUpdateReasons[CommentCannotUpdateReason!]! | Reasons why the current viewer can not update this comment. | ||||||||||||||
viewerDidAuthorBoolean! | Did the viewer author this comment. |
#
PullRequestReviewCommentA review comment associated with a given repository pull request.
Implements
Fields
Name | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
authorActor | The actor who authored the comment. | ||||||||||||||
authorAssociationCommentAuthorAssociation! | Author's association with the subject of the comment. | ||||||||||||||
bodyString! | The comment body of this review comment. | ||||||||||||||
bodyHTMLHTML! | The body rendered to HTML. | ||||||||||||||
bodyTextString! | The comment body of this review comment rendered as plain text. | ||||||||||||||
commitCommit | Identifies the commit associated with the comment. | ||||||||||||||
createdAtDateTime! | Identifies when the comment was created. | ||||||||||||||
createdViaEmailBoolean! | Check if this comment was created via an email reply. | ||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||
diffHunkString! | The diff hunk to which the comment applies. | ||||||||||||||
draftedAtDateTime! | Identifies when the comment was created in a draft state. | ||||||||||||||
editorActor | The actor who edited the comment. | ||||||||||||||
idID! | |||||||||||||||
includesCreatedEditBoolean! | Check if this comment was edited and includes an edit with the creation data | ||||||||||||||
isMinimizedBoolean! | Returns whether or not a comment has been minimized. | ||||||||||||||
lastEditedAtDateTime | The moment the editor made the last edit | ||||||||||||||
minimizedReasonString | Returns why the comment was minimized. | ||||||||||||||
originalCommitCommit | Identifies the original commit associated with the comment. | ||||||||||||||
originalPositionInt! | The original line index in the diff to which the comment applies. | ||||||||||||||
outdatedBoolean! | Identifies when the comment body is outdated | ||||||||||||||
pathString! | The path to which the comment applies. | ||||||||||||||
positionInt | The line index in the diff to which the comment applies. | ||||||||||||||
publishedAtDateTime | Identifies when the comment was published at. | ||||||||||||||
pullRequestPullRequest! | The pull request associated with this review comment. | ||||||||||||||
pullRequestReviewPullRequestReview | The pull request review associated with this review comment. | ||||||||||||||
reactionGroups[ReactionGroup!] | A list of reactions grouped by content left on the subject. | ||||||||||||||
reactionsReactionConnection! | A list of Reactions left on the Issue. Arguments
| ||||||||||||||
replyToPullRequestReviewComment | The comment this is a reply to. | ||||||||||||||
repositoryRepository! | The repository associated with this node. | ||||||||||||||
resourcePathURI! | The HTTP path permalink for this review comment. | ||||||||||||||
statePullRequestReviewCommentState! | Identifies the state of the comment. | ||||||||||||||
updatedAtDateTime! | Identifies when the comment was last updated. | ||||||||||||||
urlURI! | The HTTP URL permalink for this review comment. | ||||||||||||||
userContentEditsUserContentEditConnection | A list of edits to this content. Arguments
| ||||||||||||||
viewerCanDeleteBoolean! | Check if the current viewer can delete this object. | ||||||||||||||
viewerCanMinimizeBoolean! | Check if the current viewer can minimize this object. | ||||||||||||||
viewerCanReactBoolean! | Can user react to this subject | ||||||||||||||
viewerCanUpdateBoolean! | Check if the current viewer can update this object. | ||||||||||||||
viewerCannotUpdateReasons[CommentCannotUpdateReason!]! | Reasons why the current viewer can not update this comment. | ||||||||||||||
viewerDidAuthorBoolean! | Did the viewer author this comment. |
#
PullRequestReviewCommentConnectionThe connection type for PullRequestReviewComment.
Fields
Name | Description |
---|---|
edges[PullRequestReviewCommentEdge] | A list of edges. |
nodes[PullRequestReviewComment] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
PullRequestReviewCommentEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePullRequestReviewComment | The item at the end of the edge. |
#
PullRequestReviewConnectionThe connection type for PullRequestReview.
Fields
Name | Description |
---|---|
edges[PullRequestReviewEdge] | A list of edges. |
nodes[PullRequestReview] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
PullRequestReviewContributionsByRepositoryThis aggregates pull request reviews made by a user within one repository.
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
contributionsCreatedPullRequestReviewContributionConnection! | The pull request review contributions. Arguments
| ||||||||||||
repositoryRepository! | The repository in which the pull request reviews were made. |
#
PullRequestReviewEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePullRequestReview | The item at the end of the edge. |
#
PullRequestReviewThreadA threaded list of comments for a given pull request.
Implements
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
commentsPullRequestReviewCommentConnection! | A list of pull request comments associated with the thread. Arguments
| ||||||||||||
diffSideDiffSide! | The side of the diff on which this thread was placed. | ||||||||||||
idID! | |||||||||||||
isCollapsedBoolean! | Whether or not the thread has been collapsed (outdated or resolved) | ||||||||||||
isOutdatedBoolean! | Indicates whether this thread was outdated by newer changes. | ||||||||||||
isResolvedBoolean! | Whether this thread has been resolved | ||||||||||||
lineInt | The line in the file to which this thread refers | ||||||||||||
originalLineInt | The original line in the file to which this thread refers. | ||||||||||||
originalStartLineInt | The original start line in the file to which this thread refers (multi-line only). | ||||||||||||
pathString! | Identifies the file path of this thread. | ||||||||||||
pullRequestPullRequest! | Identifies the pull request associated with this thread. | ||||||||||||
repositoryRepository! | Identifies the repository associated with this thread. | ||||||||||||
resolvedByUser | The user who resolved this thread | ||||||||||||
startDiffSideDiffSide | The side of the diff that the first line of the thread starts on (multi-line only) | ||||||||||||
startLineInt | The start line in the file to which this thread refers (multi-line only) | ||||||||||||
viewerCanReplyBoolean! | Indicates whether the current viewer can reply to this thread. | ||||||||||||
viewerCanResolveBoolean! | Whether or not the viewer can resolve this thread | ||||||||||||
viewerCanUnresolveBoolean! | Whether or not the viewer can unresolve this thread |
#
PullRequestReviewThreadConnectionReview comment threads for a pull request review.
Fields
Name | Description |
---|---|
edges[PullRequestReviewThreadEdge] | A list of edges. |
nodes[PullRequestReviewThread] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
PullRequestReviewThreadEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePullRequestReviewThread | The item at the end of the edge. |
#
PullRequestRevisionMarkerRepresents the latest point in the pull request timeline for which the viewer has seen the pull request's commits.
Fields
Name | Description |
---|---|
createdAtDateTime! | Identifies the date and time when the object was created. |
lastSeenCommitCommit! | The last commit the viewer has seen. |
pullRequestPullRequest! | The pull request to which the marker belongs. |
#
PullRequestTimelineConnectionThe connection type for PullRequestTimelineItem.
Fields
Name | Description |
---|---|
edges[PullRequestTimelineItemEdge] | A list of edges. |
nodes[PullRequestTimelineItem] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
PullRequestTimelineItemEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePullRequestTimelineItem | The item at the end of the edge. |
#
PullRequestTimelineItemsConnectionThe connection type for PullRequestTimelineItems.
Fields
Name | Description |
---|---|
edges[PullRequestTimelineItemsEdge] | A list of edges. |
filteredCountInt! | Identifies the count of items after applying |
nodes[PullRequestTimelineItems] | A list of nodes. |
pageCountInt! | Identifies the count of items after applying |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
updatedAtDateTime! | Identifies the date and time when the timeline was last updated. |
#
PullRequestTimelineItemsEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePullRequestTimelineItems | The item at the end of the edge. |
#
PushA Git push.
Implements
Fields
Name | Description |
---|---|
idID! | |
nextShaGitObjectID | The SHA after the push |
permalinkURI! | The permalink for this push. |
previousShaGitObjectID | The SHA before the push |
pusherUser! | The user who pushed |
repositoryRepository! | The repository that was pushed to |
#
PushAllowanceA team, user or app who has the ability to push to a protected branch.
Implements
Fields
Name | Description |
---|---|
actorPushAllowanceActor | The actor that can push. |
branchProtectionRuleBranchProtectionRule | Identifies the branch protection rule associated with the allowed user or team. |
idID! |
#
PushAllowanceConnectionThe connection type for PushAllowance.
Fields
Name | Description |
---|---|
edges[PushAllowanceEdge] | A list of edges. |
nodes[PushAllowance] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
PushAllowanceEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodePushAllowance | The item at the end of the edge. |
#
RateLimitRepresents the client's rate limit.
Fields
Name | Description |
---|---|
costInt! | The point cost for the current query counting against the rate limit. |
limitInt! | The maximum number of points the client is permitted to consume in a 60 minute window. |
nodeCountInt! | The maximum number of nodes this query may return |
remainingInt! | The number of points remaining in the current rate limit window. |
resetAtDateTime! | The time at which the current rate limit window resets in UTC epoch seconds. |
usedInt! | The number of points used in the current rate limit window. |
#
ReactingUserConnectionThe connection type for User.
Fields
Name | Description |
---|---|
edges[ReactingUserEdge] | A list of edges. |
nodes[User] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
ReactingUserEdgeRepresents a user that's made a reaction.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeUser! | |
reactedAtDateTime! | The moment when the user made the reaction. |
#
ReactionAn emoji reaction to a particular piece of content.
Implements
Fields
Name | Description |
---|---|
contentReactionContent! | Identifies the emoji reaction. |
createdAtDateTime! | Identifies the date and time when the object was created. |
databaseIdInt | Identifies the primary key from the database. |
idID! | |
reactableReactable! | The reactable piece of content |
userUser | Identifies the user who created this reaction. |
#
ReactionConnectionA list of reactions that have been left on the subject.
Fields
Name | Description |
---|---|
edges[ReactionEdge] | A list of edges. |
nodes[Reaction] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
viewerHasReactedBoolean! | Whether or not the authenticated user has left a reaction on the subject. |
#
ReactionEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeReaction | The item at the end of the edge. |
#
ReactionGroupA group of emoji reactions to a particular piece of content.
Fields
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
contentReactionContent! | Identifies the emoji reaction. | ||||||||||
createdAtDateTime | Identifies when the reaction was created. | ||||||||||
subjectReactable! | The subject that was reacted to. | ||||||||||
usersReactingUserConnection! | Users who have reacted to the reaction subject with the emotion represented by this reaction group Arguments
| ||||||||||
viewerHasReactedBoolean! | Whether or not the authenticated user has left a reaction on the subject. |
#
ReadyForReviewEventRepresents a 'ready_for_review' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
pullRequestPullRequest! | PullRequest referenced by event. |
resourcePathURI! | The HTTP path for this ready for review event. |
urlURI! | The HTTP URL for this ready for review event. |
#
RefRepresents a Git reference.
Implements
Fields
Name | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
associatedPullRequestsPullRequestConnection! | A list of pull requests with this ref as the head ref. Arguments
| ||||||||||||||||||||
branchProtectionRuleBranchProtectionRule | Branch protection rules for this ref | ||||||||||||||||||||
idID! | |||||||||||||||||||||
nameString! | The ref name. | ||||||||||||||||||||
prefixString! | The ref's prefix, such as | ||||||||||||||||||||
refUpdateRuleRefUpdateRule | Branch protection rules that are viewable by non-admins | ||||||||||||||||||||
repositoryRepository! | The repository the ref belongs to. | ||||||||||||||||||||
targetGitObject | The object the ref points to. Returns null when object does not exist. |
#
RefConnectionThe connection type for Ref.
Fields
Name | Description |
---|---|
edges[RefEdge] | A list of edges. |
nodes[Ref] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
RefEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeRef | The item at the end of the edge. |
#
ReferencedEventRepresents a 'referenced' event on a given ReferencedSubject
.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
commitCommit | Identifies the commit associated with the 'referenced' event. |
commitRepositoryRepository! | Identifies the repository associated with the 'referenced' event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
isCrossRepositoryBoolean! | Reference originated in a different repository. |
isDirectReferenceBoolean! | Checks if the commit message itself references the subject. Can be false in the case of a commit comment reference. |
subjectReferencedSubject! | Object referenced by event. |
#
RefUpdateRuleA ref update rules for a viewer.
Fields
Name | Description |
---|---|
allowsDeletionsBoolean! | Can this branch be deleted. |
allowsForcePushesBoolean! | Are force pushes allowed on this branch. |
patternString! | Identifies the protection rule pattern. |
requiredApprovingReviewCountInt | Number of approving reviews required to update matching branches. |
requiredStatusCheckContexts[String] | List of required status check contexts that must pass for commits to be accepted to matching branches. |
requiresCodeOwnerReviewsBoolean! | Are reviews from code owners required to update matching branches. |
requiresLinearHistoryBoolean! | Are merge commits prohibited from being pushed to this branch. |
requiresSignaturesBoolean! | Are commits required to be signed. |
viewerAllowedToDismissReviewsBoolean! | Is the viewer allowed to dismiss reviews. |
viewerCanPushBoolean! | Can the viewer push to the branch |
#
RegenerateEnterpriseIdentityProviderRecoveryCodesPayloadAutogenerated return type of RegenerateEnterpriseIdentityProviderRecoveryCodes
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
identityProviderEnterpriseIdentityProvider | The identity provider for the enterprise. |
#
RegenerateVerifiableDomainTokenPayloadAutogenerated return type of RegenerateVerifiableDomainToken
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
verificationTokenString | The verification token that was generated. |
#
ReleaseA release contains the content for a release.
Implements
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
authorUser | The author of the release | ||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||
descriptionString | The description of the release. | ||||||||||||
descriptionHTMLHTML | The description of this release rendered to HTML. | ||||||||||||
idID! | |||||||||||||
isDraftBoolean! | Whether or not the release is a draft | ||||||||||||
isLatestBoolean! | Whether or not the release is the latest releast | ||||||||||||
isPrereleaseBoolean! | Whether or not the release is a prerelease | ||||||||||||
nameString | The title of the release. | ||||||||||||
publishedAtDateTime | Identifies the date and time when the release was created. | ||||||||||||
releaseAssetsReleaseAssetConnection! | List of releases assets which are dependent on this release. Arguments
| ||||||||||||
repositoryRepository! | The repository that the release belongs to. | ||||||||||||
resourcePathURI! | The HTTP path for this issue | ||||||||||||
shortDescriptionHTMLHTML | A description of the release, rendered to HTML without any links in it. Arguments
| ||||||||||||
tagRef | The Git tag the release points to | ||||||||||||
tagCommitCommit | The tag commit for this release. | ||||||||||||
tagNameString! | The name of the release's Git tag | ||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||
urlURI! | The HTTP URL for this issue |
#
ReleaseAssetA release asset contains the content for a release asset.
Implements
Fields
Name | Description |
---|---|
contentTypeString! | The asset's content-type |
createdAtDateTime! | Identifies the date and time when the object was created. |
downloadCountInt! | The number of times this asset was downloaded |
downloadUrlURI! | Identifies the URL where you can download the release asset via the browser. |
idID! | |
nameString! | Identifies the title of the release asset. |
releaseRelease | Release that the asset is associated with |
sizeInt! | The size (in bytes) of the asset |
updatedAtDateTime! | Identifies the date and time when the object was last updated. |
uploadedByUser! | The user that performed the upload |
urlURI! | Identifies the URL of the release asset. |
#
ReleaseAssetConnectionThe connection type for ReleaseAsset.
Fields
Name | Description |
---|---|
edges[ReleaseAssetEdge] | A list of edges. |
nodes[ReleaseAsset] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
ReleaseAssetEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeReleaseAsset | The item at the end of the edge. |
#
ReleaseConnectionThe connection type for Release.
Fields
Name | Description |
---|---|
edges[ReleaseEdge] | A list of edges. |
nodes[Release] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
ReleaseEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeRelease | The item at the end of the edge. |
#
RemoveAssigneesFromAssignablePayloadAutogenerated return type of RemoveAssigneesFromAssignable
Fields
Name | Description |
---|---|
assignableAssignable | The item that was unassigned. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
RemovedFromProjectEventRepresents a 'removed_from_project' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
databaseIdInt | Identifies the primary key from the database. |
idID! | |
projectProject | Project referenced by event. |
projectColumnNameString! | Column name referenced by this project event. |
#
RemoveEnterpriseAdminPayloadAutogenerated return type of RemoveEnterpriseAdmin
Fields
Name | Description |
---|---|
adminUser | The user who was removed as an administrator. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The updated enterprise. |
messageString | A message confirming the result of removing an administrator. |
viewerUser | The viewer performing the mutation. |
#
RemoveEnterpriseIdentityProviderPayloadAutogenerated return type of RemoveEnterpriseIdentityProvider
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
identityProviderEnterpriseIdentityProvider | The identity provider that was removed from the enterprise. |
#
RemoveEnterpriseOrganizationPayloadAutogenerated return type of RemoveEnterpriseOrganization
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The updated enterprise. |
organizationOrganization | The organization that was removed from the enterprise. |
viewerUser | The viewer performing the mutation. |
#
RemoveEnterpriseSupportEntitlementPayloadAutogenerated return type of RemoveEnterpriseSupportEntitlement
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
messageString | A message confirming the result of removing the support entitlement. |
#
RemoveLabelsFromLabelablePayloadAutogenerated return type of RemoveLabelsFromLabelable
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
labelableLabelable | The Labelable the labels were removed from. |
#
RemoveOutsideCollaboratorPayloadAutogenerated return type of RemoveOutsideCollaborator
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
removedUserUser | The user that was removed as an outside collaborator. |
#
RemoveReactionPayloadAutogenerated return type of RemoveReaction
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
reactionReaction | The reaction object. |
subjectReactable | The reactable subject. |
#
RemoveStarPayloadAutogenerated return type of RemoveStar
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
starrableStarrable | The starrable. |
#
RenamedTitleEventRepresents a 'renamed' event on a given issue or pull request
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
currentTitleString! | Identifies the current title of the issue or pull request. |
idID! | |
previousTitleString! | Identifies the previous title of the issue or pull request. |
subjectRenamedTitleSubject! | Subject that was renamed. |
#
ReopenedEventRepresents a 'reopened' event on any Closable
.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
closableClosable! | Object that was reopened. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! |
#
ReopenIssuePayloadAutogenerated return type of ReopenIssue
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
issueIssue | The issue that was opened. |
#
ReopenPullRequestPayloadAutogenerated return type of ReopenPullRequest
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestPullRequest | The pull request that was reopened. |
#
RepoAccessAuditEntryAudit log entry for a repo.access event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
visibilityRepoAccessAuditEntryVisibility | The visibility of the repository |
#
RepoAddMemberAuditEntryAudit log entry for a repo.add_member event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
visibilityRepoAddMemberAuditEntryVisibility | The visibility of the repository |
#
RepoAddTopicAuditEntryAudit log entry for a repo.add_topic event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
topicTopic | The name of the topic added to the repository |
topicNameString | The name of the topic added to the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepoArchivedAuditEntryAudit log entry for a repo.archived event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
visibilityRepoArchivedAuditEntryVisibility | The visibility of the repository |
#
RepoChangeMergeSettingAuditEntryAudit log entry for a repo.change_merge_setting event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
isEnabledBoolean | Whether the change was to enable (true) or disable (false) the merge type |
mergeTypeRepoChangeMergeSettingAuditEntryMergeType | The merge method affected by the change |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepoConfigDisableAnonymousGitAccessAuditEntryAudit log entry for a repo.config.disable_anonymous_git_access event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepoConfigDisableCollaboratorsOnlyAuditEntryAudit log entry for a repo.config.disable_collaborators_only event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepoConfigDisableContributorsOnlyAuditEntryAudit log entry for a repo.config.disable_contributors_only event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepoConfigDisableSockpuppetDisallowedAuditEntryAudit log entry for a repo.config.disable_sockpuppet_disallowed event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepoConfigEnableAnonymousGitAccessAuditEntryAudit log entry for a repo.config.enable_anonymous_git_access event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepoConfigEnableCollaboratorsOnlyAuditEntryAudit log entry for a repo.config.enable_collaborators_only event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepoConfigEnableContributorsOnlyAuditEntryAudit log entry for a repo.config.enable_contributors_only event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepoConfigEnableSockpuppetDisallowedAuditEntryAudit log entry for a repo.config.enable_sockpuppet_disallowed event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepoConfigLockAnonymousGitAccessAuditEntryAudit log entry for a repo.config.lock_anonymous_git_access event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepoConfigUnlockAnonymousGitAccessAuditEntryAudit log entry for a repo.config.unlock_anonymous_git_access event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepoCreateAuditEntryAudit log entry for a repo.create event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
forkParentNameString | The name of the parent repository for this forked repository. |
forkSourceNameString | The name of the root repository for this network. |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
visibilityRepoCreateAuditEntryVisibility | The visibility of the repository |
#
RepoDestroyAuditEntryAudit log entry for a repo.destroy event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
visibilityRepoDestroyAuditEntryVisibility | The visibility of the repository |
#
RepoRemoveMemberAuditEntryAudit log entry for a repo.remove_member event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
visibilityRepoRemoveMemberAuditEntryVisibility | The visibility of the repository |
#
RepoRemoveTopicAuditEntryAudit log entry for a repo.remove_topic event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
topicTopic | The name of the topic added to the repository |
topicNameString | The name of the topic added to the repository |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepositoryA repository contains the content for a project.
Implements
Fields
Name | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
assignableUsersUserConnection! | A list of users that can be assigned to issues in this repository. Arguments
| ||||||||||||||||||||
branchProtectionRulesBranchProtectionRuleConnection! | A list of branch protection rules for this repository. Arguments
| ||||||||||||||||||||
codeOfConductCodeOfConduct | Returns the code of conduct for this repository | ||||||||||||||||||||
collaboratorsRepositoryCollaboratorConnection | A list of collaborators associated with the repository. Arguments
| ||||||||||||||||||||
commitCommentsCommitCommentConnection! | A list of commit comments associated with the repository. Arguments
| ||||||||||||||||||||
contactLinks[RepositoryContactLink!] | Returns a list of contact links associated to the repository | ||||||||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||||||||
defaultBranchRefRef | The Ref associated with the repository's default branch. | ||||||||||||||||||||
deleteBranchOnMergeBoolean! | Whether or not branches are automatically deleted when merged in this repository. | ||||||||||||||||||||
dependencyGraphManifestsDependencyGraphManifestConnection | A list of dependency manifests contained in the repository Arguments
| ||||||||||||||||||||
deployKeysDeployKeyConnection! | A list of deploy keys that are on this repository. Arguments
| ||||||||||||||||||||
deploymentsDeploymentConnection! | Deployments associated with the repository Arguments
| ||||||||||||||||||||
descriptionString | The description of the repository. | ||||||||||||||||||||
descriptionHTMLHTML! | The description of the repository rendered to HTML. | ||||||||||||||||||||
diskUsageInt | The number of kilobytes this repository occupies on disk. | ||||||||||||||||||||
forkCountInt! | Returns how many forks there are of this repository in the whole network. | ||||||||||||||||||||
forksRepositoryConnection! | A list of direct forked repositories. Arguments
| ||||||||||||||||||||
fundingLinks[FundingLink!]! | The funding links for this repository | ||||||||||||||||||||
hasIssuesEnabledBoolean! | Indicates if the repository has issues feature enabled. | ||||||||||||||||||||
hasProjectsEnabledBoolean! | Indicates if the repository has the Projects feature enabled. | ||||||||||||||||||||
hasWikiEnabledBoolean! | Indicates if the repository has wiki feature enabled. | ||||||||||||||||||||
homepageUrlURI | The repository's URL. | ||||||||||||||||||||
idID! | |||||||||||||||||||||
interactionAbilityRepositoryInteractionAbility | The interaction ability settings for this repository. | ||||||||||||||||||||
isArchivedBoolean! | Indicates if the repository is unmaintained. | ||||||||||||||||||||
isBlankIssuesEnabledBoolean! | Returns true if blank issue creation is allowed | ||||||||||||||||||||
isDisabledBoolean! | Returns whether or not this repository disabled. | ||||||||||||||||||||
isEmptyBoolean! | Returns whether or not this repository is empty. | ||||||||||||||||||||
isForkBoolean! | Identifies if the repository is a fork. | ||||||||||||||||||||
isInOrganizationBoolean! | Indicates if a repository is either owned by an organization, or is a private fork of an organization repository. | ||||||||||||||||||||
isLockedBoolean! | Indicates if the repository has been locked or not. | ||||||||||||||||||||
isMirrorBoolean! | Identifies if the repository is a mirror. | ||||||||||||||||||||
isPrivateBoolean! | Identifies if the repository is private or internal. | ||||||||||||||||||||
isSecurityPolicyEnabledBoolean | Returns true if this repository has a security policy | ||||||||||||||||||||
isTemplateBoolean! | Identifies if the repository is a template that can be used to generate new repositories. | ||||||||||||||||||||
isUserConfigurationRepositoryBoolean! | Is this repository a user configuration repository? | ||||||||||||||||||||
issueIssue | Returns a single issue from the current repository by number. Arguments
| ||||||||||||||||||||
issueOrPullRequestIssueOrPullRequest | Returns a single issue-like object from the current repository by number. Arguments
| ||||||||||||||||||||
issueTemplates[IssueTemplate!] | Returns a list of issue templates associated to the repository | ||||||||||||||||||||
issuesIssueConnection! | A list of issues that have been opened in the repository. Arguments
| ||||||||||||||||||||
labelLabel | Returns a single label by name Arguments
| ||||||||||||||||||||
labelsLabelConnection | A list of labels associated with the repository. Arguments
| ||||||||||||||||||||
languagesLanguageConnection | A list containing a breakdown of the language composition of the repository. Arguments
| ||||||||||||||||||||
latestReleaseRelease | Get the latest release for the repository if one exists. | ||||||||||||||||||||
licenseInfoLicense | The license associated with the repository | ||||||||||||||||||||
lockReasonRepositoryLockReason | The reason the repository has been locked. | ||||||||||||||||||||
mentionableUsersUserConnection! | A list of Users that can be mentioned in the context of the repository. Arguments
| ||||||||||||||||||||
mergeCommitAllowedBoolean! | Whether or not PRs are merged with a merge commit on this repository. | ||||||||||||||||||||
milestoneMilestone | Returns a single milestone from the current repository by number. Arguments
| ||||||||||||||||||||
milestonesMilestoneConnection | A list of milestones associated with the repository. Arguments
| ||||||||||||||||||||
mirrorUrlURI | The repository's original mirror URL. | ||||||||||||||||||||
nameString! | The name of the repository. | ||||||||||||||||||||
nameWithOwnerString! | The repository's name with owner. | ||||||||||||||||||||
objectGitObject | A Git object in the repository Arguments
| ||||||||||||||||||||
openGraphImageUrlURI! | The image used to represent this repository in Open Graph data. | ||||||||||||||||||||
ownerRepositoryOwner! | The User owner of the repository. | ||||||||||||||||||||
packagesPackageConnection! | A list of packages under the owner. Arguments
| ||||||||||||||||||||
parentRepository | The repository parent, if this is a fork. | ||||||||||||||||||||
pinnedIssuesPinnedIssueConnection | A list of pinned issues for this repository. Arguments
| ||||||||||||||||||||
primaryLanguageLanguage | The primary language of the repository's code. | ||||||||||||||||||||
projectProject | Find project by number. Arguments
| ||||||||||||||||||||
projectsProjectConnection! | A list of projects under the owner. Arguments
| ||||||||||||||||||||
projectsResourcePathURI! | The HTTP path listing the repository's projects | ||||||||||||||||||||
projectsUrlURI! | The HTTP URL listing the repository's projects | ||||||||||||||||||||
pullRequestPullRequest | Returns a single pull request from the current repository by number. Arguments
| ||||||||||||||||||||
pullRequestsPullRequestConnection! | A list of pull requests that have been opened in the repository. Arguments
| ||||||||||||||||||||
pushedAtDateTime | Identifies when the repository was last pushed to. | ||||||||||||||||||||
rebaseMergeAllowedBoolean! | Whether or not rebase-merging is enabled on this repository. | ||||||||||||||||||||
refRef | Fetch a given ref from the repository Arguments
| ||||||||||||||||||||
refsRefConnection | Fetch a list of refs from the repository Arguments
| ||||||||||||||||||||
releaseRelease | Lookup a single release given various criteria. Arguments
| ||||||||||||||||||||
releasesReleaseConnection! | List of releases which are dependent on this repository. Arguments
| ||||||||||||||||||||
repositoryTopicsRepositoryTopicConnection! | A list of applied repository-topic associations for this repository. Arguments
| ||||||||||||||||||||
resourcePathURI! | The HTTP path for this repository | ||||||||||||||||||||
securityPolicyUrlURI | The security policy URL. | ||||||||||||||||||||
shortDescriptionHTMLHTML! | A description of the repository, rendered to HTML without any links in it. Arguments
| ||||||||||||||||||||
squashMergeAllowedBoolean! | Whether or not squash-merging is enabled on this repository. | ||||||||||||||||||||
sshUrlGitSSHRemote! | The SSH URL to clone this repository | ||||||||||||||||||||
stargazerCountInt! | Returns a count of how many stargazers there are on this object | ||||||||||||||||||||
stargazersStargazerConnection! | A list of users who have starred this starrable. Arguments
| ||||||||||||||||||||
submodulesSubmoduleConnection! | Returns a list of all submodules in this repository parsed from the .gitmodules file as of the default branch's HEAD commit. Arguments
| ||||||||||||||||||||
tempCloneTokenString | Temporary authentication token for cloning this repository. | ||||||||||||||||||||
templateRepositoryRepository | The repository from which this repository was generated, if any. | ||||||||||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||||||||||
urlURI! | The HTTP URL for this repository | ||||||||||||||||||||
usesCustomOpenGraphImageBoolean! | Whether this repository has a custom image to use with Open Graph as opposed to being represented by the owner's avatar. | ||||||||||||||||||||
viewerCanAdministerBoolean! | Indicates whether the viewer has admin permissions on this repository. | ||||||||||||||||||||
viewerCanCreateProjectsBoolean! | Can the current viewer create new projects on this owner. | ||||||||||||||||||||
viewerCanSubscribeBoolean! | Check if the viewer is able to change their subscription status for the repository. | ||||||||||||||||||||
viewerCanUpdateTopicsBoolean! | Indicates whether the viewer can update the topics of this repository. | ||||||||||||||||||||
viewerDefaultCommitEmailString | The last commit email for the viewer. | ||||||||||||||||||||
viewerDefaultMergeMethodPullRequestMergeMethod! | The last used merge method by the viewer or the default for the repository. | ||||||||||||||||||||
viewerHasStarredBoolean! | Returns a boolean indicating whether the viewing user has starred this starrable. | ||||||||||||||||||||
viewerPermissionRepositoryPermission | The users permission level on the repository. Will return null if authenticated as an GitHub App. | ||||||||||||||||||||
viewerPossibleCommitEmails[String!] | A list of emails this viewer can commit with. | ||||||||||||||||||||
viewerSubscriptionSubscriptionState | Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. | ||||||||||||||||||||
vulnerabilityAlertsRepositoryVulnerabilityAlertConnection | A list of vulnerability alerts that are on this repository. Arguments
| ||||||||||||||||||||
watchersUserConnection! | A list of users watching the repository. Arguments
|
#
RepositoryCollaboratorConnectionThe connection type for User.
Fields
Name | Description |
---|---|
edges[RepositoryCollaboratorEdge] | A list of edges. |
nodes[User] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
RepositoryCollaboratorEdgeRepresents a user who is a collaborator of a repository.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeUser! | |
permissionRepositoryPermission! | The permission the user has on the repository. |
permissionSources[PermissionSource!] | A list of sources for the user's access to the repository. |
#
RepositoryConnectionA list of repositories owned by the subject.
Fields
Name | Description |
---|---|
edges[RepositoryEdge] | A list of edges. |
nodes[Repository] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
totalDiskUsageInt! | The total size in kilobytes of all repositories in the connection. |
#
RepositoryContactLinkA repository contact link.
Fields
Name | Description |
---|---|
aboutString! | The contact link purpose. |
nameString! | The contact link name. |
urlURI! | The contact link URL. |
#
RepositoryEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeRepository | The item at the end of the edge. |
#
RepositoryInteractionAbilityRepository interaction limit that applies to this object.
Fields
Name | Description |
---|---|
expiresAtDateTime | The time the currently active limit expires. |
limitRepositoryInteractionLimit! | The current limit that is enabled on this object. |
originRepositoryInteractionLimitOrigin! | The origin of the currently active interaction limit. |
#
RepositoryInvitationAn invitation for a user to be added to a repository.
Implements
Fields
Name | Description |
---|---|
emailString | The email address that received the invitation. |
idID! | |
inviteeUser | The user who received the invitation. |
inviterUser! | The user who created the invitation. |
permalinkURI! | The permalink for this repository invitation. |
permissionRepositoryPermission! | The permission granted on this repository by this invitation. |
repositoryRepositoryInfo | The Repository the user is invited to. |
#
RepositoryInvitationConnectionThe connection type for RepositoryInvitation.
Fields
Name | Description |
---|---|
edges[RepositoryInvitationEdge] | A list of edges. |
nodes[RepositoryInvitation] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
RepositoryInvitationEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeRepositoryInvitation | The item at the end of the edge. |
#
RepositoryTopicA repository-topic connects a repository to a topic.
Implements
Fields
Name | Description |
---|---|
idID! | |
resourcePathURI! | The HTTP path for this repository-topic. |
topicTopic! | The topic. |
urlURI! | The HTTP URL for this repository-topic. |
#
RepositoryTopicConnectionThe connection type for RepositoryTopic.
Fields
Name | Description |
---|---|
edges[RepositoryTopicEdge] | A list of edges. |
nodes[RepositoryTopic] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
RepositoryTopicEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeRepositoryTopic | The item at the end of the edge. |
#
RepositoryVisibilityChangeDisableAuditEntryAudit log entry for a repository_visibility_change.disable event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
enterpriseResourcePathURI | The HTTP path for this enterprise. |
enterpriseSlugString | The slug of the enterprise. |
enterpriseUrlURI | The HTTP URL for this enterprise. |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepositoryVisibilityChangeEnableAuditEntryAudit log entry for a repository_visibility_change.enable event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
enterpriseResourcePathURI | The HTTP path for this enterprise. |
enterpriseSlugString | The slug of the enterprise. |
enterpriseUrlURI | The HTTP URL for this enterprise. |
idID! | |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
RepositoryVulnerabilityAlertA alert for a repository with an affected vulnerability.
Implements
Fields
Name | Description |
---|---|
createdAtDateTime! | When was the alert created? |
dismissReasonString | The reason the alert was dismissed |
dismissedAtDateTime | When was the alert dismissed? |
dismisserUser | The user who dismissed the alert |
idID! | |
repositoryRepository! | The associated repository |
securityAdvisorySecurityAdvisory | The associated security advisory |
securityVulnerabilitySecurityVulnerability | The associated security vulnerability |
vulnerableManifestFilenameString! | The vulnerable manifest filename |
vulnerableManifestPathString! | The vulnerable manifest path |
vulnerableRequirementsString | The vulnerable requirements |
#
RepositoryVulnerabilityAlertConnectionThe connection type for RepositoryVulnerabilityAlert.
Fields
Name | Description |
---|---|
edges[RepositoryVulnerabilityAlertEdge] | A list of edges. |
nodes[RepositoryVulnerabilityAlert] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
RepositoryVulnerabilityAlertEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeRepositoryVulnerabilityAlert | The item at the end of the edge. |
#
RequestReviewsPayloadAutogenerated return type of RequestReviews
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestPullRequest | The pull request that is getting requests. |
requestedReviewersEdgeUserEdge | The edge from the pull request to the requested reviewers. |
#
RerequestCheckSuitePayloadAutogenerated return type of RerequestCheckSuite
Fields
Name | Description |
---|---|
checkSuiteCheckSuite | The requested check suite. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
ResolveReviewThreadPayloadAutogenerated return type of ResolveReviewThread
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
threadPullRequestReviewThread | The thread to resolve. |
#
RestrictedContributionRepresents a private contribution a user made on GitHub.
Implements
Fields
Name | Description |
---|---|
isRestrictedBoolean! | 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. |
occurredAtDateTime! | When this contribution was made. |
resourcePathURI! | The HTTP path for this contribution. |
urlURI! | The HTTP URL for this contribution. |
userUser! | The user who made this contribution. |
#
ReviewDismissalAllowanceA team or user who has the ability to dismiss a review on a protected branch.
Implements
Fields
Name | Description |
---|---|
actorReviewDismissalAllowanceActor | The actor that can dismiss. |
branchProtectionRuleBranchProtectionRule | Identifies the branch protection rule associated with the allowed user or team. |
idID! |
#
ReviewDismissalAllowanceConnectionThe connection type for ReviewDismissalAllowance.
Fields
Name | Description |
---|---|
edges[ReviewDismissalAllowanceEdge] | A list of edges. |
nodes[ReviewDismissalAllowance] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
ReviewDismissalAllowanceEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeReviewDismissalAllowance | The item at the end of the edge. |
#
ReviewDismissedEventRepresents a 'review_dismissed' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
databaseIdInt | Identifies the primary key from the database. |
dismissalMessageString | Identifies the optional message associated with the 'review_dismissed' event. |
dismissalMessageHTMLString | Identifies the optional message associated with the event, rendered to HTML. |
idID! | |
previousReviewStatePullRequestReviewState! | Identifies the previous state of the review with the 'review_dismissed' event. |
pullRequestPullRequest! | PullRequest referenced by event. |
pullRequestCommitPullRequestCommit | Identifies the commit which caused the review to become stale. |
resourcePathURI! | The HTTP path for this review dismissed event. |
reviewPullRequestReview | Identifies the review associated with the 'review_dismissed' event. |
urlURI! | The HTTP URL for this review dismissed event. |
#
ReviewRequestA request for a user to review a pull request.
Implements
Fields
Name | Description |
---|---|
asCodeOwnerBoolean! | Whether this request was created for a code owner |
databaseIdInt | Identifies the primary key from the database. |
idID! | |
pullRequestPullRequest! | Identifies the pull request associated with this review request. |
requestedReviewerRequestedReviewer | The reviewer that is requested. |
#
ReviewRequestConnectionThe connection type for ReviewRequest.
Fields
Name | Description |
---|---|
edges[ReviewRequestEdge] | A list of edges. |
nodes[ReviewRequest] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
ReviewRequestedEventRepresents an 'review_requested' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
pullRequestPullRequest! | PullRequest referenced by event. |
requestedReviewerRequestedReviewer | Identifies the reviewer whose review was requested. |
#
ReviewRequestEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeReviewRequest | The item at the end of the edge. |
#
ReviewRequestRemovedEventRepresents an 'review_request_removed' event on a given pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
pullRequestPullRequest! | PullRequest referenced by event. |
requestedReviewerRequestedReviewer | Identifies the reviewer whose review request was removed. |
#
ReviewStatusHovercardContextA hovercard context with a message describing the current code review state of the pull request.
Implements
Fields
Name | Description |
---|---|
messageString! | A string describing this context |
octiconString! | An octicon to accompany this context |
reviewDecisionPullRequestReviewDecision | The current status of the pull request with respect to code review. |
#
SavedReplyA Saved Reply is text a user can use to reply quickly.
Implements
Fields
Name | Description |
---|---|
bodyString! | The body of the saved reply. |
bodyHTMLHTML! | The saved reply body rendered to HTML. |
databaseIdInt | Identifies the primary key from the database. |
idID! | |
titleString! | The title of the saved reply. |
userActor | The user that saved this reply. |
#
SavedReplyConnectionThe connection type for SavedReply.
Fields
Name | Description |
---|---|
edges[SavedReplyEdge] | A list of edges. |
nodes[SavedReply] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
SavedReplyEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeSavedReply | The item at the end of the edge. |
#
SearchResultItemConnectionA list of results that matched against a search query.
Fields
Name | Description |
---|---|
codeCountInt! | The number of pieces of code that matched the search query. |
edges[SearchResultItemEdge] | A list of edges. |
issueCountInt! | The number of issues that matched the search query. |
nodes[SearchResultItem] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
repositoryCountInt! | The number of repositories that matched the search query. |
userCountInt! | The number of users that matched the search query. |
wikiCountInt! | The number of wiki pages that matched the search query. |
#
SearchResultItemEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeSearchResultItem | The item at the end of the edge. |
textMatches[TextMatch] | Text matches on the result found. |
#
SecurityAdvisoryA GitHub Security Advisory
Implements
Fields
Name | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cvssCVSS! | The CVSS associated with this advisory | ||||||||||||||||||
cwesCWEConnection! | CWEs associated with this Advisory Arguments
| ||||||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||||||
descriptionString! | This is a long plaintext description of the advisory | ||||||||||||||||||
ghsaIdString! | The GitHub Security Advisory ID | ||||||||||||||||||
idID! | |||||||||||||||||||
identifiers[SecurityAdvisoryIdentifier!]! | A list of identifiers for this advisory | ||||||||||||||||||
notificationsPermalinkURI | The permalink for the advisory's dependabot alerts page | ||||||||||||||||||
originString! | The organization that originated the advisory | ||||||||||||||||||
permalinkURI | The permalink for the advisory | ||||||||||||||||||
publishedAtDateTime! | When the advisory was published | ||||||||||||||||||
references[SecurityAdvisoryReference!]! | A list of references for this advisory | ||||||||||||||||||
severitySecurityAdvisorySeverity! | The severity of the advisory | ||||||||||||||||||
summaryString! | A short plaintext summary of the advisory | ||||||||||||||||||
updatedAtDateTime! | When the advisory was last updated | ||||||||||||||||||
vulnerabilitiesSecurityVulnerabilityConnection! | Vulnerabilities associated with this Advisory Arguments
| ||||||||||||||||||
withdrawnAtDateTime | When the advisory was withdrawn, if it has been withdrawn |
#
SecurityAdvisoryConnectionThe connection type for SecurityAdvisory.
Fields
Name | Description |
---|---|
edges[SecurityAdvisoryEdge] | A list of edges. |
nodes[SecurityAdvisory] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
SecurityAdvisoryEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeSecurityAdvisory | The item at the end of the edge. |
#
SecurityAdvisoryIdentifierA GitHub Security Advisory Identifier
Fields
Name | Description |
---|---|
typeString! | The identifier type, e.g. GHSA, CVE |
valueString! | The identifier |
#
SecurityAdvisoryPackageAn individual package
Fields
Name | Description |
---|---|
ecosystemSecurityAdvisoryEcosystem! | The ecosystem the package belongs to, e.g. RUBYGEMS, NPM |
nameString! | The package name |
#
SecurityAdvisoryPackageVersionAn individual package version
Fields
Name | Description |
---|---|
identifierString! | The package name or version |
#
SecurityAdvisoryReferenceA GitHub Security Advisory Reference
Fields
Name | Description |
---|---|
urlURI! | A publicly accessible reference |
#
SecurityVulnerabilityAn individual vulnerability within an Advisory
Fields
Name | Description |
---|---|
advisorySecurityAdvisory! | The Advisory associated with this Vulnerability |
firstPatchedVersionSecurityAdvisoryPackageVersion | The first version containing a fix for the vulnerability |
packageSecurityAdvisoryPackage! | A description of the vulnerable package |
severitySecurityAdvisorySeverity! | The severity of the vulnerability within this package |
updatedAtDateTime! | When the vulnerability was last updated |
vulnerableVersionRangeString! | A string that describes the vulnerable package versions. This string follows a basic syntax with a few forms.
|
#
SecurityVulnerabilityConnectionThe connection type for SecurityVulnerability.
Fields
Name | Description |
---|---|
edges[SecurityVulnerabilityEdge] | A list of edges. |
nodes[SecurityVulnerability] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
SecurityVulnerabilityEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeSecurityVulnerability | The item at the end of the edge. |
#
SetEnterpriseIdentityProviderPayloadAutogenerated return type of SetEnterpriseIdentityProvider
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
identityProviderEnterpriseIdentityProvider | The identity provider for the enterprise. |
#
SetOrganizationInteractionLimitPayloadAutogenerated return type of SetOrganizationInteractionLimit
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
organizationOrganization | The organization that the interaction limit was set for. |
#
SetRepositoryInteractionLimitPayloadAutogenerated return type of SetRepositoryInteractionLimit
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
repositoryRepository | The repository that the interaction limit was set for. |
#
SetUserInteractionLimitPayloadAutogenerated return type of SetUserInteractionLimit
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
userUser | The user that the interaction limit was set for. |
#
SmimeSignatureRepresents an S/MIME signature on a Commit or Tag.
Implements
Fields
Name | Description |
---|---|
emailString! | Email used to sign this object. |
isValidBoolean! | True if the signature is valid and verified by GitHub. |
payloadString! | Payload for GPG signing object. Raw ODB object without the signature header. |
signatureString! | ASCII-armored signature header from object. |
signerUser | GitHub user corresponding to the email signing this commit. |
stateGitSignatureState! | The state of this signature. |
wasSignedByGitHubBoolean! | True if the signature was made with GitHub's signing key. |
#
SponsorableItemConnectionThe connection type for SponsorableItem.
Fields
Name | Description |
---|---|
edges[SponsorableItemEdge] | A list of edges. |
nodes[SponsorableItem] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
SponsorableItemEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeSponsorableItem | The item at the end of the edge. |
#
SponsorsGoalA goal associated with a GitHub Sponsors listing, representing a target the sponsored maintainer would like to attain.
Fields
Name | Description |
---|---|
descriptionString | A description of the goal from the maintainer. |
kindSponsorsGoalKind! | What the objective of this goal is. |
percentCompleteInt! | The percentage representing how complete this goal is, between 0-100. |
targetValueInt! | What the goal amount is. Represents a dollar amount for monthly sponsorship amount goals. Represents a count of unique sponsors for total sponsors count goals. |
titleString! | A brief summary of the kind and target value of this goal. |
#
SponsorshipA sponsorship relationship between a sponsor and a maintainer
Implements
Fields
Name | Description |
---|---|
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
isOneTimePaymentBoolean! | Whether this sponsorship represents a one-time payment versus a recurring sponsorship. |
maintainerUser! | Deprecated: `Sponsorship.maintainer` will be removed. Use `Sponsorship.sponsorable` instead. Removal on 2020-04-01 UTC. The entity that is being sponsored |
privacyLevelSponsorshipPrivacy! | The privacy level for this sponsorship. |
sponsorUser | Deprecated: `Sponsorship.sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead. Removal on 2020-10-01 UTC. The user that is sponsoring. Returns null if the sponsorship is private or if sponsor is not a user. |
sponsorEntitySponsor | The user or organization that is sponsoring, if you have permission to view them. |
sponsorableSponsorable! | The entity that is being sponsored |
tierSponsorsTier | The associated sponsorship tier |
tierSelectedAtDateTime | Identifies the date and time when the current tier was chosen for this sponsorship. |
#
SponsorshipConnectionThe connection type for Sponsorship.
Fields
Name | Description |
---|---|
edges[SponsorshipEdge] | A list of edges. |
nodes[Sponsorship] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
SponsorshipEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeSponsorship | The item at the end of the edge. |
#
SponsorsListingA GitHub Sponsors listing.
Implements
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
activeGoalSponsorsGoal | The current goal the maintainer is trying to reach with GitHub Sponsors, if any. | ||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||
fullDescriptionString! | The full description of the listing. | ||||||||||||
fullDescriptionHTMLHTML! | The full description of the listing rendered to HTML. | ||||||||||||
idID! | |||||||||||||
nameString! | The listing's full name. | ||||||||||||
shortDescriptionString! | The short description of the listing. | ||||||||||||
slugString! | The short name of the listing. | ||||||||||||
tiersSponsorsTierConnection | The published tiers for this GitHub Sponsors listing. Arguments
|
#
SponsorsTierA GitHub Sponsors tier associated with a GitHub Sponsors listing.
Implements
Fields
Name | Description |
---|---|
adminInfoSponsorsTierAdminInfo | SponsorsTier information only visible to users that can administer the associated Sponsors listing. |
closestLesserValueTierSponsorsTier | Get a different tier for this tier's maintainer that is at the same frequency as this tier but with a lesser cost. Returns the published tier with the monthly price closest to this tier's without going over. |
createdAtDateTime! | Identifies the date and time when the object was created. |
descriptionString! | The description of the tier. |
descriptionHTMLHTML! | The tier description rendered to HTML |
idID! | |
isCustomAmountBoolean! | Whether this tier was chosen at checkout time by the sponsor rather than defined ahead of time by the maintainer who manages the Sponsors listing. |
isOneTimeBoolean! | Whether this tier is only for use with one-time sponsorships. |
monthlyPriceInCentsInt! | How much this tier costs per month in cents. |
monthlyPriceInDollarsInt! | How much this tier costs per month in dollars. |
nameString! | The name of the tier. |
sponsorsListingSponsorsListing! | The sponsors listing that this tier belongs to. |
updatedAtDateTime! | Identifies the date and time when the object was last updated. |
#
SponsorsTierAdminInfoSponsorsTier information only visible to users that can administer the associated Sponsors listing.
Fields
Name | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sponsorshipsSponsorshipConnection! | The sponsorships associated with this tier. Arguments
|
#
SponsorsTierConnectionThe connection type for SponsorsTier.
Fields
Name | Description |
---|---|
edges[SponsorsTierEdge] | A list of edges. |
nodes[SponsorsTier] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
SponsorsTierEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeSponsorsTier | The item at the end of the edge. |
#
StargazerConnectionThe connection type for User.
Fields
Name | Description |
---|---|
edges[StargazerEdge] | A list of edges. |
nodes[User] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
StargazerEdgeRepresents a user that's starred a repository.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeUser! | |
starredAtDateTime! | Identifies when the item was starred. |
#
StarredRepositoryConnectionThe connection type for Repository.
Fields
Name | Description |
---|---|
edges[StarredRepositoryEdge] | A list of edges. |
isOverLimitBoolean! | Is the list of stars for this user truncated? This is true for users that have many stars. |
nodes[Repository] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
StarredRepositoryEdgeRepresents a starred repository.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeRepository! | |
starredAtDateTime! | Identifies when the item was starred. |
#
StatusRepresents a commit status.
Implements
Fields
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
combinedContextsStatusCheckRollupContextConnection! | A list of status contexts and check runs for this commit. Arguments
| ||||||||||
commitCommit | The commit this status is attached to. | ||||||||||
contextStatusContext | Looks up an individual status context by context name. Arguments
| ||||||||||
contexts[StatusContext!]! | The individual status contexts for this commit. | ||||||||||
idID! | |||||||||||
stateStatusState! | The combined commit status. |
#
StatusCheckRollupRepresents the rollup for both the check runs and status for a commit.
Implements
Fields
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
commitCommit | The commit the status and check runs are attached to. | ||||||||||
contextsStatusCheckRollupContextConnection! | A list of status contexts and check runs for this commit. Arguments
| ||||||||||
idID! | |||||||||||
stateStatusState! | The combined status for the commit. |
#
StatusCheckRollupContextConnectionThe connection type for StatusCheckRollupContext.
Fields
Name | Description |
---|---|
edges[StatusCheckRollupContextEdge] | A list of edges. |
nodes[StatusCheckRollupContext] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
StatusCheckRollupContextEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeStatusCheckRollupContext | The item at the end of the edge. |
#
StatusContextRepresents an individual commit status context
Implements
Fields
Name | Description | ||||||
---|---|---|---|---|---|---|---|
avatarUrlURI | The avatar of the OAuth application or the user that created the status Arguments
| ||||||
commitCommit | This commit this status context is attached to. | ||||||
contextString! | The name of this status context. | ||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||
creatorActor | The actor who created this status context. | ||||||
descriptionString | The description for this status context. | ||||||
idID! | |||||||
isRequiredBoolean! | Whether this is required to pass before merging for a specific pull request. Arguments
| ||||||
stateStatusState! | The state of this status context. | ||||||
targetUrlURI | The URL for this status context. |
#
SubmitPullRequestReviewPayloadAutogenerated return type of SubmitPullRequestReview
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestReviewPullRequestReview | The submitted pull request review. |
#
SubmoduleA pointer to a repository at a specific revision embedded inside another repository.
Fields
Name | Description |
---|---|
branchString | The branch of the upstream submodule for tracking updates |
gitUrlURI! | The git URL of the submodule repository |
nameString! | The name of the submodule in .gitmodules |
pathString! | The path in the superproject that this submodule is located in |
subprojectCommitOidGitObjectID | The commit revision of the subproject repository being tracked by the submodule |
#
SubmoduleConnectionThe connection type for Submodule.
Fields
Name | Description |
---|---|
edges[SubmoduleEdge] | A list of edges. |
nodes[Submodule] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
SubmoduleEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeSubmodule | The item at the end of the edge. |
#
SubscribedEventRepresents a 'subscribed' event on a given Subscribable
.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
subscribableSubscribable! | Object referenced by event. |
#
SuggestedReviewerA suggestion to review a pull request based on a user's commit history and review comments.
Fields
Name | Description |
---|---|
isAuthorBoolean! | Is this suggestion based on past commits? |
isCommenterBoolean! | Is this suggestion based on past review comments? |
reviewerUser! | Identifies the user suggested to review the pull request. |
#
TagRepresents a Git tag.
Implements
Fields
Name | Description |
---|---|
abbreviatedOidString! | An abbreviated version of the Git object ID |
commitResourcePathURI! | The HTTP path for this Git object |
commitUrlURI! | The HTTP URL for this Git object |
idID! | |
messageString | The Git tag message. |
nameString! | The Git tag name. |
oidGitObjectID! | The Git object ID |
repositoryRepository! | The Repository the Git object belongs to |
taggerGitActor | Details about the tag author. |
targetGitObject! | The Git object the tag points to. |
#
TeamA team of users in an organization.
Implements
Fields
Name | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ancestorsTeamConnection! | A list of teams that are ancestors of this team. Arguments
| ||||||||||||||||||
avatarUrlURI | A URL pointing to the team's avatar. Arguments
| ||||||||||||||||||
childTeamsTeamConnection! | List of child teams belonging to this team Arguments
| ||||||||||||||||||
combinedSlugString! | The slug corresponding to the organization and team. | ||||||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||||||
descriptionString | The description of the team. | ||||||||||||||||||
discussionTeamDiscussion | Find a team discussion by its number. Arguments
| ||||||||||||||||||
discussionsTeamDiscussionConnection! | A list of team discussions. Arguments
| ||||||||||||||||||
discussionsResourcePathURI! | The HTTP path for team discussions | ||||||||||||||||||
discussionsUrlURI! | The HTTP URL for team discussions | ||||||||||||||||||
editTeamResourcePathURI! | The HTTP path for editing this team | ||||||||||||||||||
editTeamUrlURI! | The HTTP URL for editing this team | ||||||||||||||||||
idID! | |||||||||||||||||||
invitationsOrganizationInvitationConnection | A list of pending invitations for users to this team Arguments
| ||||||||||||||||||
memberStatusesUserStatusConnection! | Get the status messages members of this entity have set that are either public or visible only to the organization. Arguments
| ||||||||||||||||||
membersTeamMemberConnection! | A list of users who are members of this team. Arguments
| ||||||||||||||||||
membersResourcePathURI! | The HTTP path for the team' members | ||||||||||||||||||
membersUrlURI! | The HTTP URL for the team' members | ||||||||||||||||||
nameString! | The name of the team. | ||||||||||||||||||
newTeamResourcePathURI! | The HTTP path creating a new team | ||||||||||||||||||
newTeamUrlURI! | The HTTP URL creating a new team | ||||||||||||||||||
organizationOrganization! | The organization that owns this team. | ||||||||||||||||||
parentTeamTeam | The parent team of the team. | ||||||||||||||||||
privacyTeamPrivacy! | The level of privacy the team has. | ||||||||||||||||||
repositoriesTeamRepositoryConnection! | A list of repositories this team has access to. Arguments
| ||||||||||||||||||
repositoriesResourcePathURI! | The HTTP path for this team's repositories | ||||||||||||||||||
repositoriesUrlURI! | The HTTP URL for this team's repositories | ||||||||||||||||||
resourcePathURI! | The HTTP path for this team | ||||||||||||||||||
reviewRequestDelegationAlgorithmTeamReviewAssignmentAlgorithm | What algorithm is used for review assignment for this team | ||||||||||||||||||
reviewRequestDelegationEnabledBoolean! | True if review assignment is enabled for this team | ||||||||||||||||||
reviewRequestDelegationMemberCountInt | How many team members are required for review assignment for this team | ||||||||||||||||||
reviewRequestDelegationNotifyTeamBoolean! | When assigning team members via delegation, whether the entire team should be notified as well. | ||||||||||||||||||
slugString! | The slug corresponding to the team. | ||||||||||||||||||
teamsResourcePathURI! | The HTTP path for this team's teams | ||||||||||||||||||
teamsUrlURI! | The HTTP URL for this team's teams | ||||||||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||||||||
urlURI! | The HTTP URL for this team | ||||||||||||||||||
viewerCanAdministerBoolean! | Team is adminable by the viewer. | ||||||||||||||||||
viewerCanSubscribeBoolean! | Check if the viewer is able to change their subscription status for the repository. | ||||||||||||||||||
viewerSubscriptionSubscriptionState | Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. |
#
TeamAddMemberAuditEntryAudit log entry for a team.add_member event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
isLdapMappedBoolean | Whether the team was mapped to an LDAP Group. |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
teamTeam | The team associated with the action |
teamNameString | The name of the team |
teamResourcePathURI | The HTTP path for this team |
teamUrlURI | The HTTP URL for this team |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
TeamAddRepositoryAuditEntryAudit log entry for a team.add_repository event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
isLdapMappedBoolean | Whether the team was mapped to an LDAP Group. |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
teamTeam | The team associated with the action |
teamNameString | The name of the team |
teamResourcePathURI | The HTTP path for this team |
teamUrlURI | The HTTP URL for this team |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
TeamChangeParentTeamAuditEntryAudit log entry for a team.change_parent_team event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
isLdapMappedBoolean | Whether the team was mapped to an LDAP Group. |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
parentTeamTeam | The new parent team. |
parentTeamNameString | The name of the new parent team |
parentTeamNameWasString | The name of the former parent team |
parentTeamResourcePathURI | The HTTP path for the parent team |
parentTeamUrlURI | The HTTP URL for the parent team |
parentTeamWasTeam | The former parent team. |
parentTeamWasResourcePathURI | The HTTP path for the previous parent team |
parentTeamWasUrlURI | The HTTP URL for the previous parent team |
teamTeam | The team associated with the action |
teamNameString | The name of the team |
teamResourcePathURI | The HTTP path for this team |
teamUrlURI | The HTTP URL for this team |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
TeamConnectionThe connection type for Team.
Fields
Name | Description |
---|---|
edges[TeamEdge] | A list of edges. |
nodes[Team] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
TeamDiscussionA team discussion.
Implements
Fields
Name | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
authorActor | The actor who authored the comment. | ||||||||||||||
authorAssociationCommentAuthorAssociation! | Author's association with the discussion's team. | ||||||||||||||
bodyString! | The body as Markdown. | ||||||||||||||
bodyHTMLHTML! | The body rendered to HTML. | ||||||||||||||
bodyTextString! | The body rendered to text. | ||||||||||||||
bodyVersionString! | Identifies the discussion body hash. | ||||||||||||||
commentsTeamDiscussionCommentConnection! | A list of comments on this discussion. Arguments
| ||||||||||||||
commentsResourcePathURI! | The HTTP path for discussion comments | ||||||||||||||
commentsUrlURI! | The HTTP URL for discussion comments | ||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||
createdViaEmailBoolean! | Check if this comment was created via an email reply. | ||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||
editorActor | The actor who edited the comment. | ||||||||||||||
idID! | |||||||||||||||
includesCreatedEditBoolean! | Check if this comment was edited and includes an edit with the creation data | ||||||||||||||
isPinnedBoolean! | Whether or not the discussion is pinned. | ||||||||||||||
isPrivateBoolean! | Whether or not the discussion is only visible to team members and org admins. | ||||||||||||||
lastEditedAtDateTime | The moment the editor made the last edit | ||||||||||||||
numberInt! | Identifies the discussion within its team. | ||||||||||||||
publishedAtDateTime | Identifies when the comment was published at. | ||||||||||||||
reactionGroups[ReactionGroup!] | A list of reactions grouped by content left on the subject. | ||||||||||||||
reactionsReactionConnection! | A list of Reactions left on the Issue. Arguments
| ||||||||||||||
resourcePathURI! | The HTTP path for this discussion | ||||||||||||||
teamTeam! | The team that defines the context of this discussion. | ||||||||||||||
titleString! | The title of the discussion | ||||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||||
urlURI! | The HTTP URL for this discussion | ||||||||||||||
userContentEditsUserContentEditConnection | A list of edits to this content. Arguments
| ||||||||||||||
viewerCanDeleteBoolean! | Check if the current viewer can delete this object. | ||||||||||||||
viewerCanPinBoolean! | Whether or not the current viewer can pin this discussion. | ||||||||||||||
viewerCanReactBoolean! | Can user react to this subject | ||||||||||||||
viewerCanSubscribeBoolean! | Check if the viewer is able to change their subscription status for the repository. | ||||||||||||||
viewerCanUpdateBoolean! | Check if the current viewer can update this object. | ||||||||||||||
viewerCannotUpdateReasons[CommentCannotUpdateReason!]! | Reasons why the current viewer can not update this comment. | ||||||||||||||
viewerDidAuthorBoolean! | Did the viewer author this comment. | ||||||||||||||
viewerSubscriptionSubscriptionState | Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. |
#
TeamDiscussionCommentA comment on a team discussion.
Implements
Fields
Name | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
authorActor | The actor who authored the comment. | ||||||||||||||
authorAssociationCommentAuthorAssociation! | Author's association with the comment's team. | ||||||||||||||
bodyString! | The body as Markdown. | ||||||||||||||
bodyHTMLHTML! | The body rendered to HTML. | ||||||||||||||
bodyTextString! | The body rendered to text. | ||||||||||||||
bodyVersionString! | The current version of the body content. | ||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||
createdViaEmailBoolean! | Check if this comment was created via an email reply. | ||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||
discussionTeamDiscussion! | The discussion this comment is about. | ||||||||||||||
editorActor | The actor who edited the comment. | ||||||||||||||
idID! | |||||||||||||||
includesCreatedEditBoolean! | Check if this comment was edited and includes an edit with the creation data | ||||||||||||||
lastEditedAtDateTime | The moment the editor made the last edit | ||||||||||||||
numberInt! | Identifies the comment number. | ||||||||||||||
publishedAtDateTime | Identifies when the comment was published at. | ||||||||||||||
reactionGroups[ReactionGroup!] | A list of reactions grouped by content left on the subject. | ||||||||||||||
reactionsReactionConnection! | A list of Reactions left on the Issue. Arguments
| ||||||||||||||
resourcePathURI! | The HTTP path for this comment | ||||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||||
urlURI! | The HTTP URL for this comment | ||||||||||||||
userContentEditsUserContentEditConnection | A list of edits to this content. Arguments
| ||||||||||||||
viewerCanDeleteBoolean! | Check if the current viewer can delete this object. | ||||||||||||||
viewerCanReactBoolean! | Can user react to this subject | ||||||||||||||
viewerCanUpdateBoolean! | Check if the current viewer can update this object. | ||||||||||||||
viewerCannotUpdateReasons[CommentCannotUpdateReason!]! | Reasons why the current viewer can not update this comment. | ||||||||||||||
viewerDidAuthorBoolean! | Did the viewer author this comment. |
#
TeamDiscussionCommentConnectionThe connection type for TeamDiscussionComment.
Fields
Name | Description |
---|---|
edges[TeamDiscussionCommentEdge] | A list of edges. |
nodes[TeamDiscussionComment] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
TeamDiscussionCommentEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeTeamDiscussionComment | The item at the end of the edge. |
#
TeamDiscussionConnectionThe connection type for TeamDiscussion.
Fields
Name | Description |
---|---|
edges[TeamDiscussionEdge] | A list of edges. |
nodes[TeamDiscussion] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
TeamDiscussionEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeTeamDiscussion | The item at the end of the edge. |
#
TeamEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeTeam | The item at the end of the edge. |
#
TeamMemberConnectionThe connection type for User.
Fields
Name | Description |
---|---|
edges[TeamMemberEdge] | A list of edges. |
nodes[User] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
TeamMemberEdgeRepresents a user who is a member of a team.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
memberAccessResourcePathURI! | The HTTP path to the organization's member access page. |
memberAccessUrlURI! | The HTTP URL to the organization's member access page. |
nodeUser! | |
roleTeamMemberRole! | The role the member has on the team. |
#
TeamRemoveMemberAuditEntryAudit log entry for a team.remove_member event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
isLdapMappedBoolean | Whether the team was mapped to an LDAP Group. |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
teamTeam | The team associated with the action |
teamNameString | The name of the team |
teamResourcePathURI | The HTTP path for this team |
teamUrlURI | The HTTP URL for this team |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
TeamRemoveRepositoryAuditEntryAudit log entry for a team.remove_repository event.
Implements
Fields
Name | Description |
---|---|
actionString! | The action name |
actorAuditEntryActor | The user who initiated the action |
actorIpString | The IP address of the actor |
actorLocationActorLocation | A readable representation of the actor's location |
actorLoginString | The username of the user who initiated the action |
actorResourcePathURI | The HTTP path for the actor. |
actorUrlURI | The HTTP URL for the actor. |
createdAtPreciseDateTime! | The time the action was initiated |
idID! | |
isLdapMappedBoolean | Whether the team was mapped to an LDAP Group. |
operationTypeOperationType | The corresponding operation type for the action |
organizationOrganization | The Organization associated with the Audit Entry. |
organizationNameString | The name of the Organization. |
organizationResourcePathURI | The HTTP path for the organization |
organizationUrlURI | The HTTP URL for the organization |
repositoryRepository | The repository associated with the action |
repositoryNameString | The name of the repository |
repositoryResourcePathURI | The HTTP path for the repository |
repositoryUrlURI | The HTTP URL for the repository |
teamTeam | The team associated with the action |
teamNameString | The name of the team |
teamResourcePathURI | The HTTP path for this team |
teamUrlURI | The HTTP URL for this team |
userUser | The user affected by the action |
userLoginString | For actions involving two users, the actor is the initiator and the user is the affected user. |
userResourcePathURI | The HTTP path for the user. |
userUrlURI | The HTTP URL for the user. |
#
TeamRepositoryConnectionThe connection type for Repository.
Fields
Name | Description |
---|---|
edges[TeamRepositoryEdge] | A list of edges. |
nodes[Repository] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
TeamRepositoryEdgeRepresents a team repository.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeRepository! | |
permissionRepositoryPermission! | The permission level the team has on the repository |
#
TextMatchA text match within a search result.
Fields
Name | Description |
---|---|
fragmentString! | The specific text fragment within the property matched on. |
highlights[TextMatchHighlight!]! | Highlights within the matched fragment. |
propertyString! | The property matched on. |
#
TextMatchHighlightRepresents a single highlight in a search result match.
Fields
Name | Description |
---|---|
beginIndiceInt! | The indice in the fragment where the matched text begins. |
endIndiceInt! | The indice in the fragment where the matched text ends. |
textString! | The text matched. |
#
TopicA topic aggregates entities that are related to a subject.
Implements
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
idID! | |||||||||||||
nameString! | The topic's name. | ||||||||||||
relatedTopics[Topic!]! | A list of related topics, including aliases of this topic, sorted with the most relevant first. Returns up to 10 Topics. Arguments
| ||||||||||||
stargazerCountInt! | Returns a count of how many stargazers there are on this object | ||||||||||||
stargazersStargazerConnection! | A list of users who have starred this starrable. Arguments
| ||||||||||||
viewerHasStarredBoolean! | Returns a boolean indicating whether the viewing user has starred this starrable. |
#
TransferIssuePayloadAutogenerated return type of TransferIssue
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
issueIssue | The issue that was transferred |
#
TransferredEventRepresents a 'transferred' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
fromRepositoryRepository | The repository this came from |
idID! | |
issueIssue! | Identifies the issue associated with the event. |
#
TreeRepresents a Git tree.
Implements
Fields
Name | Description |
---|---|
abbreviatedOidString! | An abbreviated version of the Git object ID |
commitResourcePathURI! | The HTTP path for this Git object |
commitUrlURI! | The HTTP URL for this Git object |
entries[TreeEntry!] | A list of tree entries. |
idID! | |
oidGitObjectID! | The Git object ID |
repositoryRepository! | The Repository the Git object belongs to |
#
TreeEntryRepresents a Git tree entry.
Fields
Name | Description |
---|---|
extensionString | The extension of the file |
isGeneratedBoolean! | Whether or not this tree entry is generated |
modeInt! | Entry file mode. |
nameString! | Entry file name. |
objectGitObject | Entry file object. |
oidGitObjectID! | Entry file Git object ID. |
pathString | The full path of the file. |
repositoryRepository! | The Repository the tree entry belongs to |
submoduleSubmodule | If the TreeEntry is for a directory occupied by a submodule project, this returns the corresponding submodule |
typeString! | Entry file type. |
#
UnarchiveRepositoryPayloadAutogenerated return type of UnarchiveRepository
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
repositoryRepository | The repository that was unarchived. |
#
UnassignedEventRepresents an 'unassigned' event on any assignable object.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
assignableAssignable! | Identifies the assignable associated with the event. |
assigneeAssignee | Identifies the user or mannequin that was unassigned. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
userUser | Deprecated: Assignees can now be mannequins. Use the `assignee` field instead. Removal on 2020-01-01 UTC. Identifies the subject (user) who was unassigned. |
#
UnfollowUserPayloadAutogenerated return type of UnfollowUser
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
userUser | The user that was unfollowed. |
#
UnknownSignatureRepresents an unknown signature on a Commit or Tag.
Implements
Fields
Name | Description |
---|---|
emailString! | Email used to sign this object. |
isValidBoolean! | True if the signature is valid and verified by GitHub. |
payloadString! | Payload for GPG signing object. Raw ODB object without the signature header. |
signatureString! | ASCII-armored signature header from object. |
signerUser | GitHub user corresponding to the email signing this commit. |
stateGitSignatureState! | The state of this signature. |
wasSignedByGitHubBoolean! | True if the signature was made with GitHub's signing key. |
#
UnlabeledEventRepresents an 'unlabeled' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
labelLabel! | Identifies the label associated with the 'unlabeled' event. |
labelableLabelable! | Identifies the |
#
UnlinkRepositoryFromProjectPayloadAutogenerated return type of UnlinkRepositoryFromProject
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
projectProject | The linked Project. |
repositoryRepository | The linked Repository. |
#
UnlockedEventRepresents an 'unlocked' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
lockableLockable! | Object that was unlocked. |
#
UnlockLockablePayloadAutogenerated return type of UnlockLockable
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
unlockedRecordLockable | The item that was unlocked. |
#
UnmarkedAsDuplicateEventRepresents an 'unmarked_as_duplicate' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
canonicalIssueOrPullRequest | The authoritative issue or pull request which has been duplicated by another. |
createdAtDateTime! | Identifies the date and time when the object was created. |
duplicateIssueOrPullRequest | The issue or pull request which has been marked as a duplicate of another. |
idID! | |
isCrossRepositoryBoolean! | Canonical and duplicate belong to different repositories. |
#
UnmarkFileAsViewedPayloadAutogenerated return type of UnmarkFileAsViewed
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestPullRequest | The updated pull request. |
#
UnmarkIssueAsDuplicatePayloadAutogenerated return type of UnmarkIssueAsDuplicate
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
duplicateIssueOrPullRequest | The issue or pull request that was marked as a duplicate. |
#
UnminimizeCommentPayloadAutogenerated return type of UnminimizeComment
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
unminimizedCommentMinimizable | The comment that was unminimized. |
#
UnpinIssuePayloadAutogenerated return type of UnpinIssue
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
issueIssue | The issue that was unpinned |
#
UnpinnedEventRepresents an 'unpinned' event on a given issue or pull request.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
issueIssue! | Identifies the issue associated with the event. |
#
UnresolveReviewThreadPayloadAutogenerated return type of UnresolveReviewThread
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
threadPullRequestReviewThread | The thread to resolve. |
#
UnsubscribedEventRepresents an 'unsubscribed' event on a given Subscribable
.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
subscribableSubscribable! | Object referenced by event. |
#
UpdateBranchProtectionRulePayloadAutogenerated return type of UpdateBranchProtectionRule
Fields
Name | Description |
---|---|
branchProtectionRuleBranchProtectionRule | The newly created BranchProtectionRule. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
UpdateCheckRunPayloadAutogenerated return type of UpdateCheckRun
Fields
Name | Description |
---|---|
checkRunCheckRun | The updated check run. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
UpdateCheckSuitePreferencesPayloadAutogenerated return type of UpdateCheckSuitePreferences
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
repositoryRepository | The updated repository. |
#
UpdateEnterpriseAdministratorRolePayloadAutogenerated return type of UpdateEnterpriseAdministratorRole
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
messageString | A message confirming the result of changing the administrator's role. |
#
UpdateEnterpriseAllowPrivateRepositoryForkingSettingPayloadAutogenerated return type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise with the updated allow private repository forking setting. |
messageString | A message confirming the result of updating the allow private repository forking setting. |
#
UpdateEnterpriseDefaultRepositoryPermissionSettingPayloadAutogenerated return type of UpdateEnterpriseDefaultRepositoryPermissionSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise with the updated default repository permission setting. |
messageString | A message confirming the result of updating the default repository permission setting. |
#
UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingPayloadAutogenerated return type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise with the updated members can change repository visibility setting. |
messageString | A message confirming the result of updating the members can change repository visibility setting. |
#
UpdateEnterpriseMembersCanCreateRepositoriesSettingPayloadAutogenerated return type of UpdateEnterpriseMembersCanCreateRepositoriesSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise with the updated members can create repositories setting. |
messageString | A message confirming the result of updating the members can create repositories setting. |
#
UpdateEnterpriseMembersCanDeleteIssuesSettingPayloadAutogenerated return type of UpdateEnterpriseMembersCanDeleteIssuesSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise with the updated members can delete issues setting. |
messageString | A message confirming the result of updating the members can delete issues setting. |
#
UpdateEnterpriseMembersCanDeleteRepositoriesSettingPayloadAutogenerated return type of UpdateEnterpriseMembersCanDeleteRepositoriesSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise with the updated members can delete repositories setting. |
messageString | A message confirming the result of updating the members can delete repositories setting. |
#
UpdateEnterpriseMembersCanInviteCollaboratorsSettingPayloadAutogenerated return type of UpdateEnterpriseMembersCanInviteCollaboratorsSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise with the updated members can invite collaborators setting. |
messageString | A message confirming the result of updating the members can invite collaborators setting. |
#
UpdateEnterpriseMembersCanMakePurchasesSettingPayloadAutogenerated return type of UpdateEnterpriseMembersCanMakePurchasesSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise with the updated members can make purchases setting. |
messageString | A message confirming the result of updating the members can make purchases setting. |
#
UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayloadAutogenerated return type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise with the updated members can update protected branches setting. |
messageString | A message confirming the result of updating the members can update protected branches setting. |
#
UpdateEnterpriseMembersCanViewDependencyInsightsSettingPayloadAutogenerated return type of UpdateEnterpriseMembersCanViewDependencyInsightsSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise with the updated members can view dependency insights setting. |
messageString | A message confirming the result of updating the members can view dependency insights setting. |
#
UpdateEnterpriseOrganizationProjectsSettingPayloadAutogenerated return type of UpdateEnterpriseOrganizationProjectsSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise with the updated organization projects setting. |
messageString | A message confirming the result of updating the organization projects setting. |
#
UpdateEnterpriseProfilePayloadAutogenerated return type of UpdateEnterpriseProfile
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The updated enterprise. |
#
UpdateEnterpriseRepositoryProjectsSettingPayloadAutogenerated return type of UpdateEnterpriseRepositoryProjectsSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise with the updated repository projects setting. |
messageString | A message confirming the result of updating the repository projects setting. |
#
UpdateEnterpriseTeamDiscussionsSettingPayloadAutogenerated return type of UpdateEnterpriseTeamDiscussionsSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise with the updated team discussions setting. |
messageString | A message confirming the result of updating the team discussions setting. |
#
UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayloadAutogenerated return type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
enterpriseEnterprise | The enterprise with the updated two factor authentication required setting. |
messageString | A message confirming the result of updating the two factor authentication required setting. |
#
UpdateIpAllowListEnabledSettingPayloadAutogenerated return type of UpdateIpAllowListEnabledSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
ownerIpAllowListOwner | The IP allow list owner on which the setting was updated. |
#
UpdateIpAllowListEntryPayloadAutogenerated return type of UpdateIpAllowListEntry
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
ipAllowListEntryIpAllowListEntry | The IP allow list entry that was updated. |
#
UpdateIssueCommentPayloadAutogenerated return type of UpdateIssueComment
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
issueCommentIssueComment | The updated comment. |
#
UpdateIssuePayloadAutogenerated return type of UpdateIssue
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
issueIssue | The issue. |
#
UpdateLabelPayloadAutogenerated return type of UpdateLabel
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
labelLabel | The updated label. |
#
UpdateNotificationRestrictionSettingPayloadAutogenerated return type of UpdateNotificationRestrictionSetting
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
ownerVerifiableDomainOwner | The owner on which the setting was updated. |
#
UpdateProjectCardPayloadAutogenerated return type of UpdateProjectCard
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
projectCardProjectCard | The updated ProjectCard. |
#
UpdateProjectColumnPayloadAutogenerated return type of UpdateProjectColumn
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
projectColumnProjectColumn | The updated project column. |
#
UpdateProjectPayloadAutogenerated return type of UpdateProject
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
projectProject | The updated project. |
#
UpdatePullRequestPayloadAutogenerated return type of UpdatePullRequest
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestPullRequest | The updated pull request. |
#
UpdatePullRequestReviewCommentPayloadAutogenerated return type of UpdatePullRequestReviewComment
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestReviewCommentPullRequestReviewComment | The updated comment. |
#
UpdatePullRequestReviewPayloadAutogenerated return type of UpdatePullRequestReview
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
pullRequestReviewPullRequestReview | The updated pull request review. |
#
UpdateRefPayloadAutogenerated return type of UpdateRef
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
refRef | The updated Ref. |
#
UpdateRefsPayloadAutogenerated return type of UpdateRefs
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
#
UpdateRepositoryPayloadAutogenerated return type of UpdateRepository
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
repositoryRepository | The updated repository. |
#
UpdateSubscriptionPayloadAutogenerated return type of UpdateSubscription
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
subscribableSubscribable | The input subscribable entity. |
#
UpdateTeamDiscussionCommentPayloadAutogenerated return type of UpdateTeamDiscussionComment
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
teamDiscussionCommentTeamDiscussionComment | The updated comment. |
#
UpdateTeamDiscussionPayloadAutogenerated return type of UpdateTeamDiscussion
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
teamDiscussionTeamDiscussion | The updated discussion. |
#
UpdateTeamReviewAssignmentPayloadAutogenerated return type of UpdateTeamReviewAssignment
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
teamTeam | The team that was modified |
#
UpdateTopicsPayloadAutogenerated return type of UpdateTopics
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
invalidTopicNames[String!] | Names of the provided topics that are not valid. |
repositoryRepository | The updated repository. |
#
UserA user is an individual's account on GitHub that owns repositories and can make new content.
Implements
Fields
Name | Description | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
anyPinnableItemsBoolean! | Determine if this repository owner has any items that can be pinned to their profile. Arguments
| ||||||||||||||||||||||
avatarUrlURI! | A URL pointing to the user's public avatar. Arguments
| ||||||||||||||||||||||
bioString | The user's public profile bio. | ||||||||||||||||||||||
bioHTMLHTML! | The user's public profile bio as HTML. | ||||||||||||||||||||||
commitCommentsCommitCommentConnection! | A list of commit comments made by this user. Arguments
| ||||||||||||||||||||||
companyString | The user's public profile company. | ||||||||||||||||||||||
companyHTMLHTML! | The user's public profile company as HTML. | ||||||||||||||||||||||
contributionsCollectionContributionsCollection! | The collection of contributions this user has made to different repositories. Arguments
| ||||||||||||||||||||||
createdAtDateTime! | Identifies the date and time when the object was created. | ||||||||||||||||||||||
databaseIdInt | Identifies the primary key from the database. | ||||||||||||||||||||||
emailString! | The user's publicly visible profile email. | ||||||||||||||||||||||
followersFollowerConnection! | A list of users the given user is followed by. Arguments
| ||||||||||||||||||||||
followingFollowingConnection! | A list of users the given user is following. Arguments
| ||||||||||||||||||||||
gistGist | Find gist by repo name. Arguments
| ||||||||||||||||||||||
gistCommentsGistCommentConnection! | A list of gist comments made by this user. Arguments
| ||||||||||||||||||||||
gistsGistConnection! | A list of the Gists the user has created. Arguments
| ||||||||||||||||||||||
hasSponsorsListingBoolean! | True if this user/organization has a GitHub Sponsors listing. | ||||||||||||||||||||||
hovercardHovercard! | The hovercard information for this user in a given context Arguments
| ||||||||||||||||||||||
idID! | |||||||||||||||||||||||
interactionAbilityRepositoryInteractionAbility | The interaction ability settings for this user. | ||||||||||||||||||||||
isBountyHunterBoolean! | Whether or not this user is a participant in the GitHub Security Bug Bounty. | ||||||||||||||||||||||
isCampusExpertBoolean! | Whether or not this user is a participant in the GitHub Campus Experts Program. | ||||||||||||||||||||||
isDeveloperProgramMemberBoolean! | Whether or not this user is a GitHub Developer Program member. | ||||||||||||||||||||||
isEmployeeBoolean! | Whether or not this user is a GitHub employee. | ||||||||||||||||||||||
isGitHubStarBoolean! | Whether or not this user is a member of the GitHub Stars Program. | ||||||||||||||||||||||
isHireableBoolean! | Whether or not the user has marked themselves as for hire. | ||||||||||||||||||||||
isSiteAdminBoolean! | Whether or not this user is a site administrator. | ||||||||||||||||||||||
isSponsoredByBoolean! | Check if the given account is sponsoring this user/organization. Arguments
| ||||||||||||||||||||||
isSponsoringViewerBoolean! | True if the viewer is sponsored by this user/organization. | ||||||||||||||||||||||
isViewerBoolean! | Whether or not this user is the viewing user. | ||||||||||||||||||||||
issueCommentsIssueCommentConnection! | A list of issue comments made by this user. Arguments
| ||||||||||||||||||||||
issuesIssueConnection! | A list of issues associated with this user. Arguments
| ||||||||||||||||||||||
itemShowcaseProfileItemShowcase! | Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity. | ||||||||||||||||||||||
locationString | The user's public profile location. | ||||||||||||||||||||||
loginString! | The username used to login. | ||||||||||||||||||||||
nameString | The user's public profile name. | ||||||||||||||||||||||
organizationOrganization | Find an organization by its login that the user belongs to. Arguments
| ||||||||||||||||||||||
organizationVerifiedDomainEmails[String!]! | Verified email addresses that match verified domains for a specified organization the user is a member of. Arguments
| ||||||||||||||||||||||
organizationsOrganizationConnection! | A list of organizations the user belongs to. Arguments
| ||||||||||||||||||||||
packagesPackageConnection! | A list of packages under the owner. Arguments
| ||||||||||||||||||||||
pinnableItemsPinnableItemConnection! | A list of repositories and gists this profile owner can pin to their profile. Arguments
| ||||||||||||||||||||||
pinnedItemsPinnableItemConnection! | A list of repositories and gists this profile owner has pinned to their profile Arguments
| ||||||||||||||||||||||
pinnedItemsRemainingInt! | Returns how many more items this profile owner can pin to their profile. | ||||||||||||||||||||||
projectProject | Find project by number. Arguments
| ||||||||||||||||||||||
projectsProjectConnection! | A list of projects under the owner. Arguments
| ||||||||||||||||||||||
projectsResourcePathURI! | The HTTP path listing user's projects | ||||||||||||||||||||||
projectsUrlURI! | The HTTP URL listing user's projects | ||||||||||||||||||||||
publicKeysPublicKeyConnection! | A list of public keys associated with this user. Arguments
| ||||||||||||||||||||||
pullRequestsPullRequestConnection! | A list of pull requests associated with this user. Arguments
| ||||||||||||||||||||||
repositoriesRepositoryConnection! | A list of repositories that the user owns. Arguments
| ||||||||||||||||||||||
repositoriesContributedToRepositoryConnection! | A list of repositories that the user recently contributed to. Arguments
| ||||||||||||||||||||||
repositoryRepository | Find Repository. Arguments
| ||||||||||||||||||||||
resourcePathURI! | The HTTP path for this user | ||||||||||||||||||||||
savedRepliesSavedReplyConnection | Replies this user has saved Arguments
| ||||||||||||||||||||||
sponsorsListingSponsorsListing | The GitHub Sponsors listing for this user or organization. | ||||||||||||||||||||||
sponsorshipForViewerAsSponsorSponsorship | The viewer's sponsorship of this entity. | ||||||||||||||||||||||
sponsorshipsAsMaintainerSponsorshipConnection! | This object's sponsorships as the maintainer. Arguments
| ||||||||||||||||||||||
sponsorshipsAsSponsorSponsorshipConnection! | This object's sponsorships as the sponsor. Arguments
| ||||||||||||||||||||||
starredRepositoriesStarredRepositoryConnection! | Repositories the user has starred. Arguments
| ||||||||||||||||||||||
statusUserStatus | The user's description of what they're currently doing. | ||||||||||||||||||||||
topRepositoriesRepositoryConnection! | Repositories the user has contributed to, ordered by contribution rank, plus repositories the user has created Arguments
| ||||||||||||||||||||||
twitterUsernameString | The user's Twitter username. | ||||||||||||||||||||||
updatedAtDateTime! | Identifies the date and time when the object was last updated. | ||||||||||||||||||||||
urlURI! | The HTTP URL for this user | ||||||||||||||||||||||
viewerCanChangePinnedItemsBoolean! | Can the viewer pin repositories and gists to the profile? | ||||||||||||||||||||||
viewerCanCreateProjectsBoolean! | Can the current viewer create new projects on this owner. | ||||||||||||||||||||||
viewerCanFollowBoolean! | Whether or not the viewer is able to follow the user. | ||||||||||||||||||||||
viewerCanSponsorBoolean! | Whether or not the viewer is able to sponsor this user/organization. | ||||||||||||||||||||||
viewerIsFollowingBoolean! | Whether or not this user is followed by the viewer. | ||||||||||||||||||||||
viewerIsSponsoringBoolean! | True if the viewer is sponsoring this user/organization. | ||||||||||||||||||||||
watchingRepositoryConnection! | A list of repositories the given user is watching. Arguments
| ||||||||||||||||||||||
websiteUrlURI | A URL pointing to the user's public website/blog. |
#
UserBlockedEventRepresents a 'user_blocked' event on a given user.
Implements
Fields
Name | Description |
---|---|
actorActor | Identifies the actor who performed the event. |
blockDurationUserBlockDuration! | Number of days that the user was blocked for. |
createdAtDateTime! | Identifies the date and time when the object was created. |
idID! | |
subjectUser | The user who was blocked. |
#
UserConnectionThe connection type for User.
Fields
Name | Description |
---|---|
edges[UserEdge] | A list of edges. |
nodes[User] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
UserContentEditAn edit on user content
Implements
Fields
Name | Description |
---|---|
createdAtDateTime! | Identifies the date and time when the object was created. |
deletedAtDateTime | Identifies the date and time when the object was deleted. |
deletedByActor | The actor who deleted this content |
diffString | A summary of the changes for this edit |
editedAtDateTime! | When this content was edited |
editorActor | The actor who edited this content |
idID! | |
updatedAtDateTime! | Identifies the date and time when the object was last updated. |
#
UserContentEditConnectionA list of edits to content.
Fields
Name | Description |
---|---|
edges[UserContentEditEdge] | A list of edges. |
nodes[UserContentEdit] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
UserContentEditEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeUserContentEdit | The item at the end of the edge. |
#
UserEdgeRepresents a user.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeUser | The item at the end of the edge. |
#
UserEmailMetadataEmail attributes from External Identity
Fields
Name | Description |
---|---|
primaryBoolean | Boolean to identify primary emails |
typeString | Type of email |
valueString! | Email id |
#
UserStatusThe user's description of what they're currently doing.
Implements
Fields
Name | Description |
---|---|
createdAtDateTime! | Identifies the date and time when the object was created. |
emojiString | An emoji summarizing the user's status. |
emojiHTMLHTML | The status emoji as HTML. |
expiresAtDateTime | If set, the status will not be shown after this date. |
idID! | ID of the object. |
indicatesLimitedAvailabilityBoolean! | Whether this status indicates the user is not fully available on GitHub. |
messageString | A brief message describing what the user is doing. |
organizationOrganization | The organization whose members can see this status. If null, this status is publicly visible. |
updatedAtDateTime! | Identifies the date and time when the object was last updated. |
userUser! | The user who has this status. |
#
UserStatusConnectionThe connection type for UserStatus.
Fields
Name | Description |
---|---|
edges[UserStatusEdge] | A list of edges. |
nodes[UserStatus] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
UserStatusEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeUserStatus | The item at the end of the edge. |
#
VerifiableDomainA domain that can be verified for an organization or an enterprise.
Implements
Fields
Name | Description |
---|---|
createdAtDateTime! | Identifies the date and time when the object was created. |
databaseIdInt | Identifies the primary key from the database. |
dnsHostNameURI | The DNS host name that should be used for verification. |
domainURI! | The unicode encoded domain. |
hasFoundHostNameBoolean! | Whether a TXT record for verification with the expected host name was found. |
hasFoundVerificationTokenBoolean! | Whether a TXT record for verification with the expected verification token was found. |
idID! | |
isRequiredForPolicyEnforcementBoolean! | Whether this domain is required to exist for an organization or enterprise policy to be enforced. |
isVerifiedBoolean! | Whether or not the domain is verified. |
ownerVerifiableDomainOwner! | The owner of the domain. |
punycodeEncodedDomainURI! | The punycode encoded domain. |
tokenExpirationTimeDateTime | The time that the current verification token will expire. |
updatedAtDateTime! | Identifies the date and time when the object was last updated. |
verificationTokenString | The current verification token for the domain. |
#
VerifiableDomainConnectionThe connection type for VerifiableDomain.
Fields
Name | Description |
---|---|
edges[VerifiableDomainEdge] | A list of edges. |
nodes[VerifiableDomain] | A list of nodes. |
pageInfoPageInfo! | Information to aid in pagination. |
totalCountInt! | Identifies the total count of items in the connection. |
#
VerifiableDomainEdgeAn edge in a connection.
Fields
Name | Description |
---|---|
cursorString! | A cursor for use in pagination. |
nodeVerifiableDomain | The item at the end of the edge. |
#
VerifyVerifiableDomainPayloadAutogenerated return type of VerifyVerifiableDomain
Fields
Name | Description |
---|---|
clientMutationIdString | A unique identifier for the client performing the mutation. |
domainVerifiableDomain | The verifiable domain that was verified. |
#
ViewerHovercardContextA hovercard context with a message describing how the viewer is related.
Implements
Fields
Name | Description |
---|---|
messageString! | A string describing this context |
octiconString! | An octicon to accompany this context |
viewerUser! | Identifies the user who is related to this context. |