diff --git a/content/actions/reference/events-that-trigger-workflows.md b/content/actions/reference/events-that-trigger-workflows.md
index e1373d36d1e4..279e7c34c526 100644
--- a/content/actions/reference/events-that-trigger-workflows.md
+++ b/content/actions/reference/events-that-trigger-workflows.md
@@ -232,7 +232,7 @@ on:
#### `deployment`
-Runs your workflow anytime someone creates a deployment, which triggers the `deployment` event. Deployments created with a commit SHA may not have a Git ref. For information about the REST API, see "[Deployments](/v3/repos/deployments/)."
+Runs your workflow anytime someone creates a deployment, which triggers the `deployment` event. Deployments created with a commit SHA may not have a Git ref. For information about the REST API, see "[Deployments](/rest/reference/repos#deployments)."
| Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` |
| --------------------- | -------------- | ------------ | -------------|
@@ -247,7 +247,7 @@ on:
#### `deployment_status`
-Runs your workflow anytime a third party provides a deployment status, which triggers the `deployment_status` event. Deployments created with a commit SHA may not have a Git ref. For information about the REST API, see "[Create a deployment status](/v3/repos/deployments/#create-a-deployment-status)."
+Runs your workflow anytime a third party provides a deployment status, which triggers the `deployment_status` event. Deployments created with a commit SHA may not have a Git ref. For information about the REST API, see "[Create a deployment status](/rest/reference/repos#create-a-deployment-status)."
| Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` |
| --------------------- | -------------- | ------------ | -------------|
@@ -296,13 +296,13 @@ on:
#### `issue_comment`
-Runs your workflow anytime the `issue_comment` event occurs. {% data reusables.developer-site.multiple_activity_types %} For information about the REST API, see "[Issue comments](/v3/issues/comments/)."
+Runs your workflow anytime the `issue_comment` event occurs. {% data reusables.developer-site.multiple_activity_types %} For information about the REST API, see "[Issue comments](/developers/webhooks-and-events/webhook-events-and-payloads#issue_comment)."
{% data reusables.github-actions.branch-requirement %}
| Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` |
| --------------------- | -------------- | ------------ | -------------|
-| [`issue_comment`](/v3/activity/event_types/#issue_comment) | - `created`
- `edited`
- `deleted`
| Last commit on default branch | Default branch |
+| [`issue_comment`](/rest/reference/activity#issue_comment) | - `created`
- `edited`
- `deleted`
| Last commit on default branch | Default branch |
{% data reusables.developer-site.limit_workflow_to_activity_types %}
@@ -376,7 +376,7 @@ on:
#### `page_build`
-Runs your workflow anytime someone pushes to a {% data variables.product.product_name %} Pages-enabled branch, which triggers the `page_build` event. For information about the REST API, see "[Pages](/v3/repos/pages/)."
+Runs your workflow anytime someone pushes to a {% data variables.product.product_name %} Pages-enabled branch, which triggers the `page_build` event. For information about the REST API, see "[Pages](/rest/reference/repos#pages)."
{% data reusables.github-actions.branch-requirement %}
diff --git a/content/developers/apps/creating-a-github-app-using-url-parameters.md b/content/developers/apps/creating-a-github-app-using-url-parameters.md
index 6b51cc702f3f..d718d3f89bdd 100644
--- a/content/developers/apps/creating-a-github-app-using-url-parameters.md
+++ b/content/developers/apps/creating-a-github-app-using-url-parameters.md
@@ -54,7 +54,7 @@ Permission | Description
[`checks`](/rest/reference/permissions-required-for-github-apps/#permission-on-checks) | Grants access to the [Checks API](/v3/checks/). Can be one of: `none`, `read`, or `write`.
`content_references` | Grants access to the "[Create a content attachment](/v3/apps/installations/#create-a-content-attachment)" endpoint. Can be one of: `none`, `read`, or `write`.
[`contents`](/rest/reference/permissions-required-for-github-apps/#permission-on-contents) | Grants access to various endpoints that allow you to modify repository contents. Can be one of: `none`, `read`, or `write`.
-[`deployments`](/rest/reference/permissions-required-for-github-apps/#permission-on-deployments) | Grants access to the [Deployments API](/v3/repos/deployments/). Can be one of: `none`, `read`, or `write`.
+[`deployments`](/rest/reference/permissions-required-for-github-apps/#permission-on-deployments) | Grants access to the [Deployments API](/rest/reference/repos#deployments). Can be one of: `none`, `read`, or `write`.
[`emails`](/rest/reference/permissions-required-for-github-apps/#permission-on-emails) | Grants access to the [Emails API](/v3/users/emails/). Can be one of: `none`, `read`, or `write`.
[`followers`](/rest/reference/permissions-required-for-github-apps/#permission-on-followers) | Grants access to the [Followers API](/v3/users/followers/). Can be one of: `none`, `read`, or `write`.
[`gpg_keys`](/rest/reference/permissions-required-for-github-apps/#permission-on-gpg-keys) | Grants access to the [GPG Keys API](/v3/users/gpg_keys/). Can be one of: `none`, `read`, or `write`.
@@ -63,11 +63,11 @@ Permission | Description
[`members`](/rest/reference/permissions-required-for-github-apps/#permission-on-members) | Grants access to manage an organization's members. Can be one of: `none`, `read`, or `write`.{% if currentVersion == "free-pro-team@latest" %}
[`metadata`](/rest/reference/permissions-required-for-github-apps/#metadata-permissions) | Grants access to read-only endpoints that do not leak sensitive data. Can be `read` or `none`. Defaults to `read` when you set any permission, or defaults to `none` when you don't specify any permissions for the {% data variables.product.prodname_github_app %}.
[`organization_administration`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-administration) | Grants access to "[Update an organization](/v3/orgs/#update-an-organization)" endpoint and the [Organization Interaction Restrictions API](/v3/interactions/orgs/#set-interaction-restrictions-for-an-organization). Can be one of: `none`, `read`, or `write`.{% endif %}
-[`organization_hooks`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-hooks) | Grants access to the [Organization Webhooks API](/v3/orgs/hooks/). Can be one of: `none`, `read`, or `write`.
+[`organization_hooks`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-hooks) | Grants access to the [Organization Webhooks API](/rest/reference/orgs#webhooks/). Can be one of: `none`, `read`, or `write`.
`organization_plan` | Grants access to get information about an organization's plan using the "[Get an organization](/v3/orgs/#get-an-organization)" endpoint. Can be one of: `none` or `read`.
[`organization_projects`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-projects) | Grants access to the [Projects API](/v3/projects/). Can be one of: `none`, `read`, `write`, or `admin`.{% if currentVersion == "free-pro-team@latest" %}
[`organization_user_blocking`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-projects) | Grants access to the [Blocking Organization Users API](/v3/orgs/blocking/). Can be one of: `none`, `read`, or `write`.{% endif %}
-[`pages`](/rest/reference/permissions-required-for-github-apps/#permission-on-pages) | Grants access to the [Pages API](/v3/repos/pages/). Can be one of: `none`, `read`, or `write`.
+[`pages`](/rest/reference/permissions-required-for-github-apps/#permission-on-pages) | Grants access to the [Pages API](/rest/reference/repos#pages). Can be one of: `none`, `read`, or `write`.
`plan` | Grants access to get information about a user's GitHub plan using the "[Get a user](/v3/users/#get-a-user)" endpoint. Can be one of: `none` or `read`.
[`pull_requests`](/rest/reference/permissions-required-for-github-apps/#permission-on-pull-requests) | Grants access to various pull request endpoints. Can be one of: `none`, `read`, or `write`.
[`repository_hooks`](/rest/reference/permissions-required-for-github-apps/#permission-on-repository-hooks) | Grants access to the [Repository Webhooks API](/v3/repos/hooks/). Can be one of: `none`, `read`, or `write`.
diff --git a/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md b/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md
index ef2c5a6dff5b..95d7ec2ffca2 100644
--- a/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md
+++ b/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md
@@ -241,25 +241,25 @@ While most of your API interaction should occur using your server-to-server inst
##### Deployment Statuses
-* [List deployment statuses](/v3/repos/deployments/#list-deployment-statuses)
-* [Create a deployment status](/v3/repos/deployments/#create-a-deployment-status)
-* [Get a deployment status](/v3/repos/deployments/#get-a-deployment-status)
+* [List deployment statuses](/rest/reference/repos#list-deployment-statuses)
+* [Create a deployment status](/rest/reference/repos#create-a-deployment-status)
+* [Get a deployment status](/rest/reference/repos#get-a-deployment-status)
##### Deployments
-* [List deployments](/v3/repos/deployments/#list-deployments)
-* [Create a deployment](/v3/repos/deployments/#create-a-deployment)
-* [Get a deployment](/v3/repos/deployments/#get-a-deployment){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
-* [Delete a deployment](/v3/repos/deployments/#delete-a-deployment){% endif %}
+* [List deployments](/rest/reference/repos#list-deployments)
+* [Create a deployment](/rest/reference/repos#create-a-deployment)
+* [Get a deployment](/rest/reference/repos#get-a-deployment){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+* [Delete a deployment](/rest/reference/repos#delete-a-deployment){% endif %}
##### Events
-* [List public events for a network of repositories](/v3/activity/events/#list-public-events-for-a-network-of-repositories)
-* [List public organization events](/v3/activity/events/#list-public-organization-events)
+* [List public events for a network of repositories](/rest/reference/activity#list-public-events-for-a-network-of-repositories)
+* [List public organization events](/rest/reference/activity#list-public-organization-events)
##### Feeds
-* [Get feeds](/v3/activity/feeds/#get-feeds)
+* [Get feeds](/rest/reference/activity#get-feeds)
##### Git Blobs
@@ -388,12 +388,12 @@ While most of your API interaction should occur using your server-to-server inst
##### Organization Hooks
-* [List organization webhooks](/v3/orgs/hooks/#list-organization-webhooks)
-* [Create an organization webhook](/v3/orgs/hooks/#create-an-organization-webhook)
-* [Get an organization webhook](/v3/orgs/hooks/#get-an-organization-webhook)
-* [Update an organization webhook](/v3/orgs/hooks/#update-an-organization-webhook)
-* [Delete an organization webhook](/v3/orgs/hooks/#delete-an-organization-webhook)
-* [Ping an organization webhook](/v3/orgs/hooks/#ping-an-organization-webhook)
+* [List organization webhooks](/rest/reference/orgs#webhooks/#list-organization-webhooks)
+* [Create an organization webhook](/rest/reference/orgs#webhooks/#create-an-organization-webhook)
+* [Get an organization webhook](/rest/reference/orgs#webhooks/#get-an-organization-webhook)
+* [Update an organization webhook](/rest/reference/orgs#webhooks/#update-an-organization-webhook)
+* [Delete an organization webhook](/rest/reference/orgs#webhooks/#delete-an-organization-webhook)
+* [Ping an organization webhook](/rest/reference/orgs#webhooks/#ping-an-organization-webhook)
{% if currentVersion == "free-pro-team@latest" %}
##### Organization Invitations
@@ -616,7 +616,7 @@ While most of your API interaction should occur using your server-to-server inst
* [Delete a repository](/v3/repos/#delete-a-repository)
* [Compare two commits](/v3/repos/commits/#compare-two-commits)
* [List repository contributors](/v3/repos/#list-repository-contributors)
-* [List forks](/v3/repos/forks/#list-forks)
+* [List forks](/rest/reference/repos#list-forks)
* [Create a fork](/v3/repos/forks/#create-a-fork)
* [List repository languages](/v3/repos/#list-repository-languages)
* [List repository tags](/v3/repos/#list-repository-tags)
@@ -629,13 +629,13 @@ While most of your API interaction should occur using your server-to-server inst
##### Repository Activity
-* [List stargazers](/v3/activity/starring/#list-stargazers)
-* [List watchers](/v3/activity/watching/#list-watchers)
-* [List repositories starred by a user](/v3/activity/starring/#list-repositories-starred-by-a-user)
-* [Check if a repository is starred by the authenticated user](/v3/activity/starring/#check-if-a-repository-is-starred-by-the-authenticated-user)
-* [Star a repository for the authenticated user](/v3/activity/starring/#star-a-repository-for-the-authenticated-user)
-* [Unstar a repository for the authenticated user](/v3/activity/starring/#unstar-a-repository-for-the-authenticated-user)
-* [List repositories watched by a user](/v3/activity/watching/#list-repositories-watched-by-a-user)
+* [List stargazers](/rest/reference/activity#list-stargazers)
+* [List watchers](/rest/reference/activity#list-watchers)
+* [List repositories starred by a user](/rest/reference/activity#list-repositories-starred-by-a-user)
+* [Check if a repository is starred by the authenticated user](/rest/reference/activity#check-if-a-repository-is-starred-by-the-authenticated-user)
+* [Star a repository for the authenticated user](/rest/reference/activity#star-a-repository-for-the-authenticated-user)
+* [Unstar a repository for the authenticated user](/rest/reference/activity#unstar-a-repository-for-the-authenticated-user)
+* [List repositories watched by a user](/rest/reference/activity#list-repositories-watched-by-a-user)
{% if currentVersion == "free-pro-team@latest" %}
##### Repository Automated Security Fixes
@@ -753,14 +753,14 @@ While most of your API interaction should occur using your server-to-server inst
##### Repository Pages
-* [Get a GitHub Pages site](/v3/repos/pages/#get-a-github-pages-site)
-* [Create a GitHub Pages site](/v3/repos/pages/#create-a-github-pages-site)
-* [Update information about a GitHub Pages site](/v3/repos/pages/#update-information-about-a-github-pages-site)
-* [Delete a GitHub Pages site](/v3/repos/pages/#delete-a-github-pages-site)
-* [List GitHub Pages builds](/v3/repos/pages/#list-github-pages-builds)
-* [Request a GitHub Pages build](/v3/repos/pages/#request-a-github-pages-build)
-* [Get GitHub Pages build](/v3/repos/pages/#get-github-pages-build)
-* [Get latest pages build](/v3/repos/pages/#get-latest-pages-build)
+* [Get a GitHub Pages site](/rest/reference/repos#get-a-github-pages-site)
+* [Create a GitHub Pages site](/rest/reference/repos#create-a-github-pages-site)
+* [Update information about a GitHub Pages site](/rest/reference/repos#update-information-about-a-github-pages-site)
+* [Delete a GitHub Pages site](/rest/reference/repos#delete-a-github-pages-site)
+* [List GitHub Pages builds](/rest/reference/repos#list-github-pages-builds)
+* [Request a GitHub Pages build](/rest/reference/repos#request-a-github-pages-build)
+* [Get GitHub Pages build](/rest/reference/repos#get-github-pages-build)
+* [Get latest pages build](/rest/reference/repos#get-latest-pages-build)
{% if currentVersion != "free-pro-team@latest" %}
##### Repository Pre Receive Hooks
@@ -773,17 +773,17 @@ While most of your API interaction should occur using your server-to-server inst
##### Repository Releases
-* [List releases](/v3/repos/releases/#list-releases)
-* [Create a release](/v3/repos/releases/#create-a-release)
-* [Get a release](/v3/repos/releases/#get-a-release)
-* [Update a release](/v3/repos/releases/#update-a-release)
-* [Delete a release](/v3/repos/releases/#delete-a-release)
-* [List release assets](/v3/repos/releases/#list-release-assets)
-* [Get a release asset](/v3/repos/releases/#get-a-release-asset)
-* [Update a release asset](/v3/repos/releases/#update-a-release-asset)
-* [Delete a release asset](/v3/repos/releases/#delete-a-release-asset)
-* [Get the latest release](/v3/repos/releases/#get-the-latest-release)
-* [Get a release by tag name](/v3/repos/releases/#get-a-release-by-tag-name)
+* [List releases](/rest/reference/repos/#list-releases)
+* [Create a release](/rest/reference/repos/#create-a-release)
+* [Get a release](/rest/reference/repos/#get-a-release)
+* [Update a release](/rest/reference/repos/#update-a-release)
+* [Delete a release](/rest/reference/repos/#delete-a-release)
+* [List release assets](/rest/reference/repos/#list-release-assets)
+* [Get a release asset](/rest/reference/repos/#get-a-release-asset)
+* [Update a release asset](/rest/reference/repos/#update-a-release-asset)
+* [Delete a release asset](/rest/reference/repos/#delete-a-release-asset)
+* [Get the latest release](/rest/reference/repos/#get-the-latest-release)
+* [Get a release by tag name](/rest/reference/repos/#get-a-release-by-tag-name)
##### Repository Stats
diff --git a/content/developers/webhooks-and-events/about-webhooks.md b/content/developers/webhooks-and-events/about-webhooks.md
index 5ab53bbad433..64b973bcf586 100644
--- a/content/developers/webhooks-and-events/about-webhooks.md
+++ b/content/developers/webhooks-and-events/about-webhooks.md
@@ -11,7 +11,7 @@ versions:
Webhooks allow you to build or set up integrations, such as [{% data variables.product.prodname_github_app %}s](/apps/building-github-apps/) or [{% data variables.product.prodname_oauth_app %}s](/apps/building-oauth-apps/), which subscribe to certain events on GitHub.com. When one of those events is triggered, we'll send a HTTP POST payload to the webhook's configured URL. Webhooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server. You're only limited by your imagination.
-Webhooks can be installed on{% if currentVersion != "free-pro-team@latest" %} a [{% data variables.product.prodname_ghe_server %} instance](/v3/enterprise-admin/global_webhooks/),{% endif %} an [organization][org-hooks], a specific [repository][repo-hooks], or a {% data variables.product.prodname_github_app %}. Once installed, the webhook will be sent each time one or more subscribed events occurs.
+Webhooks can be installed on{% if currentVersion != "free-pro-team@latest" %} a [{% data variables.product.prodname_ghe_server %} instance](/rest/reference/enterprise-admin#global-webhooks/),{% endif %} an [organization][org-hooks], a specific [repository][repo-hooks], or a {% data variables.product.prodname_github_app %}. Once installed, the webhook will be sent each time one or more subscribed events occurs.
You can create up to {% if currentVersion != "free-pro-team@latest" %}250{% else %}20{% endif %} webhooks for each event on each installation target {% if currentVersion != "free-pro-team@latest" %}({% data variables.product.prodname_ghe_server %} instance, specific organization, or specific repository).{% else %}(specific organization or specific repository).{% endif %}
@@ -29,5 +29,5 @@ See "[Webhook event payloads](/webhooks/event-payloads)" for the list of availab
For more information about the `ping` event webhook payload, see the [`ping`](/webhooks/event-payloads/#ping) event.
-[org-hooks]: /v3/orgs/hooks/
+[org-hooks]: /rest/reference/orgs#webhooks/
[repo-hooks]: /v3/repos/hooks/
diff --git a/content/developers/webhooks-and-events/webhook-events-and-payloads.md b/content/developers/webhooks-and-events/webhook-events-and-payloads.md
index 7b0e3957d565..bb2310d0cfeb 100644
--- a/content/developers/webhooks-and-events/webhook-events-and-payloads.md
+++ b/content/developers/webhooks-and-events/webhook-events-and-payloads.md
@@ -291,7 +291,7 @@ Only {% data variables.product.prodname_github_app %}s can receive this event. {
Key | Type | Description
----|------|-------------{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
`action` |`string` | The action performed. Can be `created`.{% endif %}
-`deployment` |`object` | The [deployment](/v3/repos/deployments/#list-deployments).
+`deployment` |`object` | The [deployment](/rest/reference/repos#list-deployments).
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
@@ -316,11 +316,11 @@ Key | Type | Description
Key | Type | Description
----|------|-------------{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
`action` |`string` | The action performed. Can be `created`.{% endif %}
-`deployment_status` |`object` | The [deployment status](/v3/repos/deployments/#list-deployment-statuses).
+`deployment_status` |`object` | The [deployment status](/rest/reference/repos#list-deployment-statuses).
`deployment_status["state"]` |`string` | The new state. Can be `pending`, `success`, `failure`, or `error`.
`deployment_status["target_url"]` |`string` | The optional link added to the status.
`deployment_status["description"]`|`string` | The optional human-readable description added to the status.
-`deployment` |`object` | The [deployment](/v3/repos/deployments/#list-deployments) that this status is associated with.
+`deployment` |`object` | The [deployment](/rest/reference/repos#list-deployments) that this status is associated with.
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
@@ -338,7 +338,7 @@ Key | Type | Description
#### Availability
-- GitHub Enterprise webhooks. For more information, "[Global webhooks](/v3/enterprise-admin/global_webhooks/)."
+- GitHub Enterprise webhooks. For more information, "[Global webhooks](/rest/reference/enterprise-admin#global-webhooks/)."
#### Webhook payload object
@@ -666,7 +666,7 @@ Key | Type | Description
#### Availability
{% if currentVersion != "free-pro-team@latest" %}
-- GitHub Enterprise webhooks only receive `created` and `deleted` events. For more information, "[Global webhooks](/v3/enterprise-admin/global_webhooks/).{% endif %}
+- GitHub Enterprise webhooks only receive `created` and `deleted` events. For more information, "[Global webhooks](/rest/reference/enterprise-admin#global-webhooks/).{% endif %}
- Organization webhooks only receive the `deleted`, `added`, `removed`, `renamed`, and `invited` events
- {% data variables.product.prodname_github_app %}s with the `members` permission
@@ -746,7 +746,7 @@ Activity related to {% data variables.product.prodname_registry %}. {% data reus
Key | Type | Description
----|------|------------
`id` | `integer` | The unique identifier of the page build.
-`build` | `object` | The [List GitHub Pages builds](/v3/repos/pages/#list-github-pages-builds) itself.
+`build` | `object` | The [List GitHub Pages builds](/rest/reference/repos#list-github-pages-builds) itself.
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
@@ -1039,7 +1039,7 @@ This event occurs when a {% data variables.product.prodname_github_app %} sends
Key | Type | Description
----|------|-------------
-`action` |`string` | The action that was performed. This can be one of:
Location information for an actor.
\nName | \nDescription | \n
---|---|
| \nCity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCountry name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCountry code. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nRegion name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nRegion or state code. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aadded_to_project
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nProject referenced by event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nProject card referenced by this project event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nColumn name referenced by this project event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
A GitHub App.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of the app. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe hex color code, without the leading '#', for the logo background. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA URL pointing to the app's logo. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting image. \n\n | \n
| \nThe name of the app. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA slug based on the name of the app for use in URLs. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL to the app's homepage. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anassigned
event on any assignable object.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the assignable associated with the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the user or mannequin that was assigned. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the user who was assigned. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
Assignees can now be mannequins. Use the | \n
Represents aautomatic_base_change_failed
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe new base for this PR. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe old base for this PR. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aautomatic_base_change_succeeded
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe new base for this PR. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe old base for this PR. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents abase_ref_changed
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the name of the base ref for the pull request after it was changed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the name of the base ref for the pull request before it was changed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents abase_ref_deleted
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the name of the Ref associated with the | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents abase_ref_force_pushed
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the after commit SHA for the | \n
| \nIdentifies the before commit SHA for the | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the fully qualified ref name for the | \n
Represents a Git blame.
\nName | \nDescription | \n
---|---|
| \nThe list of ranges from a Git blame. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a range of information from a Git blame.
\nName | \nDescription | \n
---|---|
| \nIdentifies the recency of the change, from 1 (new) to 10 (old). This is\ncalculated as a 2-quantile and determines the length of distance between the\nmedian age of all the changes in the file and the recency of the current\nrange's change. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the line author. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe ending line for the range. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe starting line for the range. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Git blob.
\nName | \nDescription | \n
---|---|
| \nAn abbreviated version of the Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nByte size of Blob object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether the Blob is binary or text. Returns null if unable to determine the encoding. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether the contents is truncated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Repository the Git object belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nUTF8 text data or null if the Blob is binary. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A special type of user which takes actions on behalf of GitHub Apps.
\nActor
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nA URL pointing to the GitHub App's public avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting square image. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this bot. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this bot. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A branch protection rule.
\nNode
Name | \nDescription | \n
---|---|
| \nA list of conflicts matching branches protection rule and other branch protection rules. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe actor who created this branch protection rule. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWill new commits pushed to matching branches dismiss pull request review approvals. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan admins overwrite branch protection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nRepository refs that are protected by this rule. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filters refs with query on name. \n\n | \n
| \nIdentifies the protection rule pattern. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list push allowances for this branch protection rule. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe repository associated with this branch protection rule. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nNumber of approving reviews required to update matching branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nList of required status check contexts that must pass for commits to be accepted to matching branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre approving reviews required to update matching branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre reviews from code owners required to update matching branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre commits required to be signed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre status checks required to update matching branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre branches required to be up to date before merging. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs pushing to matching branches restricted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs dismissal of pull request reviews restricted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list review dismissal allowances for this branch protection rule. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
A conflict between two branch protection rules.
\nName | \nDescription | \n
---|---|
| \nIdentifies the branch protection rule. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the conflicting branch protection rule. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the branch ref that has conflicting rules. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for BranchProtectionRuleConflict.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for BranchProtectionRule.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A single check annotation.
\nName | \nDescription | \n
---|---|
| \nThe annotation's severity level. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe path to the file that this annotation was made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe position of this annotation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe annotation's message. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe path that this annotation was made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAdditional information about the annotation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe annotation's title. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CheckAnnotation.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A character position in a check annotation.
\nName | \nDescription | \n
---|---|
| \nColumn number (1 indexed). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nLine number (1 indexed). \n\n\n\n\n\n\n\n\n\n\n\n | \n
An inclusive pair of positions for a check annotation.
\nName | \nDescription | \n
---|---|
| \nEnd position (inclusive). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nStart position (inclusive). \n\n\n\n\n\n\n\n\n\n\n\n | \n
A check run.
\nNode
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nThe check run's annotations. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe check suite that this run is a part of. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the check run was completed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe conclusion of the check run. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL from which to find full details of the check run on the integrator's site. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA reference for the check run on the integrator's system. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the check for this check run. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permalink to the check run summary. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with this check run. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this check run. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the check run was started. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe current status of the check run. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA string representing the check run's summary. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA string representing the check run's text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA string representing the check run. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this check run. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CheckRun.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A check suite.
\nNode
Name | \nDescription | \n
---|---|
| \nThe GitHub App which created this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the branch for this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe check runs associated with a check suite. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Filters the check runs by this type. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe commit for this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe conclusion of this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of open pull requests matching the check suite. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
The base ref name to filter the pull requests by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
The head ref name to filter the pull requests by. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pull requests returned from the connection. \n\n\n \n\n
A list of states to filter the pull requests by. \n\n | \n
| \nThe push that triggered this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe status of this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CheckSuite.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aclosed
event on any Closable
.
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject that was closed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject which triggered the creation of this event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this closed event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this closed event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The Code of Conduct for a repository.
\nNode
Name | \nDescription | \n
---|---|
| \nThe body of the Code of Conduct. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe key for the Code of Conduct. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe formal name of the Code of Conduct. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this Code of Conduct. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this Code of Conduct. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents acomment_deleted
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who authored the deleted comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Git commit.
\nGitObject
Node
Subscribable
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nAn abbreviated version of the Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of additions in this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull requests associated with a commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pull requests. \n\n | \n
| \nAuthorship details of the commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the committer and the author match. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe datetime when this commit was authored. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe list of authors for this commit based on the git author and the Co-authored-by\nmessage trailer. The git author will always be first. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nFetches \n \n\n\nArguments \n\n\n \n\n
The file whose Git blame information you want. \n\n | \n
| \nThe number of changed files in this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe check suites associated with a commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Filters the check suites by this type. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nComments made on the commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe HTTP path for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe datetime when this commit was committed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if commited via GitHub web UI. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCommittership details of the commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of deletions in this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe deployments associated with a commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Environments to list deployments for. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for deployments returned from the connection. \n\n | \n
| \nThe tree entry representing the file located at the given path. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The path for the file. \n\n | \n
| \nThe linear commit history starting from (and including) this commit, in the same order as \n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
If non-null, filters history to only show commits with matching authorship. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
If non-null, filters history to only show commits touching files under this path. \n\n\n \n\n
Allows specifying a beginning time or date for fetching commits. \n\n\n \n\n
Allows specifying an ending time or date for fetching commits. \n\n | \n
| \nThe Git commit message. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git commit message body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe commit message body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git commit message headline. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe commit message headline rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization this commit was made on behalf of. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe parents of a commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe datetime when this commit was pushed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Repository this commit belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCommit signing information, if present. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nStatus information for this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck and Status rollup information for this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a list of all submodules in this repository as of this Commit parsed from the .gitmodules file. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nReturns a URL to download a tarball archive for a repository.\nNote: For private repositories, these links are temporary and expire after five minutes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCommit's root Tree. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the tree of this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the tree of this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the viewer is able to change their subscription status for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the viewer is watching, not watching, or ignoring the subscribable entity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a URL to download a zipball archive for a repository.\nNote: For private repositories, these links are temporary and expire after five minutes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a comment on a given Commit.
\nComment
Deletable
Minimizable
Node
Reactable
RepositoryNode
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the subject of the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the comment body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the commit associated with the comment, if the commit exists. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns whether or not a comment has been minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns why the comment was minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the file path associated with the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the line position associated with the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path permalink for this commit comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL permalink for this commit comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCheck if the current viewer can delete this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can minimize this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CommitComment.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A thread of comments on a commit.
\nNode
RepositoryNode
Name | \nDescription | \n
---|---|
| \nThe comments that exist in this thread. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe commit the comments were made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe file the comments were made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe position in the diff for the commit that the comment was made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Commit.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
This aggregates commits made by a user within one repository.
\nName | \nDescription | \n
---|---|
| \nThe commit contributions, each representing a day. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for commit contributions returned from the connection. \n\n | \n
| \nThe repository in which the commits were made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user's commits to the repository in this time range. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user's commits to the repository in this time range. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Commit.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aconnected
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReference originated in a different repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIssue or pull request that made the reference. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIssue or pull request which was connected. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A content attachment.
\nName | \nDescription | \n
---|---|
| \nThe body text of the content attachment. This parameter supports markdown. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe content reference that the content attachment is attached to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe title of the content attachment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A content reference.
\nName | \nDescription | \n
---|---|
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe reference of the content reference. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A calendar of contributions made on GitHub by a user.
\nName | \nDescription | \n
---|---|
| \nA list of hex color codes used in this calendar. The darker the color, the more contributions it represents. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDetermine if the color set was chosen because it's currently Halloween. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of the months of contributions in this calendar. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe count of total contributions in the calendar. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of the weeks of contributions in this calendar. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a single day of contributions on GitHub by a user.
\nName | \nDescription | \n
---|---|
| \nThe hex color code that represents how many contributions were made on this day compared to others in the calendar. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many contributions were made by the user on this day. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe day this square represents. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA number representing which day of the week this square represents, e.g., 1 is Monday. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A month of contributions in a user's contribution graph.
\nName | \nDescription | \n
---|---|
| \nThe date of the first day of this month. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the month. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many weeks started in this month. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe year the month occurred in. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A week of contributions in a user's contribution graph.
\nName | \nDescription | \n
---|---|
| \nThe days of contributions in this week. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe date of the earliest square in this week. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A contributions collection aggregates contributions such as opened issues and commits created by a user.
\nName | \nDescription | \n
---|---|
| \nCommit contributions made by the user, grouped by repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nA calendar of this user's contributions on GitHub. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe years the user has been making contributions with the most recent year first. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDetermine if this collection's time span ends in the current month. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe date of the first restricted contribution the user made in this time\nperiod. Can only be non-null when the user has enabled private contribution counts. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe ending date and time of this collection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe first issue the user opened on GitHub. This will be null if that issue was\nopened outside the collection's time range and ignoreTimeRange is false. If\nthe issue is not visible but the user has opted to show private contributions,\na RestrictedContribution will be returned. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe first pull request the user opened on GitHub. This will be null if that\npull request was opened outside the collection's time range and\nignoreTimeRange is not true. If the pull request is not visible but the user\nhas opted to show private contributions, a RestrictedContribution will be returned. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe first repository the user created on GitHub. This will be null if that\nfirst repository was created outside the collection's time range and\nignoreTimeRange is false. If the repository is not visible, then a\nRestrictedContribution is returned. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDoes the user have any more activity in the timeline that occurred prior to the collection's time range?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDetermine if there are any contributions in this collection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDetermine if the user made any contributions in this time frame whose details\nare not visible because they were made in a private repository. Can only be\ntrue if the user enabled private contribution counts. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the collector's time span is all within the same day. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of issues the user opened. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Should the user's first issue ever be excluded from the result. \nThe default value is \n \n\n
Should the user's most commented issue be excluded from the result. \nThe default value is \n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for contributions returned from the connection. \n\n | \n
| \nIssue contributions made by the user, grouped by repository. \n\n\n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen the user signed up for GitHub. This will be null if that sign up date\nfalls outside the collection's time range and ignoreTimeRange is false. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe date of the most recent restricted contribution the user made in this time\nperiod. Can only be non-null when the user has enabled private contribution counts. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this collection's time range does not include any activity from the user, use this\nto get a different collection from an earlier time range that does have activity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a different contributions collection from an earlier time range than this one\nthat does not have any contributions. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe issue the user opened on GitHub that received the most comments in the specified\ntime frame. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request the user opened on GitHub that received the most comments in the\nspecified time frame. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPull request contributions made by the user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Should the user's first pull request ever be excluded from the result. \nThe default value is \n \n\n
Should the user's most commented pull request be excluded from the result. \nThe default value is \n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for contributions returned from the connection. \n\n | \n
| \nPull request contributions made by the user, grouped by repository. \n\n\n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPull request review contributions made by the user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for contributions returned from the connection. \n\n | \n
| \nPull request review contributions made by the user, grouped by repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nA list of repositories owned by the user that the user created in this time range. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Should the user's first repository ever be excluded from the result. \nThe default value is \n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for contributions returned from the connection. \n\n | \n
| \nA count of contributions made by the user that the viewer cannot access. Only\nnon-zero when the user has chosen to share their private contribution counts. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe beginning date and time of this collection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many commits were made by the user in this time span. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many issues the user opened. \n\n\n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many pull requests the user opened. \n\n\n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many pull request reviews the user left. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many different repositories the user committed to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many different repositories the user opened issues in. \n\n\n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many different repositories the user left pull request reviews in. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many different repositories the user opened pull requests in. \n\n\n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many repositories the user created. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Should the user's first repository ever be excluded from this count. \nThe default value is | \n
| \nThe user who made the contributions in this collection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aconvert_to_draft
event on a given pull request.
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this convert to draft event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this convert to draft event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aconverted_note_to_issue
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nProject referenced by event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nProject card referenced by this project event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nColumn name referenced by this project event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
Represents the contribution a user made by committing to a repository.
\nContribution
Name | \nDescription | \n
---|---|
| \nHow many commits were made on this day to this repository by the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this contribution was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository the user made a commit in. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who made this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CreatedCommitContribution.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of commits across days and repositories in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the contribution a user made on GitHub by opening an issue.
\nContribution
Name | \nDescription | \n
---|---|
| \nWhether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe issue that was opened. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this contribution was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who made this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CreatedIssueContribution.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the contribution a user made on GitHub by opening a pull request.
\nContribution
Name | \nDescription | \n
---|---|
| \nWhether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this contribution was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request that was opened. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who made this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CreatedPullRequestContribution.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the contribution a user made by leaving a review on a pull request.
\nContribution
Name | \nDescription | \n
---|---|
| \nWhether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this contribution was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request the user reviewed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe review the user left on the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository containing the pull request that the user reviewed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who made this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CreatedPullRequestReviewContribution.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | A list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the contribution a user made on GitHub by creating a repository.
\nContribution
Name | \nDescription | \n
---|---|
| \nWhether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this contribution was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository that was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who made this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CreatedRepositoryContribution.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a mention made by one issue or pull request to another.
\nNode
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReference originated in a different repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the reference was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIssue or pull request that made the reference. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIssue or pull request to which the reference was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nChecks if the target will be closed when the source is merged. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents ademilestoned
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the milestone title associated with the | \n
| \nObject referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A dependency manifest entry.
\nPreview notice
\nDependencyGraphDependency
is available under the Access to a repositories dependency graph preview. During the preview period, the API may change without notice.
Name | \nDescription | \n
---|---|
| \nDoes the dependency itself have dependencies?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe dependency package manager. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe required package name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository containing the package. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe dependency version requirements. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for DependencyGraphDependency.
\nPreview notice
\nDependencyGraphDependencyConnection
is available under the Access to a repositories dependency graph preview. During the preview period, the API may change without notice.
Name | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nPreview notice
\nDependencyGraphDependencyEdge
is available under the Access to a repositories dependency graph preview. During the preview period, the API may change without notice.
Name | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Dependency manifest for a repository.
\nPreview notice
\nDependencyGraphManifest
is available under the Access to a repositories dependency graph preview. During the preview period, the API may change without notice.
Node
Name | \nDescription | \n
---|---|
| \nPath to view the manifest file blob. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of manifest dependencies. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe number of dependencies listed in the manifest. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs the manifest too big to parse?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFully qualified manifest filename. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWere we able to parse the manifest?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository containing the manifest. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for DependencyGraphManifest.
\nPreview notice
\nDependencyGraphManifestConnection
is available under the Access to a repositories dependency graph preview. During the preview period, the API may change without notice.
Name | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nPreview notice
\nDependencyGraphManifestEdge
is available under the Access to a repositories dependency graph preview. During the preview period, the API may change without notice.
Name | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A repository deploy key.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe deploy key. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the deploy key is read only. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe deploy key title. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the deploy key has been verified. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for DeployKey.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents adeployed
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe deployment associated with the | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe ref associated with the | \n
Represents triggered deployment instance.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the commit sha of the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the oid of the deployment commit, even if the commit has been deleted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the actor who triggered the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe deployment description. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe latest environment to which this deployment was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe latest environment to which this deployment was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe latest status of this deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe original environment to which this deployment was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nExtra information that a deployment system might need. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the Ref of the deployment, if the deployment was created by ref. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the repository associated with the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe current state of the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of statuses associated with the deployment. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe deployment task. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Deployment.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents adeployment_environment_changed
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe deployment status that updated the deployment environment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Describes the status of a given deployment attempt.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the actor who triggered the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the deployment associated with status. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the description of the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the environment of the deployment at the time of this deployment status. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nIdentifies the environment URL of the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the log URL of the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the current state of the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for DeploymentStatus.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents adisconnected
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReference originated in a different repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIssue or pull request from which the issue was disconnected. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIssue or pull request which was disconnected. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An account to manage multiple organizations with consolidated policy and billing.
\nNode
Name | \nDescription | \n
---|---|
| \nA URL pointing to the enterprise's public avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting square image. \n\n | \n
| \nEnterprise billing information visible to enterprise billing managers. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of the enterprise as HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe location of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of users who are members of this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Only return members within the selected GitHub Enterprise deployment. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for members returned from the connection. \n\n\n \n\n
Only return members within the organizations with these logins. \n\n\n \n\n
The search string to look for. \n\n\n \n\n
The role of the user in the enterprise organization or server. \n\n | \n
| \nThe name of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of organizations that belong to this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations returned from the connection. \n\n\n \n\n
The search string to look for. \n\n | \n
| \nEnterprise information only visible to enterprise owners. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL-friendly identifier for the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of user accounts on this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIs the current viewer an admin of this enterprise?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL of the enterprise website. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A User who is an administrator of an enterprise.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe role of the administrator. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An invitation for a user to become an owner or billing manager of an enterprise.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe email of the person who was invited to the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe enterprise the invitation is for. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who was invited to the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who created the invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe invitee's pending role in the enterprise (owner or billing_manager). \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for EnterpriseAdministratorInvitation.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | A list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Enterprise billing information visible to enterprise billing managers and owners.
\nName | \nDescription | \n
---|---|
| \nThe number of licenseable users/emails across the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of data packs used by all organizations owned by the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of available seats across all owned organizations based on the unique number of billable users. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
| \n
| \nThe bandwidth quota in GB for all organizations owned by the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe bandwidth usage in GB for all organizations owned by the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe bandwidth usage as a percentage of the bandwidth quota. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe total seats across all organizations owned by the enterprise. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
| \n
| \nThe storage quota in GB for all organizations owned by the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe storage usage in GB for all organizations owned by the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe storage usage as a percentage of the storage quota. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of available licenses across all owned organizations based on the unique number of billable users. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe total number of licenses allocated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An identity provider configured to provision identities for an enterprise.
\nNode
Name | \nDescription | \n
---|---|
| \nThe digest algorithm used to sign SAML requests for the identity provider. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe enterprise this identity provider belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nExternalIdentities provisioned by this identity provider. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe x509 certificate used by the identity provider to sign assertions and responses. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Issuer Entity ID for the SAML identity provider. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nRecovery codes that can be used by admins to access the enterprise if the identity provider is unavailable. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe signature algorithm used to sign SAML requests for the identity provider. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL endpoint for the identity provider's SAML SSO. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for EnterpriseMember.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A User who is a member of an enterprise through one or more organizations.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the user does not have a license for the enterprise. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
All members consume a license Removal on 2021-01-01 UTC. \n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Organization.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An enterprise organization that a user is a member of.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The role of the user in the enterprise membership. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A User who is an outside collaborator of an enterprise through one or more organizations.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the outside collaborator does not have a license for the enterprise. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
All outside collaborators consume a license Removal on 2021-01-01 UTC. \n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe enterprise organization repositories this user is a member of. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories. \n\n | \n
Enterprise information only visible to enterprise owners.
\nName | \nDescription | \n
---|---|
| \nA list of enterprise organizations configured with the provided action execution capabilities setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n | \n
| \nA list of all of the administrators for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for administrators returned from the connection. \n\n\n \n\n
The search string to look for. \n\n\n \n\n
The role to filter by. \n\n | \n
| \nA list of users in the enterprise who currently have two-factor authentication disabled. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nWhether or not affiliated users with two-factor authentication disabled exist in the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe setting value for whether private repository forking is enabled for repositories in organizations in this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided private repository forking setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for base repository permissions for organizations in this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided default repository permission. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The permission to find organizations for. \n\n | \n
| \nEnterprise Server installations owned by the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Whether or not to only return installations discovered via GitHub Connect. \nThe default value is \n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for Enterprise Server installations returned. \n\n | \n
| \nThe setting value for whether the enterprise has an IP allow list enabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP addresses that are allowed to access resources owned by the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for IP allow list entries returned. \n\n | \n
| \nWhether or not the default repository permission is currently being updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the two-factor authentication requirement is currently being enforced. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe setting value for whether organization members with admin permissions on a\nrepository can change repository visibility. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided can change repository visibility setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for whether members of organizations in the enterprise can create internal repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe setting value for whether members of organizations in the enterprise can create private repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe setting value for whether members of organizations in the enterprise can create public repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe setting value for whether members of organizations in the enterprise can create repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided repository creation setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting to find organizations for. \n\n | \n
| \nThe setting value for whether members with admin permissions for repositories can delete issues. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided members can delete issues setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for whether members with admin permissions for repositories can delete or transfer repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided members can delete repositories setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for whether members of organizations in the enterprise can invite outside collaborators. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided members can invite collaborators setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nIndicates whether members of this enterprise's organizations can purchase additional services for those organizations. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe setting value for whether members with admin permissions for repositories can update protected branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided members can update protected branches setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for whether members can view dependency insights. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided members can view dependency insights setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for whether organization projects are enabled for organizations in this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided organization projects setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nA list of outside collaborators across the repositories in the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
The login of one specific outside collaborator. \n\n\n \n\n
Ordering options for outside collaborators returned from the connection. \n\n\n \n\n
The search string to look for. \n\n\n \n\n
Only return outside collaborators on repositories with this visibility. \n\n | \n
| \nA list of pending administrator invitations for the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pending enterprise administrator invitations returned from the connection. \n\n\n \n\n
The search string to look for. \n\n\n \n\n
The role to filter by. \n\n | \n
| \nA list of pending collaborator invitations across the repositories in the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pending repository collaborator invitations returned from the connection. \n\n\n \n\n
The search string to look for. \n\n | \n
| \nA list of pending collaborators across the repositories in the enterprise. \n\n\n\n\n\n\n\n \n\n\n\n\n\nDeprecation notice \n
Repository invitations can now be associated with an email, not only an invitee. Use the \n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pending repository collaborator invitations returned from the connection. \n\n\n \n\n
The search string to look for. \n\n | \n
| \nA list of pending member invitations for organizations in the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
The search string to look for. \n\n | \n
| \nThe setting value for whether repository projects are enabled in this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided repository projects setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe SAML Identity Provider for the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the SAML single sign-on setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for whether team discussions are enabled for organizations in this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided team discussions setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for whether the enterprise requires two-factor authentication for its organizations and users. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the two-factor authentication setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A user with an invitation to be a collaborator on a repository owned by an organization in an enterprise.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the invited collaborator does not have a license for the enterprise. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
All pending collaborators consume a license Removal on 2021-01-01 UTC. \n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe enterprise organization repositories this user is a member of. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories. \n\n | \n
The connection type for OrganizationInvitation.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of unique users in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An invitation to be a member in an enterprise organization.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the invitation has a license for the enterprise. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
All pending members consume a license Removal on 2020-07-01 UTC. \n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A subset of repository information queryable from an enterprise.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies if the repository is private. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository's name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository's name with owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for EnterpriseRepositoryInfo.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An Enterprise Server installation.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe customer name to which the Enterprise Server installation belongs. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe host name of the Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the installation is connected to an Enterprise Server installation via GitHub Connect. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nUser accounts on this Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for Enterprise Server user accounts returned from the connection. \n\n | \n
| \nUser accounts uploads for the Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for Enterprise Server user accounts uploads returned from the connection. \n\n | \n
The connection type for EnterpriseServerInstallation.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A user account on an Enterprise Server installation.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | User emails belonging to this user account. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for Enterprise Server user account emails returned from the connection. \n\n | \n
| \nThe Enterprise Server installation on which this user account exists. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the user account is a site administrator on the Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe login of the user account on the Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe profile name of the user account on the Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe date and time when the user account was created on the Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe ID of the user account on the Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for EnterpriseServerUserAccount.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An email belonging to a user account on an Enterprise Server installation.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe email address. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether this is the primary email of the associated user account. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user account to which the email belongs. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for EnterpriseServerUserAccountEmail.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | A list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A user accounts upload from an Enterprise Server installation.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe enterprise to which this upload belongs. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Enterprise Server installation for which this upload was generated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the file uploaded. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe synchronization state of the upload. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for EnterpriseServerUserAccountsUpload.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | A list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An account for a user who is an admin of an enterprise or a member of an enterprise through one or more organizations.
\nName | \nDescription | \n
---|---|
| \nA URL pointing to the enterprise user account's public avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting square image. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe enterprise in which this user account exists. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn identifier for the enterprise user account, a login or email address. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the enterprise user account. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations this user is a member of. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations returned from the connection. \n\n\n \n\n
The search string to look for. \n\n\n \n\n
The role of the user in the enterprise organization. \n\n | \n
| \nThe HTTP path for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user within the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for EnterpriseUserAccount.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An external identity provisioned by SAML SSO or SCIM.
\nNode
Name | \nDescription | \n
---|---|
| \nThe GUID for this identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nOrganization invitation for this SCIM-provisioned external identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nSAML Identity attributes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nSCIM Identity attributes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nUser linked to this external identity. Will be NULL if this identity has not been claimed by an organization member. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for ExternalIdentity.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
SAML attributes for the External Identity.
\nName | \nDescription | \n
---|---|
| \nThe emails associated with the SAML identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFamily name of the SAML identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nGiven name of the SAML identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe groups linked to this identity in IDP. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe NameID of the SAML identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe userName of the SAML identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
SCIM attributes for the External Identity.
\nName | \nDescription | \n
---|---|
| \nThe emails associated with the SCIM identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFamily name of the SCIM identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nGiven name of the SCIM identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe groups linked to this identity in IDP. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe userName of the SCIM identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A funding platform link for a repository.
\nName | \nDescription | \n
---|---|
| \nThe funding platform this link is for. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe configured URL for this funding link. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A generic hovercard context with a message and icon.
\nHovercardContext
Name | \nDescription | \n
---|---|
| \nA string describing this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn octicon to accompany this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A Gist.
\nNode
Starrable
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nA list of comments associated with the gist. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe gist description. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe files in this gist. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n\n \n\n
The oid of the files to return. \n\n | \n
| \nA list of forks associated with the gist. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for gists returned from the connection. \n\n | \n
| \nIdentifies if the gist is a fork. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the gist is public or not. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe gist name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe gist owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the gist was last pushed to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTML path to this resource. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a count of how many stargazers there are on this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of users who have starred this starrable. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this Gist. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a boolean indicating whether the viewing user has starred this starrable. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a comment on an Gist.
\nComment
Deletable
Minimizable
Node
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the gist. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the comment body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe associated gist. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns whether or not a comment has been minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns why the comment was minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCheck if the current viewer can delete this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can minimize this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for GistComment.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Gist.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A file in a gist.
\nName | \nDescription | \n
---|---|
| \nThe file name encoded to remove characters that are invalid in URL paths. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe gist file encoding. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe file extension from the file name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if this file is an image. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the file's contents were truncated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe programming language this file is written in. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe gist file name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe gist file size in bytes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nUTF8 text data or null if the file is binary. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Optionally truncate the returned file to this length. \n\n | \n
Represents an actor in a Git commit (ie. an author or committer).
\nName | \nDescription | \n
---|---|
| \nA URL pointing to the author's public avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting square image. \n\n | \n
| \nThe timestamp of the Git action (authoring or committing). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe email in the Git commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name in the Git commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe GitHub user corresponding to the email field. Null if no such user exists. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for GitActor.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents information about the GitHub instance.
\nName | \nDescription | \n
---|---|
| \nReturns a String that's a SHA of | \n
| \nIP addresses that users connect to for git operations. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIP addresses that service hooks are sent from. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIP addresses that the importer connects from. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not users are verified. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIP addresses for GitHub Pages' A records. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a GPG signature on a Commit or Tag.
\nGitSignature
Name | \nDescription | \n
---|---|
| \nEmail used to sign this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nTrue if the signature is valid and verified by GitHub. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHex-encoded ID of the key that signed this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPayload for GPG signing object. Raw ODB object without the signature header. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nASCII-armored signature header from object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nGitHub user corresponding to the email signing this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe state of this signature. | \n
| \nTrue if the signature was made with GitHub's signing key. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents ahead_ref_deleted
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the Ref associated with the | \n
| \nIdentifies the name of the Ref associated with the | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents ahead_ref_force_pushed
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the after commit SHA for the | \n
| \nIdentifies the before commit SHA for the | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the fully qualified ref name for the | \n
Represents ahead_ref_restored
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Detail needed to display a hovercard for a user.
\nName | \nDescription | \n
---|---|
| \nEach of the contexts for this hovercard. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An IP address or range of addresses that is allowed to access an owner's resources.
\nNode
Name | \nDescription | \n
---|---|
| \nA single IP address or range of IP addresses in CIDR notation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the entry is currently active. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the IP allow list entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe owner of the IP allow list entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for IpAllowListEntry.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
\nAssignable
Closable
Comment
Labelable
Lockable
Node
Reactable
RepositoryNode
Subscribable
UniformResourceLocatable
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nReason that the conversation was locked. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Users assigned to this object. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the subject of the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the body of the issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe http path for this issue body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the body of the issue rendered to text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe http URL for this issue body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \n
| \n
| \nIdentifies the date and time when the object was closed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of comments associated with the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe hovercard information for this issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Whether or not to include notification contexts. \nThe default value is | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs this issue read by the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of labels associated with the object. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for labels returned from the connection. \n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \n
| \n
| \nIdentifies the milestone associated with the issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the issue number. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Users that are participating in the Issue conversation. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nList of project cards associated with this issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
A list of archived states to filter the cards by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the state of the issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of events, comments, commits, etc. associated with the issue. \n\n\n\n\n\n\n\n \n\n\n\n\n\nDeprecation notice \n
\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows filtering timeline events by a | \n
| \nA list of events, comments, commits, etc. associated with the issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Filter timeline items by type. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filter timeline items by a \n \n\n
Skips the first n elements in the list. \n\n | \n
| \nIdentifies the issue title. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the viewer is able to change their subscription status for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the viewer is watching, not watching, or ignoring the subscribable entity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a comment on an Issue.
\nComment
Deletable
Minimizable
Node
Reactable
RepositoryNode
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the subject of the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body as Markdown. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns whether or not a comment has been minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the issue associated with the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns why the comment was minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns the pull request associated with the comment, if this comment was made on a\npull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this issue comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this issue comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCheck if the current viewer can delete this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can minimize this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for IssueComment.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Issue.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
This aggregates issues opened by a user within one repository.
\nName | \nDescription | \n
---|---|
| \nThe issue contributions. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for contributions returned from the connection. \n\n | \n
| \nThe repository in which the issues were opened. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A repository issue template.
\nName | \nDescription | \n
---|---|
| \nThe template purpose. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe suggested issue body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe template name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe suggested issue title. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for IssueTimelineItem.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for IssueTimelineItems.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the count of items after applying | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the count of items after applying | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the timeline was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a user signing up for a GitHub account.
\nContribution
Name | \nDescription | \n
---|---|
| \nWhether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this contribution was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who made this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A label for categorizing Issues or Milestones with a given Repository.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the label color. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the label was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA brief description of this label. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether or not this is a default label. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of issues associated with this label. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Filtering options for issues returned from the connection. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for issues returned from the connection. \n\n\n \n\n
A list of states to filter the issues by. \n\n | \n
| \nIdentifies the label name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of pull requests associated with this label. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
The base ref name to filter the pull requests by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
The head ref name to filter the pull requests by. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pull requests returned from the connection. \n\n\n \n\n
A list of states to filter the pull requests by. \n\n | \n
| \nThe repository associated with this label. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this label. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the label was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this label. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Label.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents alabeled
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the label associated with the | \n
| \nIdentifies the | \n
Represents a given language found in repositories.
\nNode
Name | \nDescription | \n
---|---|
| \nThe color defined for the current language. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the current language. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A list of languages associated with the parent.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe total size in bytes of files written in that language. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the language of a repository.
\nName | \nDescription | \n
---|---|
| \nThe number of bytes of code written in the language. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A repository's open source license.
\nNode
Name | \nDescription | \n
---|---|
| \nThe full text of the license. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe conditions set by the license. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA human-readable description of the license. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the license should be featured. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the license should be displayed in license pickers. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInstructions on how to implement the license. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe lowercased SPDX ID of the license. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe limitations set by the license. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe license full name specified by https://spdx.org/licenses. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCustomary short name if applicable (e.g, GPLv3). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permissions set by the license. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the license is a pseudo-license placeholder (e.g., other, no-license). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nShort identifier specified by https://spdx.org/licenses. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to the license on https://choosealicense.com. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Describes a License's conditions, permissions, and limitations.
\nName | \nDescription | \n
---|---|
| \nA description of the rule. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe machine-readable rule key. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe human-readable rule label. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents alocked
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReason that the conversation was locked (optional). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject that was locked. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A placeholder user for attribution of imported data on GitHub.
\nActor
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nA URL pointing to the GitHub App's public avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting square image. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe mannequin's email on the source instance. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTML path to this resource. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL to this resource. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents amarked_as_duplicate
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe authoritative issue or pull request which has been duplicated by another. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe issue or pull request which has been marked as a duplicate of another. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCanonical and duplicate belong to different repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A public description of a Marketplace category.
\nNode
Name | \nDescription | \n
---|---|
| \nThe category's description. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe technical description of how apps listed in this category work with GitHub. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe category's name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many Marketplace listings have this as their primary category. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this Marketplace category. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many Marketplace listings have this as their secondary category. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe short name of the category used in its URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this Marketplace category. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A listing in the GitHub integration marketplace.
\nNode
Name | \nDescription | \n
---|---|
| \nThe GitHub App this listing represents. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to the listing owner's company site. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for configuring access to the listing's integration or OAuth app. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for configuring access to the listing's integration or OAuth app. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to the listing's documentation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's detailed description. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's detailed description rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's introductory description. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's introductory description rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDoes this listing have any plans with a free trial?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDoes this listing have a terms of service link?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA technical description of how this app works with GitHub. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's technical description rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to install the product to the viewer's account or organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this listing's app has been installed for the current viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this listing has been removed from the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this listing is still an editable draft that has not been submitted\nfor review and is not publicly visible in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the product this listing represents is available as part of a paid plan. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this listing has been approved for display in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this listing has been rejected by GitHub for display in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this listing has been approved for unverified display in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this draft listing has been submitted for review for approval to be unverified in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this draft listing has been submitted for review from GitHub for approval to be verified in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this unverified listing has been submitted for review from GitHub for approval to be verified in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this listing has been approved for verified display in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe hex color code, without the leading '#', for the logo background. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL for the listing's logo image. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nThe listing's full name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's very short description without a trailing period or ampersands. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to the listing's detailed pricing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe category that best describes the listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to the listing's privacy policy, may return an empty string for listings that do not require a privacy policy URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URLs for the listing's screenshots. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn alternate category that describes the listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's very short description. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe short name of the listing used in its URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to the listing's status page. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn email address for support for this listing's app. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nEither a URL or an email address for support for this listing's app, may\nreturn an empty string for listings that do not require a support URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to the listing's terms of service. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer add plans for this Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer approve this Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer delist this Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer edit this Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer edit the primary and secondary category of this\nMarketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer edit the plans for this Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer return this Marketplace listing to draft state\nso it becomes editable again. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer reject this Marketplace listing by returning it to\nan editable draft state or rejecting it entirely. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer request this listing be reviewed for display in\nthe Marketplace as verified. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether the current user has an active subscription to this Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if the current user has purchased a subscription to this Marketplace listing\nfor all of the organizations the user owns. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDoes the current viewer role allow them to administer this Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Look up Marketplace Listings.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a members_can_delete_repos.clear event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a members_can_delete_repos.disable event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a members_can_delete_repos.enable event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents amentioned
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents amerged
event on a given pull request.
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the commit associated with the | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the Ref associated with the | \n
| \nIdentifies the name of the Ref associated with the | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this merged event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this merged event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Milestone object on a given repository.
\nClosable
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \n
| \n
| \nIdentifies the date and time when the object was closed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the actor who created the milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the description of the milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the due date of the milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of issues associated with the milestone. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Filtering options for issues returned from the connection. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for issues returned from the connection. \n\n\n \n\n
A list of states to filter the issues by. \n\n | \n
| \nIdentifies the number of the milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndentifies the percentage complete for the milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of pull requests associated with the milestone. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
The base ref name to filter the pull requests by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
The head ref name to filter the pull requests by. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pull requests returned from the connection. \n\n\n \n\n
A list of states to filter the pull requests by. \n\n | \n
| \nThe repository associated with this milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the state of the milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the title of the milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Milestone.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents amilestoned
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the milestone title associated with the | \n
| \nObject referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents amoved_columns_in_project
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nColumn name the issue or pull request was moved from. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nProject referenced by event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nProject card referenced by this project event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nColumn name the issue or pull request was moved to. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
Audit log entry for a oauth_application.create event.
\nAuditEntry
Node
OauthApplicationAuditEntryData
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe application URL of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe callback URL of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe rate limit of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The state of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.add_billing_manager.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe email address used to invite a billing manager for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.add_member.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permission level of the member added to the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.block_user.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe blocked user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the blocked user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the blocked user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the blocked user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.config.disable_collaborators_only event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.config.enable_collaborators_only event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.create event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe billing plan for the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.disable_oauth_app_restrictions event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.disable_saml event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's digest algorithm URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's issuer URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's signature algorithm URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's single sign-on URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.disable_two_factor_requirement event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.enable_oauth_app_restrictions event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.enable_saml event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's digest algorithm URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's issuer URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's signature algorithm URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's single sign-on URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.enable_two_factor_requirement event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.invite_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe email address of the organization invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.invite_to_business event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.oauth_app_access_approved event.
\nAuditEntry
Node
OauthApplicationAuditEntryData
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.oauth_app_access_denied event.
\nAuditEntry
Node
OauthApplicationAuditEntryData
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.oauth_app_access_requested event.
\nAuditEntry
Node
OauthApplicationAuditEntryData
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.remove_billing_manager event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The reason for the billing manager being removed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.remove_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe types of membership the member has with the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe reason for the member being removed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.remove_outside_collaborator event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe types of membership the outside collaborator has with the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The reason for the outside collaborator being removed from the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.restore_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of custom email routings for the restored member. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of issue assignemnts for the restored member. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nRestored organization membership objects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of restored memberships. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of repositories of the restored member. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of starred repositories for the restored member. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of watched repositories for the restored member. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Metadata for an organization membership for org.restore_member actions.
\nOrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Metadata for a repository membership for org.restore_member actions.
\nRepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Metadata for a team membership for org.restore_member actions.
\nTeamAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe team associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.unblock_user.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user being unblocked by the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the blocked user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the blocked user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the blocked user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.update_default_repository_permission.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe new default repository permission level for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe former default repository permission level for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.update_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe new member permission level for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe former member permission level for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.update_member_repository_creation_permission event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan members create repositories in the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permission for visibility level of repositories for this organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.update_member_repository_invitation_permission event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan outside collaborators be invited to repositories in the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An account on GitHub, with one or more owners, that has repositories, members and teams.
\nActor
MemberStatusable
Node
PackageOwner
ProfileOwner
ProjectOwner
RepositoryOwner
Sponsorable
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nDetermine if this repository owner has any items that can be pinned to their profile. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Filter to only a particular kind of pinnable item. \n\n | \n
| \nAudit log entries of the organization. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for the returned audit log entries. \n\n\n \n\n
The query string to filter audit entries. \n\n | \n
| \nA URL pointing to the organization's public avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting square image. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization's public profile description. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization's public profile description rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization's public email. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe setting value for whether the organization has an IP allow list enabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP addresses that are allowed to access resources owned by the organization. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for IP allow list entries returned. \n\n | \n
| \nWhether the organization has verified its profile email and website, always false on Enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nShowcases a selection of repositories and gists that the profile owner has\neither curated or that have been selected automatically based on popularity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization's public profile location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization's login name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nGet the status messages members of this entity have set that are either public or visible only to the organization. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for user statuses returned from the connection. \n\n | \n
| \nA list of users who are members of this organization. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe organization's public profile name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path creating a new team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL creating a new team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe billing email for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of packages under the owner. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Find packages by their names. \n\n\n \n\n
Ordering of the returned packages. \n\n\n \n\n
Filter registry package by type. \n\n\n \n\n
Find packages in a repository by ID. \n\n | \n
| \nA list of users who have been invited to join this organization. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of repositories and gists this profile owner can pin to their profile. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filter the types of pinnable items that are returned. \n\n | \n
| \nA list of repositories and gists this profile owner has pinned to their profile. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filter the types of pinned items that are returned. \n\n | \n
| \nReturns how many more items this profile owner can pin to their profile. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFind project by number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The project number to find. \n\n | \n
| \nA list of projects under the owner. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for projects returned from the connection. \n\n\n \n\n
Query to search projects by, currently only searching by name. \n\n\n \n\n
A list of states to filter the projects by. \n\n | \n
| \nThe HTTP path listing organization's projects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL listing organization's projects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of repositories that the user owns. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Array of viewer's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\ncurrent viewer owns. \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
If non-null, filters repositories according to whether they are forks of another repository. \n\n\n \n\n
If non-null, filters repositories according to whether they have been locked. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories returned from the connection. \n\n\n \n\n
Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns. \n\n\n \n\n
If non-null, filters repositories according to privacy. \n\n | \n
| \nFind Repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Name of Repository to find. \n\n | \n
| \nWhen true the organization requires all members, billing managers, and outside\ncollaborators to enable two-factor authentication. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization's SAML identity providers. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe GitHub Sponsors listing for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThis object's sponsorships as the maintainer. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Whether or not to include private sponsorships in the result set. \nThe default value is \n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer. \n\n | \n
| \nThis object's sponsorships as the sponsor. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer. \n\n | \n
| \nFind an organization's team by its slug. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The name or slug of the team to find. \n\n | \n
| \nA list of teams in this organization. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
If true, filters teams that are mapped to an LDAP Group (Enterprise only). \n\n\n \n\n
Ordering options for teams returned from the connection. \n\n\n \n\n
If non-null, filters teams according to privacy. \n\n\n \n\n
If non-null, filters teams with query on team name and team slug. \n\n\n \n\n\n\n
If non-null, filters teams according to whether the viewer is an admin or member on team. \n\n\n \n\n
User logins to filter by. \n\n | \n
| \nThe HTTP path listing organization's teams. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL listing organization's teams. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization's Twitter username. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nOrganization is adminable by the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the viewer pin repositories and gists to the profile?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer create new projects on this owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nViewer can create repositories on this organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nViewer can create teams on this organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nViewer is an active member of this organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization's public profile URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for OrganizationAuditEntry.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Organization.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An Identity Provider configured to provision SAML and SCIM identities for Organizations.
\nNode
Name | \nDescription | \n
---|---|
| \nThe digest algorithm used to sign SAML requests for the Identity Provider. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nExternal Identities provisioned by this Identity Provider. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe x509 certificate used by the Identity Provder to sign assertions and responses. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Issuer Entity ID for the SAML Identity Provider. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nOrganization this Identity Provider belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe signature algorithm used to sign SAML requests for the Identity Provider. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL endpoint for the Identity Provider's SAML SSO. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An Invitation for a user to an organization.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe email address of the user invited to the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe type of invitation that was sent (e.g. email, user). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who was invited to the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who created the invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization the invite is for. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user's pending role in the organization (e.g. member, owner). \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for OrganizationInvitation.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a user within an organization.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the organization member has two factor enabled or not. Returns null if information is not available to viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe role this user has in the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An organization teams hovercard context.
\nHovercardContext
Name | \nDescription | \n
---|---|
| \nA string describing this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn octicon to accompany this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nTeams in this organization the user is a member of that are relevant. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe path for the full team list for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL for the full team list for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe total number of teams the user is on in the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An organization list hovercard context.
\nHovercardContext
Name | \nDescription | \n
---|---|
| \nA string describing this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn octicon to accompany this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nOrganizations this user is a member of that are relevant. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe total number of organizations this user is in. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Information for an uploaded package.
\nNode
Name | \nDescription | \n
---|---|
| \nFind the latest version for the package. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the name of the package. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the type of the package. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository this package belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nStatistics about package activity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFind package version by version string. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The package version. \n\n | \n
| \nlist of versions for this package. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering of the returned packages. \n\n | \n
The connection type for Package.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A file in a package version.
\nNode
Name | \nDescription | \n
---|---|
| \nMD5 hash of the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nName of the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe package version this file belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nSHA1 hash of the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nSHA256 hash of the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nSize of the file in bytes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to download the asset. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PackageFile.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a object that contains package activity statistics such as downloads.
\nName | \nDescription | \n
---|---|
| \nNumber of times the package was downloaded since it was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A version tag contains the mapping between a tag name and a version.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the tag name of the version. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nVersion that the tag is associated with. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Information about a specific package version.
\nNode
Name | \nDescription | \n
---|---|
| \nList of files associated with this package version. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering of the returned package files. \n\n | \n
| \nThe package associated with this version. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe platform this version was built for. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this version is a pre-release. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe README of this package version. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe release associated with this package version. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nStatistics about package activity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe package version summary. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe version string. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PackageVersion.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a object that contains package version activity statistics such as downloads.
\nName | \nDescription | \n
---|---|
| \nNumber of times the package was downloaded since it was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Information about pagination in a connection.
\nName | \nDescription | \n
---|---|
| \nWhen paginating forwards, the cursor to continue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen paginating forwards, are there more items?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen paginating backwards, are there more items?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen paginating backwards, the cursor to continue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A level of permission and source for a user's access to a repository.
\nName | \nDescription | \n
---|---|
| \nThe organization the repository belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe level of access this source has granted to the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe source of this permission. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PinnableItem.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents apinned
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the issue associated with the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A Pinned Issue is a issue pinned to a repository's index page.
\nPreview notice
\nPinnedIssue
is available under the Pinned issues preview. During the preview period, the API may change without notice.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe issue that was pinned. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor that pinned this issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository that this issue was pinned to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PinnedIssue.
\nPreview notice
\nPinnedIssueConnection
is available under the Pinned issues preview. During the preview period, the API may change without notice.
Name | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nPreview notice
\nPinnedIssueEdge
is available under the Pinned issues preview. During the preview period, the API may change without notice.
Name | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a private_repository_forking.disable event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a private_repository_forking.enable event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A curatable list of repositories relating to a repository owner, which defaults\nto showing the most popular repositories they own.
\nName | \nDescription | \n
---|---|
| \nWhether or not the owner has pinned any repositories or gists. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repositories and gists in the showcase. If the profile owner has any\npinned items, those will be returned. Otherwise, the profile owner's popular\nrepositories will be returned. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
Projects manage issues, pull requests and notes within a project owner.
\nName | \nDescription | \n
---|---|
| \nThe project's description body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe projects description body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \n
| \n
| \nIdentifies the date and time when the object was closed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nList of columns in the project. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who originally created the project. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe project's name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe project's number. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe project's owner. Currently limited to repositories, organizations, and users. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nList of pending cards in this project. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
A list of archived states to filter the cards by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nProject progress details. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this project. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the project is open or closed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this project. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A card in a project.
\nNode
Name | \nDescription | \n
---|---|
| \nThe project column this card is associated under. A card may only belong to one\nproject column at a time. The column field will be null if the card is created\nin a pending state and has yet to be associated with a column. Once cards are\nassociated with a column, they will not become pending in the future. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe card content item. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who created this card. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the card is archived. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe card note. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe project that contains this card. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this card. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe state of ProjectCard. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this card. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for ProjectCard.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A column inside a project.
\nNode
Name | \nDescription | \n
---|---|
| \nList of cards in the column. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
A list of archived states to filter the cards by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe project column's name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe project that contains this column. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe semantic purpose of the column. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this project column. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this project column. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for ProjectColumn.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A list of projects associated with the owner.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Project progress stats.
\nName | \nDescription | \n
---|---|
| \nThe number of done cards. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe percentage of done cards. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether progress tracking is enabled and cards with purpose exist for this project. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of in-progress cards. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe percentage of in-progress cards. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of to do cards. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe percentage of to do cards. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A user's public key.
\nNode
Name | \nDescription | \n
---|---|
| \nThe last time this authorization was used to perform an action. Values will be null for keys not owned by the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the key was created. Keys created before\nMarch 5th, 2014 have inaccurate values. Values will be null for keys not owned by the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe fingerprint for this PublicKey. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this PublicKey is read-only or not. Values will be null for keys not owned by the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe public key string. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the key was updated. Keys created before\nMarch 5th, 2014 may have inaccurate values. Values will be null for keys not\nowned by the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PublicKey.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A repository pull request.
\nAssignable
Closable
Comment
Labelable
Lockable
Node
Reactable
RepositoryNode
Subscribable
UniformResourceLocatable
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nReason that the conversation was locked. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of additions in this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Users assigned to this object. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the subject of the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the base Ref associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the name of the base Ref associated with the pull request, even if the ref has been deleted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the oid of the base ref associated with the pull request, even if the ref has been deleted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with this pull request's base Ref. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body as Markdown. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the pull request is rebaseable. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nThe number of changed files in this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the checks of this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the checks of this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \n
| \n
| \nIdentifies the date and time when the object was closed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of comments associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of commits present in this pull request's head branch not present in the base branch. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of deletions in this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited this pull request's body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nLists the files changed within this pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies the head Ref associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the name of the head Ref associated with the pull request, even if the ref has been deleted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the oid of the head ref associated with the pull request, even if the ref has been deleted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with this pull request's head Ref. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe owner of the repository associated with this pull request's head Ref. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe hovercard information for this issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Whether or not to include notification contexts. \nThe default value is | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe head and base repositories are different. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the pull request is a draft. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs this pull request read by the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of labels associated with the object. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for labels returned from the connection. \n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of latest reviews per user associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Only return reviews from user who have write access to the repository. \nThe default value is | \n
| \nA list of latest reviews per user associated with the pull request that are not also pending review. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \n
| \n
| \nIndicates whether maintainers can modify the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe commit that was created when this pull request was merged. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDetailed information about the current pull request merge state status. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nWhether or not the pull request can be merged based on the existence of merge conflicts. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the pull request was merged. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe date and time that the pull request was merged. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who merged the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the milestone associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the pull request number. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Users that are participating in the Pull Request conversation. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe permalink to the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe commit that GitHub automatically generated to test if this pull request\ncould be merged. This field will not return a value if the pull request is\nmerged, or if the test merge commit is still being generated. See the\n | \n
| \nList of project cards associated with this pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
A list of archived states to filter the cards by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for reverting this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for reverting this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe current status of this pull request with respect to code review. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of review requests associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe list of all review threads for this pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of reviews associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Filter by author of the review. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
A list of states to filter the reviews. \n\n | \n
| \nIdentifies the state of the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reviewer suggestions based on commit history and past review comments. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of events, comments, commits, etc. associated with the pull request. \n\n\n\n\n\n\n\n \n\n\n\n\n\nDeprecation notice \n
\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows filtering timeline events by a | \n
| \nA list of events, comments, commits, etc. associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Filter timeline items by type. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filter timeline items by a \n \n\n
Skips the first n elements in the list. \n\n | \n
| \nIdentifies the pull request title. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nWhether or not the viewer can apply suggestion. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the viewer can restore the deleted head ref. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the viewer is able to change their subscription status for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe merge body text for the viewer and method. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The merge method for the message. \n\n | \n
| \nThe merge headline text for the viewer and method. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The merge method for the message. \n\n | \n
| \nIdentifies if the viewer is watching, not watching, or ignoring the subscribable entity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A file changed in a pull request.
\nName | \nDescription | \n
---|---|
| \nThe number of additions to the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of deletions to the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe path of the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe state of the file for the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PullRequestChangedFile.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Git commit part of a pull request.
\nNode
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nThe Git commit object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request this commit belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this pull request commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this pull request commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a commit comment thread part of a pull request.
\nNode
RepositoryNode
Name | \nDescription | \n
---|---|
| \nThe comments that exist in this thread. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe commit the comments were made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe file the comments were made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe position in the diff for the commit that the comment was made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request this commit comment thread belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PullRequestCommit.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PullRequest.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
This aggregates pull requests opened by a user within one repository.
\nName | \nDescription | \n
---|---|
| \nThe pull request contributions. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for contributions returned from the connection. \n\n | \n
| \nThe repository in which the pull requests were opened. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A review object for a given pull request.
\nComment
Deletable
Node
Reactable
RepositoryNode
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the subject of the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether the author of this review has push access to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the pull request review body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body of this review rendered as plain text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of review comments for the current pull request review. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies the commit associated with this pull request review. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of teams that this review was made on behalf of. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the pull request associated with this pull request review. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path permalink for this PullRequestReview. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the current state of the pull request review. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the Pull Request Review was submitted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL permalink for this PullRequestReview. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCheck if the current viewer can delete this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A review comment associated with a given repository pull request.
\nComment
Deletable
Minimizable
Node
Reactable
RepositoryNode
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the subject of the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe comment body of this review comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe comment body of this review comment rendered as plain text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the commit associated with the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe diff hunk to which the comment applies. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was created in a draft state. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns whether or not a comment has been minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns why the comment was minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the original commit associated with the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe original line index in the diff to which the comment applies. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment body is outdated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe path to which the comment applies. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe line index in the diff to which the comment applies. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request associated with this review comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request review associated with this review comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe comment this is a reply to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path permalink for this review comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the state of the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL permalink for this review comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCheck if the current viewer can delete this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can minimize this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PullRequestReviewComment.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PullRequestReview.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
This aggregates pull request reviews made by a user within one repository.
\nName | \nDescription | \n
---|---|
| \nThe pull request review contributions. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for contributions returned from the connection. \n\n | \n
| \nThe repository in which the pull request reviews were made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A threaded list of comments for a given pull request.
\nNode
Name | \nDescription | \n
---|---|
| \nA list of pull request comments associated with the thread. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Skips the first n elements in the list. \n\n | \n
| \nThe side of the diff on which this thread was placed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the thread has been collapsed (outdated or resolved). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether this thread was outdated by newer changes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this thread has been resolved. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe line in the file to which this thread refers. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe original line in the file to which this thread refers. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe original start line in the file to which this thread refers (multi-line only). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the file path of this thread. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the pull request associated with this thread. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the repository associated with this thread. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who resolved this thread. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe side of the diff that the first line of the thread starts on (multi-line only). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe start line in the file to which this thread refers (multi-line only). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether the current viewer can reply to this thread. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the viewer can resolve this thread. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the viewer can unresolve this thread. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Review comment threads for a pull request review.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the latest point in the pull request timeline for which the viewer has seen the pull request's commits.
\nName | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe last commit the viewer has seen. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request to which the marker belongs. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PullRequestTimelineItem.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PullRequestTimelineItems.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the count of items after applying | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the count of items after applying | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the timeline was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A Git push.
\nNode
Name | \nDescription | \n
---|---|
| \nThe SHA after the push. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permalink for this push. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SHA before the push. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who pushed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository that was pushed to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A team, user or app who has the ability to push to a protected branch.
\nNode
Name | \nDescription | \n
---|---|
| \nThe actor that can push. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the branch protection rule associated with the allowed user or team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PushAllowance.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the client's rate limit.
\nName | \nDescription | \n
---|---|
| \nThe point cost for the current query counting against the rate limit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe maximum number of points the client is permitted to consume in a 60 minute window. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe maximum number of nodes this query may return. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of points remaining in the current rate limit window. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time at which the current rate limit window resets in UTC epoch seconds. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of points used in the current rate limit window. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a user that's made a reaction.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment when the user made the reaction. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An emoji reaction to a particular piece of content.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the emoji reaction. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe reactable piece of content. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the user who created this reaction. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A list of reactions that have been left on the subject.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the authenticated user has left a reaction on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A group of emoji reactions to a particular piece of content.
\nName | \nDescription | \n
---|---|
| \nIdentifies the emoji reaction. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the reaction was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe subject that was reacted to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nUsers who have reacted to the reaction subject with the emotion represented by this reaction group. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nWhether or not the authenticated user has left a reaction on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aready_for_review
event on a given pull request.
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this ready for review event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this ready for review event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Git reference.
\nNode
Name | \nDescription | \n
---|---|
| \nA list of pull requests with this ref as the head ref. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
The base ref name to filter the pull requests by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
The head ref name to filter the pull requests by. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pull requests returned from the connection. \n\n\n \n\n
A list of states to filter the pull requests by. \n\n | \n
| \nBranch protection rules for this ref. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe ref name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe ref's prefix, such as | \n
| \nBranch protection rules that are viewable by non-admins. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository the ref belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe object the ref points to. Returns null when object does not exist. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Ref.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A ref update rules for a viewer.
\nName | \nDescription | \n
---|---|
| \nCan this branch be deleted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre force pushes allowed on this branch. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the protection rule pattern. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nNumber of approving reviews required to update matching branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nList of required status check contexts that must pass for commits to be accepted to matching branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre merge commits prohibited from being pushed to this branch. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre commits required to be signed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the viewer push to the branch. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents areferenced
event on a given ReferencedSubject
.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the commit associated with the | \n
| \nIdentifies the repository associated with the | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReference originated in a different repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nChecks if the commit message itself references the subject. Can be false in the case of a commit comment reference. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A release contains the content for a release.
\nNode
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nThe author of the release. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of the release. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of this release rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the release is a draft. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the release is a prerelease. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe title of the release. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the release was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nList of releases assets which are dependent on this release. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
A list of names to filter the assets by. \n\n | \n
| \nThe HTTP path for this issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA description of the release, rendered to HTML without any links in it. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nThe Git tag the release points to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the release's Git tag. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A release asset contains the content for a release asset.
\nNode
Name | \nDescription | \n
---|---|
| \nThe asset's content-type. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of times this asset was downloaded. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the URL where you can download the release asset via the browser. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the title of the release asset. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nRelease that the asset is associated with. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe size (in bytes) of the asset. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user that performed the upload. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the URL of the release asset. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for ReleaseAsset.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Release.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aremoved_from_project
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nProject referenced by event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nColumn name referenced by this project event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
Represents arenamed
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the current title of the issue or pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the previous title of the issue or pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nSubject that was renamed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents areopened
event on any Closable
.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject that was reopened. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.access event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe visibility of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.add_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe visibility of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.add_topic event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
TopicAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the topic added to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the topic added to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.archived event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe visibility of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.change_merge_setting event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the change was to enable (true) or disable (false) the merge type. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe merge method affected by the change. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.disable_anonymous_git_access event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.disable_collaborators_only event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.disable_contributors_only event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.disable_sockpuppet_disallowed event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.enable_anonymous_git_access event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.enable_collaborators_only event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.enable_contributors_only event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.enable_sockpuppet_disallowed event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.lock_anonymous_git_access event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.unlock_anonymous_git_access event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.create event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the parent repository for this forked repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the root repository for this netork. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe visibility of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.destroy event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe visibility of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.remove_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe visibility of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.remove_topic event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
TopicAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the topic added to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the topic added to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A repository contains the content for a project.
\nNode
PackageOwner
ProjectOwner
RepositoryInfo
Starrable
Subscribable
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nA list of users that can be assigned to issues in this repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filters users with query on user name and login. \n\n | \n
| \nA list of branch protection rules for this repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nReturns the code of conduct for this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of collaborators associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Collaborators affiliation level with a repository. \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filters users with query on user name and login. \n\n | \n
| \nA list of commit comments associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nReturns a list of contact links associated to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Ref associated with the repository's default branch. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not branches are automatically deleted when merged in this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of dependency manifests contained in the repository. \n\n\n\n\n\n \n\n\n\n\n\n\n\nPreview notice \n
\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Cursor to paginate dependencies. \n\n\n \n\n
Number of dependencies to fetch. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Flag to scope to only manifests with dependencies. \n\n | \n
| \nA list of deploy keys that are on this repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nDeployments associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Environments to list deployments for. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for deployments returned from the connection. \n\n | \n
| \nThe description of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of the repository rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of kilobytes this repository occupies on disk. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns how many forks there are of this repository in the whole network. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of direct forked repositories. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Array of viewer's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\ncurrent viewer owns. \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
If non-null, filters repositories according to whether they have been locked. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories returned from the connection. \n\n\n \n\n
Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns. \n\n\n \n\n
If non-null, filters repositories according to privacy. \n\n | \n
| \nThe funding links for this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if the repository has issues feature enabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if the repository has the Projects feature enabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if the repository has wiki feature enabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository's URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if the repository is unmaintained. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns true if blank issue creation is allowed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns whether or not this repository disabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns whether or not this repository is empty. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the repository is a fork. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if a repository is either owned by an organization, or is a private fork of an organization repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if the repository has been locked or not. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the repository is a mirror. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the repository is private. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns true if this repository has a security policy. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the repository is a template that can be used to generate new repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs this repository a user configuration repository?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a single issue from the current repository by number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The number for the issue to be returned. \n\n | \n
| \nReturns a single issue-like object from the current repository by number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The number for the issue to be returned. \n\n | \n
| \nReturns a list of issue templates associated to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of issues that have been opened in the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Filtering options for issues returned from the connection. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for issues returned from the connection. \n\n\n \n\n
A list of states to filter the issues by. \n\n | \n
| \nReturns a single label by name. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Label name. \n\n | \n
| \nA list of labels associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for labels returned from the connection. \n\n\n \n\n
If provided, searches labels by name and description. \n\n | \n
| \nA list containing a breakdown of the language composition of the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n | \n
| \nThe license associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe reason the repository has been locked. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Users that can be mentioned in the context of the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filters users with query on user name and login. \n\n | \n
| \nWhether or not PRs are merged with a merge commit on this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a single milestone from the current repository by number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The number for the milestone to be returned. \n\n | \n
| \nA list of milestones associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for milestones. \n\n\n \n\n
Filters milestones with a query on the title. \n\n\n \n\n
Filter by the state of the milestones. \n\n | \n
| \nThe repository's original mirror URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository's name with owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA Git object in the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
A Git revision expression suitable for rev-parse. \n\n\n \n\n
The Git object ID. \n\n | \n
| \nThe image used to represent this repository in Open Graph data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe User owner of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of packages under the owner. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Find packages by their names. \n\n\n \n\n
Ordering of the returned packages. \n\n\n \n\n
Filter registry package by type. \n\n\n \n\n
Find packages in a repository by ID. \n\n | \n
| \nThe repository parent, if this is a fork. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of pinned issues for this repository. \n\n\n\n\n\n \n\n\n\n\n\n\n\nPreview notice \n
\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe primary language of the repository's code. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFind project by number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The project number to find. \n\n | \n
| \nA list of projects under the owner. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for projects returned from the connection. \n\n\n \n\n
Query to search projects by, currently only searching by name. \n\n\n \n\n
A list of states to filter the projects by. \n\n | \n
| \nThe HTTP path listing the repository's projects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL listing the repository's projects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a single pull request from the current repository by number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The number for the pull request to be returned. \n\n | \n
| \nA list of pull requests that have been opened in the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
The base ref name to filter the pull requests by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
The head ref name to filter the pull requests by. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pull requests returned from the connection. \n\n\n \n\n
A list of states to filter the pull requests by. \n\n | \n
| \nIdentifies when the repository was last pushed to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not rebase-merging is enabled on this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFetch a given ref from the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The ref to retrieve. Fully qualified matches are checked in order\n( | \n
| \nFetch a list of refs from the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
DEPRECATED: use orderBy. The ordering direction. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for refs returned from the connection. \n\n\n \n\n
Filters refs with query on name. \n\n\n \n\n
A ref name prefix like | \n
| \nLookup a single release given various criteria. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The name of the Tag the Release was created from. \n\n | \n
| \nList of releases which are dependent on this repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n | \n
| \nA list of applied repository-topic associations for this repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe HTTP path for this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe security policy URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA description of the repository, rendered to HTML without any links in it. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nWhether or not squash-merging is enabled on this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SSH URL to clone this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a count of how many stargazers there are on this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of users who have starred this starrable. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n | \n
| \nReturns a list of all submodules in this repository parsed from the\n.gitmodules file as of the default branch's HEAD commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nTemporary authentication token for cloning this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository from which this repository was generated, if any. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this repository has a custom image to use with Open Graph as opposed to being represented by the owner's avatar. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether the viewer has admin permissions on this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer create new projects on this owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the viewer is able to change their subscription status for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether the viewer can update the topics of this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe last commit email for the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe last used merge method by the viewer or the default for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a boolean indicating whether the viewing user has starred this starrable. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe users permission level on the repository. Will return null if authenticated as an GitHub App. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of emails this viewer can commit with. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the viewer is watching, not watching, or ignoring the subscribable entity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of vulnerability alerts that are on this repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of users watching the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a user who is a collaborator of a repository.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permission the user has on the repository. \nUpcoming Change on 2020-10-01 UTC\nDescription: Type for | \n
| \nA list of sources for the user's access to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A list of repositories owned by the subject.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe total size in kilobytes of all repositories in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A repository contact link.
\nName | \nDescription | \n
---|---|
| \nThe contact link purpose. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe contact link name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe contact link URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An invitation for a user to be added to a repository.
\nNode
Name | \nDescription | \n
---|---|
| \nThe email address that received the invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who received the invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who created the invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permalink for this repository invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permission granted on this repository by this invitation. \nUpcoming Change on 2020-10-01 UTC\nDescription: Type for | \n
| \nThe Repository the user is invited to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for RepositoryInvitation.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A repository-topic connects a repository to a topic.
\nNode
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nThe HTTP path for this repository-topic. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe topic. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this repository-topic. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for RepositoryTopic.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repository_visibility_change.disable event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repository_visibility_change.enable event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A alert for a repository with an affected vulnerability.
\nNode
RepositoryNode
Name | \nDescription | \n
---|---|
| \nWhen was the alert created?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe reason the alert was dismissed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen was the alert dimissed?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who dismissed the alert. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe associated repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe associated security advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe associated security vulnerablity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe vulnerable manifest filename. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe vulnerable manifest path. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe vulnerable requirements. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for RepositoryVulnerabilityAlert.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a private contribution a user made on GitHub.
\nContribution
Name | \nDescription | \n
---|---|
| \nWhether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this contribution was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who made this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A team or user who has the ability to dismiss a review on a protected branch.
\nNode
Name | \nDescription | \n
---|---|
| \nThe actor that can dismiss. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the branch protection rule associated with the allowed user or team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for ReviewDismissalAllowance.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents areview_dismissed
event on a given issue or pull request.
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the optional message associated with the | \n
| \nIdentifies the optional message associated with the event, rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the previous state of the review with the | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the commit which caused the review to become stale. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this review dismissed event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the review associated with the | \n
| \nThe HTTP URL for this review dismissed event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A request for a user to review a pull request.
\nNode
Name | \nDescription | \n
---|---|
| \nWhether this request was created for a code owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the pull request associated with this review request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe reviewer that is requested. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for ReviewRequest.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anreview_request_removed
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the reviewer whose review request was removed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anreview_requested
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the reviewer whose review was requested. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A hovercard context with a message describing the current code review state of the pull\nrequest.
\nHovercardContext
Name | \nDescription | \n
---|---|
| \nA string describing this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn octicon to accompany this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe current status of the pull request with respect to code review. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A Saved Reply is text a user can use to reply quickly.
\nNode
Name | \nDescription | \n
---|---|
| \nThe body of the saved reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe saved reply body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe title of the saved reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user that saved this reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for SavedReply.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A list of results that matched against a search query.
\nName | \nDescription | \n
---|---|
| \nThe number of pieces of code that matched the search query. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of issues that matched the search query. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of repositories that matched the search query. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of users that matched the search query. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of wiki pages that matched the search query. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nText matches on the result found. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A GitHub Security Advisory.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThis is a long plaintext description of the advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe GitHub Security Advisory ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of identifiers for this advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization that originated the advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permalink for the advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen the advisory was published. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of references for this advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe severity of the advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA short plaintext summary of the advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen the advisory was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nVulnerabilities associated with this Advisory. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
An ecosystem to filter vulnerabilities by. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for the returned topics. \n\n\n \n\n
A package name to filter vulnerabilities by. \n\n\n \n\n
A list of severities to filter vulnerabilities by. \n\n | \n
| \nWhen the advisory was withdrawn, if it has been withdrawn. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for SecurityAdvisory.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A GitHub Security Advisory Identifier.
\nName | \nDescription | \n
---|---|
| \nThe identifier type, e.g. GHSA, CVE. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe identifier. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An individual package.
\nName | \nDescription | \n
---|---|
| \nThe ecosystem the package belongs to, e.g. RUBYGEMS, NPM. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe package name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An individual package version.
\nName | \nDescription | \n
---|---|
| \nThe package name or version. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A GitHub Security Advisory Reference.
\nName | \nDescription | \n
---|---|
| \nA publicly accessible reference. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An individual vulnerability within an Advisory.
\nName | \nDescription | \n
---|---|
| \nThe Advisory associated with this Vulnerability. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe first version containing a fix for the vulnerability. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA description of the vulnerable package. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe severity of the vulnerability within this package. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen the vulnerability was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA string that describes the vulnerable package versions.\nThis string follows a basic syntax with a few forms. \n
| \n
The connection type for SecurityVulnerability.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents an S/MIME signature on a Commit or Tag.
\nGitSignature
Name | \nDescription | \n
---|---|
| \nEmail used to sign this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nTrue if the signature is valid and verified by GitHub. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPayload for GPG signing object. Raw ODB object without the signature header. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nASCII-armored signature header from object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nGitHub user corresponding to the email signing this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe state of this signature. | \n
| \nTrue if the signature was made with GitHub's signing key. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A GitHub Sponsors listing.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe full description of the listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe full description of the listing rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's full name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe short description of the listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe short name of the listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe published tiers for this GitHub Sponsors listing. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for Sponsors tiers returned from the connection. \n\n | \n
A GitHub Sponsors tier associated with a GitHub Sponsors listing.
\nNode
Name | \nDescription | \n
---|---|
| \nSponsorsTier information only visible to users that can administer the associated Sponsors listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of the tier. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe tier description rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow much this tier costs per month in cents. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow much this tier costs per month in dollars. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the tier. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe sponsors listing that this tier belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
SponsorsTier information only visible to users that can administer the associated Sponsors listing.
\nName | \nDescription | \n
---|---|
| \nThe sponsorships associated with this tier. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Whether or not to include private sponsorships in the result set. \nThe default value is \n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer. \n\n | \n
The connection type for SponsorsTier.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A sponsorship relationship between a sponsor and a maintainer.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe entity that is being sponsored. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
| \n
| \nThe privacy level for this sponsorship. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user that is sponsoring. Returns null if the sponsorship is private or if sponsor is not a user. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
| \n
| \nThe user or organization that is sponsoring. Returns null if the sponsorship is private. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe entity that is being sponsored. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe associated sponsorship tier. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Sponsorship.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a user that's starred a repository.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the item was starred. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Repository.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs the list of stars for this user truncated? This is true for users that have many stars. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a starred repository.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the item was starred. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a commit status.
\nNode
Name | \nDescription | \n
---|---|
| \nA list of status contexts and check runs for this commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe commit this status is attached to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nLooks up an individual status context by context name. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The context name. \n\n | \n
| \nThe individual status contexts for this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe combined commit status. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the rollup for both the check runs and status for a commit.
\nNode
Name | \nDescription | \n
---|---|
| \nThe commit the status and check runs are attached to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of status contexts and check runs for this commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe combined status for the commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for StatusCheckRollupContext.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents an individual commit status context.
\nNode
Name | \nDescription | \n
---|---|
| \nThe avatar of the OAuth application or the user that created the status. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nThis commit this status context is attached to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of this status context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who created this status context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description for this status context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe state of this status context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL for this status context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A pointer to a repository at a specific revision embedded inside another repository.
\nName | \nDescription | \n
---|---|
| \nThe branch of the upstream submodule for tracking updates. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe git URL of the submodule repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the submodule in .gitmodules. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe path in the superproject that this submodule is located in. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe commit revision of the subproject repository being tracked by the submodule. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Submodule.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents asubscribed
event on a given Subscribable
.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A suggestion to review a pull request based on a user's commit history and review comments.
\nName | \nDescription | \n
---|---|
| \nIs this suggestion based on past commits?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs this suggestion based on past review comments?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the user suggested to review the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Git tag.
\nName | \nDescription | \n
---|---|
| \nAn abbreviated version of the Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git tag message. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git tag name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Repository the Git object belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDetails about the tag author. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git object the tag points to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A team of users in an organization.
\nMemberStatusable
Node
Subscribable
Name | \nDescription | \n
---|---|
| \nA list of teams that are ancestors of this team. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA URL pointing to the team's avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nList of child teams belonging to this team. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Whether to list immediate child teams or all descendant child teams. \nThe default value is \n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n\n \n\n
User logins to filter by. \n\n | \n
| \nThe slug corresponding to the organization and team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFind a team discussion by its number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The sequence number of the discussion to find. \n\n | \n
| \nA list of team discussions. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
If provided, filters discussions according to whether or not they are pinned. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n | \n
| \nThe HTTP path for team discussions. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for team discussions. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for editing this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for editing this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of pending invitations for users to this team. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nGet the status messages members of this entity have set that are either public or visible only to the organization. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for user statuses returned from the connection. \n\n | \n
| \nA list of users who are members of this team. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n\n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for the connection. \n\n\n \n\n
The search string to look for. \n\n\n \n\n
Filter by team member role. \n\n | \n
| \nThe HTTP path for the team' members. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the team' members. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path creating a new team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL creating a new team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization that owns this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe parent team of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe level of privacy the team has. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of repositories this team has access to. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for the connection. \n\n\n \n\n
The search string to look for. \n\n | \n
| \nThe HTTP path for this team's repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team's repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhat algorithm is used for review assignment for this team. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nTrue if review assignment is enabled for this team. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nHow many team members are required for review assignment for this team. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nWhen assigning team members via delegation, whether the entire team should be notified as well. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nThe slug corresponding to the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team's teams. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team's teams. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nTeam is adminable by the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the viewer is able to change their subscription status for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the viewer is watching, not watching, or ignoring the subscribable entity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a team.add_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
TeamAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the team was mapped to an LDAP Group. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe team associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a team.add_repository event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
TeamAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the team was mapped to an LDAP Group. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe team associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a team.change_parent_team event.
\nAuditEntry
Node
OrganizationAuditEntryData
TeamAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the team was mapped to an LDAP Group. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe new parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the new parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the former parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe former parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the previous parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the previous parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe team associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Team.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A team discussion.
\nComment
Deletable
Node
Reactable
Subscribable
UniformResourceLocatable
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the discussion's team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body as Markdown. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the discussion body hash. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of comments on this discussion. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
When provided, filters the connection such that results begin with the comment with this number. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n | \n
| \nThe HTTP path for discussion comments. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for discussion comments. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the discussion is pinned. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the discussion is only visible to team members and org admins. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the discussion within its team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe HTTP path for this discussion. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe team that defines the context of this discussion. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe title of the discussion. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this discussion. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCheck if the current viewer can delete this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the current viewer can pin this discussion. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the viewer is able to change their subscription status for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the viewer is watching, not watching, or ignoring the subscribable entity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A comment on a team discussion.
\nComment
Deletable
Node
Reactable
UniformResourceLocatable
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the comment's team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body as Markdown. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe current version of the body content. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe discussion this comment is about. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the comment number. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe HTTP path for this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCheck if the current viewer can delete this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for TeamDiscussionComment.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for TeamDiscussion.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a user who is a member of a team.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path to the organization's member access page. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL to the organization's member access page. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe role the member has on the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a team.remove_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
TeamAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the team was mapped to an LDAP Group. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe team associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a team.remove_repository event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
TeamAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the team was mapped to an LDAP Group. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe team associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Repository.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a team repository.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permission level the team has on the repository \nUpcoming Change on 2020-10-01 UTC\nDescription: Type for | \n
A text match within a search result.
\nName | \nDescription | \n
---|---|
| \nThe specific text fragment within the property matched on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHighlights within the matched fragment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe property matched on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a single highlight in a search result match.
\nName | \nDescription | \n
---|---|
| \nThe indice in the fragment where the matched text begins. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe indice in the fragment where the matched text ends. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe text matched. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A topic aggregates entities that are related to a subject.
\nName | \nDescription | \n
---|---|
| \nThe topic's name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of related topics, including aliases of this topic, sorted with the most relevant\nfirst. Returns up to 10 Topics. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nReturns a count of how many stargazers there are on this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of users who have starred this starrable. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n | \n
| \nReturns a boolean indicating whether the viewing user has starred this starrable. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents atransferred
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository this came from. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the issue associated with the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Git tree.
\nName | \nDescription | \n
---|---|
| \nAn abbreviated version of the Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of tree entries. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Repository the Git object belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Git tree entry.
\nName | \nDescription | \n
---|---|
| \nThe extension of the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this tree entry is generated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nEntry file mode. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nEntry file name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nEntry file object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nEntry file Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe full path of the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Repository the tree entry belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIf the TreeEntry is for a directory occupied by a submodule project, this returns the corresponding submodule. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nEntry file type. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anunassigned
event on any assignable object.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the assignable associated with the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the user or mannequin that was unassigned. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the subject (user) who was unassigned. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
Assignees can now be mannequins. Use the | \n
Represents an unknown signature on a Commit or Tag.
\nGitSignature
Name | \nDescription | \n
---|---|
| \nEmail used to sign this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nTrue if the signature is valid and verified by GitHub. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPayload for GPG signing object. Raw ODB object without the signature header. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nASCII-armored signature header from object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nGitHub user corresponding to the email signing this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe state of this signature. | \n
| \nTrue if the signature was made with GitHub's signing key. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anunlabeled
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the label associated with the | \n
| \nIdentifies the | \n
Represents anunlocked
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject that was unlocked. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anunmarked_as_duplicate
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe authoritative issue or pull request which has been duplicated by another. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe issue or pull request which has been marked as a duplicate of another. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCanonical and duplicate belong to different repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anunpinned
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the issue associated with the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anunsubscribed
event on a given Subscribable
.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A user is an individual's account on GitHub that owns repositories and can make new content.
\nActor
Node
PackageOwner
ProfileOwner
ProjectOwner
RepositoryOwner
Sponsorable
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nDetermine if this repository owner has any items that can be pinned to their profile. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Filter to only a particular kind of pinnable item. \n\n | \n
| \nA URL pointing to the user's public avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting square image. \n\n | \n
| \nThe user's public profile bio. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user's public profile bio as HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of commit comments made by this user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe user's public profile company. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user's public profile company as HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe collection of contributions this user has made to different repositories. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Only contributions made at this time or later will be counted. If omitted, defaults to a year ago. \n\n\n \n\n
The ID of the organization used to filter contributions. \n\n\n \n\n
Only contributions made before and up to and including this time will be\ncounted. If omitted, defaults to the current time. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user's publicly visible profile email. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of users the given user is followed by. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of users the given user is following. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nFind gist by repo name. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The gist name to find. \n\n | \n
| \nA list of gist comments made by this user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of the Gists the user has created. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for gists returned from the connection. \n\n\n \n\n
Filters Gists according to privacy. \n\n | \n
| \nThe hovercard information for this user in a given context. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The ID of the subject to get the hovercard in the context of. \n\n | \n
| \nWhether or not this user is a participant in the GitHub Security Bug Bounty. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this user is a participant in the GitHub Campus Experts Program. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this user is a GitHub Developer Program member. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this user is a GitHub employee. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the user has marked themselves as for hire. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this user is a site administrator. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this user is the viewing user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of issue comments made by this user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of issues associated with this user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Filtering options for issues returned from the connection. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for issues returned from the connection. \n\n\n \n\n
A list of states to filter the issues by. \n\n | \n
| \nShowcases a selection of repositories and gists that the profile owner has\neither curated or that have been selected automatically based on popularity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user's public profile location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username used to login. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user's public profile name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFind an organization by its login that the user belongs to. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The login of the organization to find. \n\n | \n
| \nVerified email addresses that match verified domains for a specified organization the user is a member of. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The login of the organization to match verified domains from. \n\n | \n
| \nA list of organizations the user belongs to. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of packages under the owner. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Find packages by their names. \n\n\n \n\n
Ordering of the returned packages. \n\n\n \n\n
Filter registry package by type. \n\n\n \n\n
Find packages in a repository by ID. \n\n | \n
| \nA list of repositories and gists this profile owner can pin to their profile. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filter the types of pinnable items that are returned. \n\n | \n
| \nA list of repositories and gists this profile owner has pinned to their profile. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filter the types of pinned items that are returned. \n\n | \n
| \nReturns how many more items this profile owner can pin to their profile. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFind project by number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The project number to find. \n\n | \n
| \nA list of projects under the owner. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for projects returned from the connection. \n\n\n \n\n
Query to search projects by, currently only searching by name. \n\n\n \n\n
A list of states to filter the projects by. \n\n | \n
| \nThe HTTP path listing user's projects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL listing user's projects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of public keys associated with this user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of pull requests associated with this user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
The base ref name to filter the pull requests by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
The head ref name to filter the pull requests by. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pull requests returned from the connection. \n\n\n \n\n
A list of states to filter the pull requests by. \n\n | \n
| \nA list of repositories that the user owns. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Array of viewer's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\ncurrent viewer owns. \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
If non-null, filters repositories according to whether they are forks of another repository. \n\n\n \n\n
If non-null, filters repositories according to whether they have been locked. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories returned from the connection. \n\n\n \n\n
Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns. \n\n\n \n\n
If non-null, filters repositories according to privacy. \n\n | \n
| \nA list of repositories that the user recently contributed to. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
If non-null, include only the specified types of contributions. The\nGitHub.com UI uses [COMMIT, ISSUE, PULL_REQUEST, REPOSITORY]. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
If true, include user repositories. \n\n\n \n\n
If non-null, filters repositories according to whether they have been locked. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories returned from the connection. \n\n\n \n\n
If non-null, filters repositories according to privacy. \n\n | \n
| \nFind Repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Name of Repository to find. \n\n | \n
| \nThe HTTP path for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReplies this user has saved. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
The field to order saved replies by. \n\n | \n
| \nThe GitHub Sponsors listing for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThis object's sponsorships as the maintainer. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Whether or not to include private sponsorships in the result set. \nThe default value is \n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer. \n\n | \n
| \nThis object's sponsorships as the sponsor. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer. \n\n | \n
| \nRepositories the user has starred. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n\n \n\n
Filters starred repositories to only return repositories owned by the viewer. \n\n | \n
| \nThe user's description of what they're currently doing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nRepositories the user has contributed to, ordered by contribution rank, plus repositories the user has created. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories returned from the connection. \n\n\n \n\n
How far back in time to fetch contributed repositories. \n\n | \n
| \nThe user's Twitter username. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the viewer pin repositories and gists to the profile?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer create new projects on this owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the viewer is able to follow the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this user is followed by the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of repositories the given user is watching. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Affiliation options for repositories returned from the connection. If none\nspecified, the results will include repositories for which the current\nviewer is an owner or collaborator, or member. \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
If non-null, filters repositories according to whether they have been locked. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories returned from the connection. \n\n\n \n\n
Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns. \n\n\n \n\n
If non-null, filters repositories according to privacy. \n\n | \n
| \nA URL pointing to the user's public website/blog. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents auser_blocked
event on a given user.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nNumber of days that the user was blocked for. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who was blocked. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edit on user content.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was deleted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who deleted this content. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA summary of the changes for this edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this content was edited. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited this content. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A list of edits to content.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a user.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Email attributes from External Identity.
\nName | \nDescription | \n
---|---|
| \nBoolean to identify primary emails. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nType of email. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nEmail id. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The user's description of what they're currently doing.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn emoji summarizing the user's status. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe status emoji as HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIf set, the status will not be shown after this date. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nID of the object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this status indicates the user is not fully available on GitHub. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA brief message describing what the user is doing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization whose members can see this status. If null, this status is publicly visible. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who has this status. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for UserStatus.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A hovercard context with a message describing how the viewer is related.
\nHovercardContext
Name | \nDescription | \n
---|---|
| \nA string describing this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn octicon to accompany this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the user who is related to this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Location information for an actor.
\nName | \nDescription | \n
---|---|
| \nCity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCountry name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCountry code. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nRegion name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nRegion or state code. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aadded_to_project
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nProject referenced by event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nProject card referenced by this project event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nColumn name referenced by this project event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
A GitHub App.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of the app. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe hex color code, without the leading '#', for the logo background. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA URL pointing to the app's logo. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting image. \n\n | \n
| \nThe name of the app. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA slug based on the name of the app for use in URLs. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL to the app's homepage. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anassigned
event on any assignable object.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the assignable associated with the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the user or mannequin that was assigned. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the user who was assigned. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
Assignees can now be mannequins. Use the | \n
Represents aautomatic_base_change_failed
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe new base for this PR. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe old base for this PR. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aautomatic_base_change_succeeded
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe new base for this PR. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe old base for this PR. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents abase_ref_changed
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the name of the base ref for the pull request after it was changed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the name of the base ref for the pull request before it was changed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents abase_ref_deleted
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the name of the Ref associated with the | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents abase_ref_force_pushed
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the after commit SHA for the | \n
| \nIdentifies the before commit SHA for the | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the fully qualified ref name for the | \n
Represents a Git blame.
\nName | \nDescription | \n
---|---|
| \nThe list of ranges from a Git blame. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a range of information from a Git blame.
\nName | \nDescription | \n
---|---|
| \nIdentifies the recency of the change, from 1 (new) to 10 (old). This is\ncalculated as a 2-quantile and determines the length of distance between the\nmedian age of all the changes in the file and the recency of the current\nrange's change. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the line author. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe ending line for the range. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe starting line for the range. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Git blob.
\nName | \nDescription | \n
---|---|
| \nAn abbreviated version of the Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nByte size of Blob object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether the Blob is binary or text. Returns null if unable to determine the encoding. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether the contents is truncated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Repository the Git object belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nUTF8 text data or null if the Blob is binary. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A special type of user which takes actions on behalf of GitHub Apps.
\nActor
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nA URL pointing to the GitHub App's public avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting square image. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this bot. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this bot. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A branch protection rule.
\nNode
Name | \nDescription | \n
---|---|
| \nA list of conflicts matching branches protection rule and other branch protection rules. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe actor who created this branch protection rule. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWill new commits pushed to matching branches dismiss pull request review approvals. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan admins overwrite branch protection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nRepository refs that are protected by this rule. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filters refs with query on name. \n\n | \n
| \nIdentifies the protection rule pattern. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list push allowances for this branch protection rule. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe repository associated with this branch protection rule. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nNumber of approving reviews required to update matching branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nList of required status check contexts that must pass for commits to be accepted to matching branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre approving reviews required to update matching branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre reviews from code owners required to update matching branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre commits required to be signed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre status checks required to update matching branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre branches required to be up to date before merging. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs pushing to matching branches restricted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs dismissal of pull request reviews restricted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list review dismissal allowances for this branch protection rule. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
A conflict between two branch protection rules.
\nName | \nDescription | \n
---|---|
| \nIdentifies the branch protection rule. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the conflicting branch protection rule. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the branch ref that has conflicting rules. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for BranchProtectionRuleConflict.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for BranchProtectionRule.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A single check annotation.
\nName | \nDescription | \n
---|---|
| \nThe annotation's severity level. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe path to the file that this annotation was made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe position of this annotation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe annotation's message. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe path that this annotation was made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAdditional information about the annotation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe annotation's title. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CheckAnnotation.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A character position in a check annotation.
\nName | \nDescription | \n
---|---|
| \nColumn number (1 indexed). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nLine number (1 indexed). \n\n\n\n\n\n\n\n\n\n\n\n | \n
An inclusive pair of positions for a check annotation.
\nName | \nDescription | \n
---|---|
| \nEnd position (inclusive). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nStart position (inclusive). \n\n\n\n\n\n\n\n\n\n\n\n | \n
A check run.
\nNode
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nThe check run's annotations. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe check suite that this run is a part of. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the check run was completed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe conclusion of the check run. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL from which to find full details of the check run on the integrator's site. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA reference for the check run on the integrator's system. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the check for this check run. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permalink to the check run summary. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with this check run. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this check run. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the check run was started. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe current status of the check run. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA string representing the check run's summary. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA string representing the check run's text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA string representing the check run. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this check run. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CheckRun.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A check suite.
\nNode
Name | \nDescription | \n
---|---|
| \nThe GitHub App which created this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the branch for this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe check runs associated with a check suite. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Filters the check runs by this type. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe commit for this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe conclusion of this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of open pull requests matching the check suite. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
The base ref name to filter the pull requests by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
The head ref name to filter the pull requests by. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pull requests returned from the connection. \n\n\n \n\n
A list of states to filter the pull requests by. \n\n | \n
| \nThe push that triggered this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe status of this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this check suite. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CheckSuite.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aclosed
event on any Closable
.
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject that was closed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject which triggered the creation of this event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this closed event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this closed event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The Code of Conduct for a repository.
\nNode
Name | \nDescription | \n
---|---|
| \nThe body of the Code of Conduct. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe key for the Code of Conduct. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe formal name of the Code of Conduct. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this Code of Conduct. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this Code of Conduct. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents acomment_deleted
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who authored the deleted comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Git commit.
\nGitObject
Node
Subscribable
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nAn abbreviated version of the Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of additions in this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull requests associated with a commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pull requests. \n\n | \n
| \nAuthorship details of the commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the committer and the author match. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe datetime when this commit was authored. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe list of authors for this commit based on the git author and the Co-authored-by\nmessage trailer. The git author will always be first. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nFetches \n \n\n\nArguments \n\n\n \n\n
The file whose Git blame information you want. \n\n | \n
| \nThe number of changed files in this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe check suites associated with a commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Filters the check suites by this type. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nComments made on the commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe HTTP path for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe datetime when this commit was committed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if commited via GitHub web UI. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCommittership details of the commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of deletions in this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe deployments associated with a commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Environments to list deployments for. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for deployments returned from the connection. \n\n | \n
| \nThe tree entry representing the file located at the given path. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The path for the file. \n\n | \n
| \nThe linear commit history starting from (and including) this commit, in the same order as \n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
If non-null, filters history to only show commits with matching authorship. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
If non-null, filters history to only show commits touching files under this path. \n\n\n \n\n
Allows specifying a beginning time or date for fetching commits. \n\n\n \n\n
Allows specifying an ending time or date for fetching commits. \n\n | \n
| \nThe Git commit message. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git commit message body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe commit message body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git commit message headline. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe commit message headline rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization this commit was made on behalf of. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe parents of a commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe datetime when this commit was pushed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Repository this commit belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCommit signing information, if present. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nStatus information for this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck and Status rollup information for this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a list of all submodules in this repository as of this Commit parsed from the .gitmodules file. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nReturns a URL to download a tarball archive for a repository.\nNote: For private repositories, these links are temporary and expire after five minutes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCommit's root Tree. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the tree of this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the tree of this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the viewer is able to change their subscription status for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the viewer is watching, not watching, or ignoring the subscribable entity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a URL to download a zipball archive for a repository.\nNote: For private repositories, these links are temporary and expire after five minutes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a comment on a given Commit.
\nComment
Deletable
Minimizable
Node
Reactable
RepositoryNode
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the subject of the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the comment body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the commit associated with the comment, if the commit exists. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns whether or not a comment has been minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns why the comment was minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the file path associated with the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the line position associated with the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path permalink for this commit comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL permalink for this commit comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCheck if the current viewer can delete this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can minimize this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CommitComment.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A thread of comments on a commit.
\nNode
RepositoryNode
Name | \nDescription | \n
---|---|
| \nThe comments that exist in this thread. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe commit the comments were made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe file the comments were made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe position in the diff for the commit that the comment was made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Commit.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
This aggregates commits made by a user within one repository.
\nName | \nDescription | \n
---|---|
| \nThe commit contributions, each representing a day. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for commit contributions returned from the connection. \n\n | \n
| \nThe repository in which the commits were made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user's commits to the repository in this time range. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user's commits to the repository in this time range. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Commit.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aconnected
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReference originated in a different repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIssue or pull request that made the reference. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIssue or pull request which was connected. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A content attachment.
\nName | \nDescription | \n
---|---|
| \nThe body text of the content attachment. This parameter supports markdown. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe content reference that the content attachment is attached to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe title of the content attachment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A content reference.
\nName | \nDescription | \n
---|---|
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe reference of the content reference. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A calendar of contributions made on GitHub by a user.
\nName | \nDescription | \n
---|---|
| \nA list of hex color codes used in this calendar. The darker the color, the more contributions it represents. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDetermine if the color set was chosen because it's currently Halloween. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of the months of contributions in this calendar. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe count of total contributions in the calendar. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of the weeks of contributions in this calendar. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a single day of contributions on GitHub by a user.
\nName | \nDescription | \n
---|---|
| \nThe hex color code that represents how many contributions were made on this day compared to others in the calendar. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many contributions were made by the user on this day. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe day this square represents. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA number representing which day of the week this square represents, e.g., 1 is Monday. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A month of contributions in a user's contribution graph.
\nName | \nDescription | \n
---|---|
| \nThe date of the first day of this month. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the month. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many weeks started in this month. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe year the month occurred in. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A week of contributions in a user's contribution graph.
\nName | \nDescription | \n
---|---|
| \nThe days of contributions in this week. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe date of the earliest square in this week. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A contributions collection aggregates contributions such as opened issues and commits created by a user.
\nName | \nDescription | \n
---|---|
| \nCommit contributions made by the user, grouped by repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nA calendar of this user's contributions on GitHub. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe years the user has been making contributions with the most recent year first. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDetermine if this collection's time span ends in the current month. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe date of the first restricted contribution the user made in this time\nperiod. Can only be non-null when the user has enabled private contribution counts. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe ending date and time of this collection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe first issue the user opened on GitHub. This will be null if that issue was\nopened outside the collection's time range and ignoreTimeRange is false. If\nthe issue is not visible but the user has opted to show private contributions,\na RestrictedContribution will be returned. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe first pull request the user opened on GitHub. This will be null if that\npull request was opened outside the collection's time range and\nignoreTimeRange is not true. If the pull request is not visible but the user\nhas opted to show private contributions, a RestrictedContribution will be returned. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe first repository the user created on GitHub. This will be null if that\nfirst repository was created outside the collection's time range and\nignoreTimeRange is false. If the repository is not visible, then a\nRestrictedContribution is returned. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDoes the user have any more activity in the timeline that occurred prior to the collection's time range?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDetermine if there are any contributions in this collection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDetermine if the user made any contributions in this time frame whose details\nare not visible because they were made in a private repository. Can only be\ntrue if the user enabled private contribution counts. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the collector's time span is all within the same day. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of issues the user opened. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Should the user's first issue ever be excluded from the result. \nThe default value is \n \n\n
Should the user's most commented issue be excluded from the result. \nThe default value is \n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for contributions returned from the connection. \n\n | \n
| \nIssue contributions made by the user, grouped by repository. \n\n\n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen the user signed up for GitHub. This will be null if that sign up date\nfalls outside the collection's time range and ignoreTimeRange is false. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe date of the most recent restricted contribution the user made in this time\nperiod. Can only be non-null when the user has enabled private contribution counts. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this collection's time range does not include any activity from the user, use this\nto get a different collection from an earlier time range that does have activity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a different contributions collection from an earlier time range than this one\nthat does not have any contributions. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe issue the user opened on GitHub that received the most comments in the specified\ntime frame. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request the user opened on GitHub that received the most comments in the\nspecified time frame. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPull request contributions made by the user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Should the user's first pull request ever be excluded from the result. \nThe default value is \n \n\n
Should the user's most commented pull request be excluded from the result. \nThe default value is \n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for contributions returned from the connection. \n\n | \n
| \nPull request contributions made by the user, grouped by repository. \n\n\n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPull request review contributions made by the user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for contributions returned from the connection. \n\n | \n
| \nPull request review contributions made by the user, grouped by repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nA list of repositories owned by the user that the user created in this time range. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Should the user's first repository ever be excluded from the result. \nThe default value is \n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for contributions returned from the connection. \n\n | \n
| \nA count of contributions made by the user that the viewer cannot access. Only\nnon-zero when the user has chosen to share their private contribution counts. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe beginning date and time of this collection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many commits were made by the user in this time span. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many issues the user opened. \n\n\n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many pull requests the user opened. \n\n\n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many pull request reviews the user left. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many different repositories the user committed to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many different repositories the user opened issues in. \n\n\n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many different repositories the user left pull request reviews in. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many different repositories the user opened pull requests in. \n\n\n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many repositories the user created. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Should the user's first repository ever be excluded from this count. \nThe default value is | \n
| \nThe user who made the contributions in this collection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aconvert_to_draft
event on a given pull request.
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this convert to draft event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this convert to draft event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aconverted_note_to_issue
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nProject referenced by event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nProject card referenced by this project event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nColumn name referenced by this project event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
Represents the contribution a user made by committing to a repository.
\nContribution
Name | \nDescription | \n
---|---|
| \nHow many commits were made on this day to this repository by the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this contribution was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository the user made a commit in. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who made this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CreatedCommitContribution.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of commits across days and repositories in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the contribution a user made on GitHub by opening an issue.
\nContribution
Name | \nDescription | \n
---|---|
| \nWhether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe issue that was opened. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this contribution was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who made this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CreatedIssueContribution.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the contribution a user made on GitHub by opening a pull request.
\nContribution
Name | \nDescription | \n
---|---|
| \nWhether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this contribution was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request that was opened. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who made this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CreatedPullRequestContribution.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the contribution a user made by leaving a review on a pull request.
\nContribution
Name | \nDescription | \n
---|---|
| \nWhether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this contribution was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request the user reviewed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe review the user left on the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository containing the pull request that the user reviewed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who made this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CreatedPullRequestReviewContribution.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | A list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the contribution a user made on GitHub by creating a repository.
\nContribution
Name | \nDescription | \n
---|---|
| \nWhether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this contribution was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository that was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who made this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for CreatedRepositoryContribution.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a mention made by one issue or pull request to another.
\nNode
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReference originated in a different repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the reference was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIssue or pull request that made the reference. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIssue or pull request to which the reference was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nChecks if the target will be closed when the source is merged. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents ademilestoned
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the milestone title associated with the | \n
| \nObject referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A dependency manifest entry.
\nPreview notice
\nDependencyGraphDependency
is available under the Access to a repositories dependency graph preview. During the preview period, the API may change without notice.
Name | \nDescription | \n
---|---|
| \nDoes the dependency itself have dependencies?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe dependency package manager. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe required package name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository containing the package. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe dependency version requirements. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for DependencyGraphDependency.
\nPreview notice
\nDependencyGraphDependencyConnection
is available under the Access to a repositories dependency graph preview. During the preview period, the API may change without notice.
Name | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nPreview notice
\nDependencyGraphDependencyEdge
is available under the Access to a repositories dependency graph preview. During the preview period, the API may change without notice.
Name | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Dependency manifest for a repository.
\nPreview notice
\nDependencyGraphManifest
is available under the Access to a repositories dependency graph preview. During the preview period, the API may change without notice.
Node
Name | \nDescription | \n
---|---|
| \nPath to view the manifest file blob. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of manifest dependencies. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe number of dependencies listed in the manifest. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs the manifest too big to parse?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFully qualified manifest filename. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWere we able to parse the manifest?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository containing the manifest. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for DependencyGraphManifest.
\nPreview notice
\nDependencyGraphManifestConnection
is available under the Access to a repositories dependency graph preview. During the preview period, the API may change without notice.
Name | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nPreview notice
\nDependencyGraphManifestEdge
is available under the Access to a repositories dependency graph preview. During the preview period, the API may change without notice.
Name | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A repository deploy key.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe deploy key. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the deploy key is read only. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe deploy key title. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the deploy key has been verified. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for DeployKey.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents adeployed
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe deployment associated with the | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe ref associated with the | \n
Represents triggered deployment instance.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the commit sha of the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the oid of the deployment commit, even if the commit has been deleted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the actor who triggered the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe deployment description. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe latest environment to which this deployment was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe latest environment to which this deployment was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe latest status of this deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe original environment to which this deployment was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nExtra information that a deployment system might need. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the Ref of the deployment, if the deployment was created by ref. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the repository associated with the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe current state of the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of statuses associated with the deployment. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe deployment task. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Deployment.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents adeployment_environment_changed
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe deployment status that updated the deployment environment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Describes the status of a given deployment attempt.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the actor who triggered the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the deployment associated with status. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the description of the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the environment of the deployment at the time of this deployment status. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nIdentifies the environment URL of the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the log URL of the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the current state of the deployment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for DeploymentStatus.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents adisconnected
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReference originated in a different repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIssue or pull request from which the issue was disconnected. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIssue or pull request which was disconnected. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An account to manage multiple organizations with consolidated policy and billing.
\nNode
Name | \nDescription | \n
---|---|
| \nA URL pointing to the enterprise's public avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting square image. \n\n | \n
| \nEnterprise billing information visible to enterprise billing managers. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of the enterprise as HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe location of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of users who are members of this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Only return members within the selected GitHub Enterprise deployment. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for members returned from the connection. \n\n\n \n\n
Only return members within the organizations with these logins. \n\n\n \n\n
The search string to look for. \n\n\n \n\n
The role of the user in the enterprise organization or server. \n\n | \n
| \nThe name of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of organizations that belong to this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations returned from the connection. \n\n\n \n\n
The search string to look for. \n\n | \n
| \nEnterprise information only visible to enterprise owners. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL-friendly identifier for the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of user accounts on this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIs the current viewer an admin of this enterprise?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL of the enterprise website. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A User who is an administrator of an enterprise.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe role of the administrator. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An invitation for a user to become an owner or billing manager of an enterprise.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe email of the person who was invited to the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe enterprise the invitation is for. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who was invited to the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who created the invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe invitee's pending role in the enterprise (owner or billing_manager). \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for EnterpriseAdministratorInvitation.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | A list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Enterprise billing information visible to enterprise billing managers and owners.
\nName | \nDescription | \n
---|---|
| \nThe number of licenseable users/emails across the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of data packs used by all organizations owned by the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of available seats across all owned organizations based on the unique number of billable users. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
| \n
| \nThe bandwidth quota in GB for all organizations owned by the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe bandwidth usage in GB for all organizations owned by the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe bandwidth usage as a percentage of the bandwidth quota. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe total seats across all organizations owned by the enterprise. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
| \n
| \nThe storage quota in GB for all organizations owned by the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe storage usage in GB for all organizations owned by the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe storage usage as a percentage of the storage quota. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of available licenses across all owned organizations based on the unique number of billable users. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe total number of licenses allocated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An identity provider configured to provision identities for an enterprise.
\nNode
Name | \nDescription | \n
---|---|
| \nThe digest algorithm used to sign SAML requests for the identity provider. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe enterprise this identity provider belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nExternalIdentities provisioned by this identity provider. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe x509 certificate used by the identity provider to sign assertions and responses. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Issuer Entity ID for the SAML identity provider. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nRecovery codes that can be used by admins to access the enterprise if the identity provider is unavailable. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe signature algorithm used to sign SAML requests for the identity provider. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL endpoint for the identity provider's SAML SSO. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for EnterpriseMember.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A User who is a member of an enterprise through one or more organizations.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the user does not have a license for the enterprise. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
All members consume a license Removal on 2021-01-01 UTC. \n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Organization.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An enterprise organization that a user is a member of.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The role of the user in the enterprise membership. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A User who is an outside collaborator of an enterprise through one or more organizations.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the outside collaborator does not have a license for the enterprise. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
All outside collaborators consume a license Removal on 2021-01-01 UTC. \n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe enterprise organization repositories this user is a member of. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories. \n\n | \n
Enterprise information only visible to enterprise owners.
\nName | \nDescription | \n
---|---|
| \nA list of all of the administrators for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for administrators returned from the connection. \n\n\n \n\n
The search string to look for. \n\n\n \n\n
The role to filter by. \n\n | \n
| \nA list of users in the enterprise who currently have two-factor authentication disabled. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nWhether or not affiliated users with two-factor authentication disabled exist in the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe setting value for whether private repository forking is enabled for repositories in organizations in this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided private repository forking setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for base repository permissions for organizations in this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided default repository permission. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The permission to find organizations for. \n\n | \n
| \nEnterprise Server installations owned by the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Whether or not to only return installations discovered via GitHub Connect. \nThe default value is \n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for Enterprise Server installations returned. \n\n | \n
| \nThe setting value for whether the enterprise has an IP allow list enabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP addresses that are allowed to access resources owned by the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for IP allow list entries returned. \n\n | \n
| \nWhether or not the default repository permission is currently being updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the two-factor authentication requirement is currently being enforced. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe setting value for whether organization members with admin permissions on a\nrepository can change repository visibility. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided can change repository visibility setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for whether members of organizations in the enterprise can create internal repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe setting value for whether members of organizations in the enterprise can create private repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe setting value for whether members of organizations in the enterprise can create public repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe setting value for whether members of organizations in the enterprise can create repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided repository creation setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting to find organizations for. \n\n | \n
| \nThe setting value for whether members with admin permissions for repositories can delete issues. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided members can delete issues setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for whether members with admin permissions for repositories can delete or transfer repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided members can delete repositories setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for whether members of organizations in the enterprise can invite outside collaborators. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided members can invite collaborators setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nIndicates whether members of this enterprise's organizations can purchase additional services for those organizations. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe setting value for whether members with admin permissions for repositories can update protected branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided members can update protected branches setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for whether members can view dependency insights. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided members can view dependency insights setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for whether organization projects are enabled for organizations in this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided organization projects setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nA list of outside collaborators across the repositories in the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
The login of one specific outside collaborator. \n\n\n \n\n
Ordering options for outside collaborators returned from the connection. \n\n\n \n\n
The search string to look for. \n\n\n \n\n
Only return outside collaborators on repositories with this visibility. \n\n | \n
| \nA list of pending administrator invitations for the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pending enterprise administrator invitations returned from the connection. \n\n\n \n\n
The search string to look for. \n\n\n \n\n
The role to filter by. \n\n | \n
| \nA list of pending collaborator invitations across the repositories in the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pending repository collaborator invitations returned from the connection. \n\n\n \n\n
The search string to look for. \n\n | \n
| \nA list of pending collaborators across the repositories in the enterprise. \n\n\n\n\n\n\n\n \n\n\n\n\n\nDeprecation notice \n
Repository invitations can now be associated with an email, not only an invitee. Use the \n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pending repository collaborator invitations returned from the connection. \n\n\n \n\n
The search string to look for. \n\n | \n
| \nA list of pending member invitations for organizations in the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
The search string to look for. \n\n | \n
| \nThe setting value for whether repository projects are enabled in this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided repository projects setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe SAML Identity Provider for the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the SAML single sign-on setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for whether team discussions are enabled for organizations in this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the provided team discussions setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
| \nThe setting value for whether the enterprise requires two-factor authentication for its organizations and users. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations configured with the two-factor authentication setting value. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations with this setting. \n\n\n \n\n
The setting value to find organizations for. \n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A user with an invitation to be a collaborator on a repository owned by an organization in an enterprise.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the invited collaborator does not have a license for the enterprise. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
All pending collaborators consume a license Removal on 2021-01-01 UTC. \n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe enterprise organization repositories this user is a member of. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories. \n\n | \n
The connection type for OrganizationInvitation.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of unique users in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An invitation to be a member in an enterprise organization.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the invitation has a license for the enterprise. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
All pending members consume a license Removal on 2020-07-01 UTC. \n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A subset of repository information queryable from an enterprise.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies if the repository is private. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository's name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository's name with owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for EnterpriseRepositoryInfo.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An Enterprise Server installation.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe customer name to which the Enterprise Server installation belongs. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe host name of the Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the installation is connected to an Enterprise Server installation via GitHub Connect. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nUser accounts on this Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for Enterprise Server user accounts returned from the connection. \n\n | \n
| \nUser accounts uploads for the Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for Enterprise Server user accounts uploads returned from the connection. \n\n | \n
The connection type for EnterpriseServerInstallation.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A user account on an Enterprise Server installation.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | User emails belonging to this user account. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for Enterprise Server user account emails returned from the connection. \n\n | \n
| \nThe Enterprise Server installation on which this user account exists. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the user account is a site administrator on the Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe login of the user account on the Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe profile name of the user account on the Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe date and time when the user account was created on the Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe ID of the user account on the Enterprise Server installation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for EnterpriseServerUserAccount.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An email belonging to a user account on an Enterprise Server installation.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe email address. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether this is the primary email of the associated user account. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user account to which the email belongs. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for EnterpriseServerUserAccountEmail.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | A list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A user accounts upload from an Enterprise Server installation.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe enterprise to which this upload belongs. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Enterprise Server installation for which this upload was generated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the file uploaded. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe synchronization state of the upload. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for EnterpriseServerUserAccountsUpload.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | A list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An account for a user who is an admin of an enterprise or a member of an enterprise through one or more organizations.
\nName | \nDescription | \n
---|---|
| \nA URL pointing to the enterprise user account's public avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting square image. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe enterprise in which this user account exists. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn identifier for the enterprise user account, a login or email address. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the enterprise user account. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of enterprise organizations this user is a member of. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for organizations returned from the connection. \n\n\n \n\n
The search string to look for. \n\n\n \n\n
The role of the user in the enterprise organization. \n\n | \n
| \nThe HTTP path for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user within the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for EnterpriseUserAccount.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An external identity provisioned by SAML SSO or SCIM.
\nNode
Name | \nDescription | \n
---|---|
| \nThe GUID for this identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nOrganization invitation for this SCIM-provisioned external identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nSAML Identity attributes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nSCIM Identity attributes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nUser linked to this external identity. Will be NULL if this identity has not been claimed by an organization member. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for ExternalIdentity.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
SAML attributes for the External Identity.
\nName | \nDescription | \n
---|---|
| \nThe emails associated with the SAML identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFamily name of the SAML identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nGiven name of the SAML identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe groups linked to this identity in IDP. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe NameID of the SAML identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe userName of the SAML identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
SCIM attributes for the External Identity.
\nName | \nDescription | \n
---|---|
| \nThe emails associated with the SCIM identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFamily name of the SCIM identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nGiven name of the SCIM identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe groups linked to this identity in IDP. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe userName of the SCIM identity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A funding platform link for a repository.
\nName | \nDescription | \n
---|---|
| \nThe funding platform this link is for. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe configured URL for this funding link. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A generic hovercard context with a message and icon.
\nHovercardContext
Name | \nDescription | \n
---|---|
| \nA string describing this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn octicon to accompany this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A Gist.
\nNode
Starrable
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nA list of comments associated with the gist. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe gist description. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe files in this gist. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n\n \n\n
The oid of the files to return. \n\n | \n
| \nA list of forks associated with the gist. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for gists returned from the connection. \n\n | \n
| \nIdentifies if the gist is a fork. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the gist is public or not. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe gist name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe gist owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the gist was last pushed to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTML path to this resource. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a count of how many stargazers there are on this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of users who have starred this starrable. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this Gist. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a boolean indicating whether the viewing user has starred this starrable. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a comment on an Gist.
\nComment
Deletable
Minimizable
Node
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the gist. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the comment body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe associated gist. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns whether or not a comment has been minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns why the comment was minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCheck if the current viewer can delete this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can minimize this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for GistComment.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Gist.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A file in a gist.
\nName | \nDescription | \n
---|---|
| \nThe file name encoded to remove characters that are invalid in URL paths. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe gist file encoding. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe file extension from the file name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if this file is an image. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the file's contents were truncated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe programming language this file is written in. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe gist file name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe gist file size in bytes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nUTF8 text data or null if the file is binary. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Optionally truncate the returned file to this length. \n\n | \n
Represents an actor in a Git commit (ie. an author or committer).
\nName | \nDescription | \n
---|---|
| \nA URL pointing to the author's public avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting square image. \n\n | \n
| \nThe timestamp of the Git action (authoring or committing). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe email in the Git commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name in the Git commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe GitHub user corresponding to the email field. Null if no such user exists. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for GitActor.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents information about the GitHub instance.
\nName | \nDescription | \n
---|---|
| \nReturns a String that's a SHA of | \n
| \nIP addresses that users connect to for git operations. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIP addresses that service hooks are sent from. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIP addresses that the importer connects from. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not users are verified. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIP addresses for GitHub Pages' A records. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a GPG signature on a Commit or Tag.
\nGitSignature
Name | \nDescription | \n
---|---|
| \nEmail used to sign this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nTrue if the signature is valid and verified by GitHub. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHex-encoded ID of the key that signed this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPayload for GPG signing object. Raw ODB object without the signature header. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nASCII-armored signature header from object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nGitHub user corresponding to the email signing this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe state of this signature. | \n
| \nTrue if the signature was made with GitHub's signing key. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents ahead_ref_deleted
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the Ref associated with the | \n
| \nIdentifies the name of the Ref associated with the | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents ahead_ref_force_pushed
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the after commit SHA for the | \n
| \nIdentifies the before commit SHA for the | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the fully qualified ref name for the | \n
Represents ahead_ref_restored
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Detail needed to display a hovercard for a user.
\nName | \nDescription | \n
---|---|
| \nEach of the contexts for this hovercard. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An IP address or range of addresses that is allowed to access an owner's resources.
\nNode
Name | \nDescription | \n
---|---|
| \nA single IP address or range of IP addresses in CIDR notation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the entry is currently active. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the IP allow list entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe owner of the IP allow list entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for IpAllowListEntry.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
\nAssignable
Closable
Comment
Labelable
Lockable
Node
Reactable
RepositoryNode
Subscribable
UniformResourceLocatable
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nReason that the conversation was locked. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Users assigned to this object. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the subject of the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the body of the issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe http path for this issue body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the body of the issue rendered to text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe http URL for this issue body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \n
| \n
| \nIdentifies the date and time when the object was closed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of comments associated with the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe hovercard information for this issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Whether or not to include notification contexts. \nThe default value is | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs this issue read by the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of labels associated with the object. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for labels returned from the connection. \n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \n
| \n
| \nIdentifies the milestone associated with the issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the issue number. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Users that are participating in the Issue conversation. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nList of project cards associated with this issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
A list of archived states to filter the cards by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the state of the issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of events, comments, commits, etc. associated with the issue. \n\n\n\n\n\n\n\n \n\n\n\n\n\nDeprecation notice \n
\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows filtering timeline events by a | \n
| \nA list of events, comments, commits, etc. associated with the issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Filter timeline items by type. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filter timeline items by a \n \n\n
Skips the first n elements in the list. \n\n | \n
| \nIdentifies the issue title. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the viewer is able to change their subscription status for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the viewer is watching, not watching, or ignoring the subscribable entity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a comment on an Issue.
\nComment
Deletable
Minimizable
Node
Reactable
RepositoryNode
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the subject of the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body as Markdown. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns whether or not a comment has been minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the issue associated with the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns why the comment was minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns the pull request associated with the comment, if this comment was made on a\npull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this issue comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this issue comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCheck if the current viewer can delete this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can minimize this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for IssueComment.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Issue.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
This aggregates issues opened by a user within one repository.
\nName | \nDescription | \n
---|---|
| \nThe issue contributions. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for contributions returned from the connection. \n\n | \n
| \nThe repository in which the issues were opened. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A repository issue template.
\nName | \nDescription | \n
---|---|
| \nThe template purpose. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe suggested issue body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe template name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe suggested issue title. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for IssueTimelineItem.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for IssueTimelineItems.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the count of items after applying | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the count of items after applying | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the timeline was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a user signing up for a GitHub account.
\nContribution
Name | \nDescription | \n
---|---|
| \nWhether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this contribution was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who made this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A label for categorizing Issues or Milestones with a given Repository.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the label color. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the label was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA brief description of this label. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether or not this is a default label. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of issues associated with this label. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Filtering options for issues returned from the connection. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for issues returned from the connection. \n\n\n \n\n
A list of states to filter the issues by. \n\n | \n
| \nIdentifies the label name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of pull requests associated with this label. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
The base ref name to filter the pull requests by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
The head ref name to filter the pull requests by. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pull requests returned from the connection. \n\n\n \n\n
A list of states to filter the pull requests by. \n\n | \n
| \nThe repository associated with this label. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this label. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the label was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this label. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Label.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents alabeled
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the label associated with the | \n
| \nIdentifies the | \n
Represents a given language found in repositories.
\nNode
Name | \nDescription | \n
---|---|
| \nThe color defined for the current language. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the current language. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A list of languages associated with the parent.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe total size in bytes of files written in that language. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the language of a repository.
\nName | \nDescription | \n
---|---|
| \nThe number of bytes of code written in the language. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A repository's open source license.
\nNode
Name | \nDescription | \n
---|---|
| \nThe full text of the license. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe conditions set by the license. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA human-readable description of the license. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the license should be featured. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the license should be displayed in license pickers. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInstructions on how to implement the license. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe lowercased SPDX ID of the license. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe limitations set by the license. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe license full name specified by https://spdx.org/licenses. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCustomary short name if applicable (e.g, GPLv3). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permissions set by the license. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the license is a pseudo-license placeholder (e.g., other, no-license). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nShort identifier specified by https://spdx.org/licenses. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to the license on https://choosealicense.com. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Describes a License's conditions, permissions, and limitations.
\nName | \nDescription | \n
---|---|
| \nA description of the rule. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe machine-readable rule key. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe human-readable rule label. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents alocked
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReason that the conversation was locked (optional). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject that was locked. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A placeholder user for attribution of imported data on GitHub.
\nActor
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nA URL pointing to the GitHub App's public avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting square image. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe mannequin's email on the source instance. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTML path to this resource. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL to this resource. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents amarked_as_duplicate
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe authoritative issue or pull request which has been duplicated by another. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe issue or pull request which has been marked as a duplicate of another. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCanonical and duplicate belong to different repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A public description of a Marketplace category.
\nNode
Name | \nDescription | \n
---|---|
| \nThe category's description. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe technical description of how apps listed in this category work with GitHub. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe category's name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many Marketplace listings have this as their primary category. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this Marketplace category. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow many Marketplace listings have this as their secondary category. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe short name of the category used in its URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this Marketplace category. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A listing in the GitHub integration marketplace.
\nNode
Name | \nDescription | \n
---|---|
| \nThe GitHub App this listing represents. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to the listing owner's company site. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for configuring access to the listing's integration or OAuth app. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for configuring access to the listing's integration or OAuth app. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to the listing's documentation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's detailed description. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's detailed description rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's introductory description. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's introductory description rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDoes this listing have any plans with a free trial?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDoes this listing have a terms of service link?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA technical description of how this app works with GitHub. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's technical description rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to install the product to the viewer's account or organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this listing's app has been installed for the current viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this listing has been removed from the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this listing is still an editable draft that has not been submitted\nfor review and is not publicly visible in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the product this listing represents is available as part of a paid plan. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this listing has been approved for display in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this listing has been rejected by GitHub for display in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this listing has been approved for unverified display in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this draft listing has been submitted for review for approval to be unverified in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this draft listing has been submitted for review from GitHub for approval to be verified in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this unverified listing has been submitted for review from GitHub for approval to be verified in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this listing has been approved for verified display in the Marketplace. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe hex color code, without the leading '#', for the logo background. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL for the listing's logo image. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nThe listing's full name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's very short description without a trailing period or ampersands. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to the listing's detailed pricing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe category that best describes the listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to the listing's privacy policy, may return an empty string for listings that do not require a privacy policy URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URLs for the listing's screenshots. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn alternate category that describes the listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's very short description. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe short name of the listing used in its URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to the listing's status page. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn email address for support for this listing's app. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nEither a URL or an email address for support for this listing's app, may\nreturn an empty string for listings that do not require a support URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to the listing's terms of service. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer add plans for this Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer approve this Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer delist this Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer edit this Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer edit the primary and secondary category of this\nMarketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer edit the plans for this Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer return this Marketplace listing to draft state\nso it becomes editable again. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer reject this Marketplace listing by returning it to\nan editable draft state or rejecting it entirely. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer request this listing be reviewed for display in\nthe Marketplace as verified. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether the current user has an active subscription to this Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if the current user has purchased a subscription to this Marketplace listing\nfor all of the organizations the user owns. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDoes the current viewer role allow them to administer this Marketplace listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Look up Marketplace Listings.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a members_can_delete_repos.clear event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a members_can_delete_repos.disable event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a members_can_delete_repos.enable event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents amentioned
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents amerged
event on a given pull request.
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the commit associated with the | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the Ref associated with the | \n
| \nIdentifies the name of the Ref associated with the | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this merged event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this merged event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Milestone object on a given repository.
\nClosable
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \n
| \n
| \nIdentifies the date and time when the object was closed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the actor who created the milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the description of the milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the due date of the milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of issues associated with the milestone. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Filtering options for issues returned from the connection. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for issues returned from the connection. \n\n\n \n\n
A list of states to filter the issues by. \n\n | \n
| \nIdentifies the number of the milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndentifies the percentage complete for the milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of pull requests associated with the milestone. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
The base ref name to filter the pull requests by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
The head ref name to filter the pull requests by. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pull requests returned from the connection. \n\n\n \n\n
A list of states to filter the pull requests by. \n\n | \n
| \nThe repository associated with this milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the state of the milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the title of the milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this milestone. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Milestone.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents amilestoned
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the milestone title associated with the | \n
| \nObject referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents amoved_columns_in_project
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nColumn name the issue or pull request was moved from. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nProject referenced by event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nProject card referenced by this project event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nColumn name the issue or pull request was moved to. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
Audit log entry for a oauth_application.create event.
\nAuditEntry
Node
OauthApplicationAuditEntryData
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe application URL of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe callback URL of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe rate limit of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The state of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.add_billing_manager.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe email address used to invite a billing manager for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.add_member.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permission level of the member added to the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.block_user.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe blocked user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the blocked user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the blocked user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the blocked user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.config.disable_collaborators_only event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.config.enable_collaborators_only event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.create event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe billing plan for the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.disable_oauth_app_restrictions event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.disable_saml event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's digest algorithm URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's issuer URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's signature algorithm URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's single sign-on URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.disable_two_factor_requirement event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.enable_oauth_app_restrictions event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.enable_saml event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's digest algorithm URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's issuer URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's signature algorithm URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SAML provider's single sign-on URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.enable_two_factor_requirement event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.invite_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe email address of the organization invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.invite_to_business event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.oauth_app_access_approved event.
\nAuditEntry
Node
OauthApplicationAuditEntryData
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.oauth_app_access_denied event.
\nAuditEntry
Node
OauthApplicationAuditEntryData
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.oauth_app_access_requested event.
\nAuditEntry
Node
OauthApplicationAuditEntryData
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the OAuth Application. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.remove_billing_manager event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The reason for the billing manager being removed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.remove_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe types of membership the member has with the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe reason for the member being removed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.remove_outside_collaborator event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe types of membership the outside collaborator has with the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n | The reason for the outside collaborator being removed from the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.restore_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of custom email routings for the restored member. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of issue assignemnts for the restored member. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nRestored organization membership objects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of restored memberships. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of repositories of the restored member. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of starred repositories for the restored member. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of watched repositories for the restored member. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Metadata for an organization membership for org.restore_member actions.
\nOrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Metadata for a repository membership for org.restore_member actions.
\nRepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Metadata for a team membership for org.restore_member actions.
\nTeamAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe team associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.unblock_user.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user being unblocked by the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the blocked user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the blocked user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the blocked user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.update_default_repository_permission.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe new default repository permission level for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe former default repository permission level for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.update_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe new member permission level for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe former member permission level for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.update_member_repository_creation_permission event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan members create repositories in the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permission for visibility level of repositories for this organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a org.update_member_repository_invitation_permission event.
\nAuditEntry
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan outside collaborators be invited to repositories in the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An account on GitHub, with one or more owners, that has repositories, members and teams.
\nActor
MemberStatusable
Node
PackageOwner
ProfileOwner
ProjectOwner
RepositoryOwner
Sponsorable
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nDetermine if this repository owner has any items that can be pinned to their profile. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Filter to only a particular kind of pinnable item. \n\n | \n
| \nAudit log entries of the organization. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for the returned audit log entries. \n\n\n \n\n
The query string to filter audit entries. \n\n | \n
| \nA URL pointing to the organization's public avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting square image. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization's public profile description. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization's public profile description rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization's public email. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe setting value for whether the organization has an IP allow list enabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP addresses that are allowed to access resources owned by the organization. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for IP allow list entries returned. \n\n | \n
| \nWhether the organization has verified its profile email and website, always false on Enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nShowcases a selection of repositories and gists that the profile owner has\neither curated or that have been selected automatically based on popularity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization's public profile location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization's login name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nGet the status messages members of this entity have set that are either public or visible only to the organization. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for user statuses returned from the connection. \n\n | \n
| \nA list of users who are members of this organization. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe organization's public profile name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path creating a new team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL creating a new team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe billing email for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of packages under the owner. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Find packages by their names. \n\n\n \n\n
Ordering of the returned packages. \n\n\n \n\n
Filter registry package by type. \n\n\n \n\n
Find packages in a repository by ID. \n\n | \n
| \nA list of users who have been invited to join this organization. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of repositories and gists this profile owner can pin to their profile. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filter the types of pinnable items that are returned. \n\n | \n
| \nA list of repositories and gists this profile owner has pinned to their profile. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filter the types of pinned items that are returned. \n\n | \n
| \nReturns how many more items this profile owner can pin to their profile. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFind project by number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The project number to find. \n\n | \n
| \nA list of projects under the owner. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for projects returned from the connection. \n\n\n \n\n
Query to search projects by, currently only searching by name. \n\n\n \n\n
A list of states to filter the projects by. \n\n | \n
| \nThe HTTP path listing organization's projects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL listing organization's projects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of repositories that the user owns. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Array of viewer's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\ncurrent viewer owns. \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
If non-null, filters repositories according to whether they are forks of another repository. \n\n\n \n\n
If non-null, filters repositories according to whether they have been locked. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories returned from the connection. \n\n\n \n\n
Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns. \n\n\n \n\n
If non-null, filters repositories according to privacy. \n\n | \n
| \nFind Repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Name of Repository to find. \n\n | \n
| \nWhen true the organization requires all members, billing managers, and outside\ncollaborators to enable two-factor authentication. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization's SAML identity providers. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe GitHub Sponsors listing for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThis object's sponsorships as the maintainer. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Whether or not to include private sponsorships in the result set. \nThe default value is \n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer. \n\n | \n
| \nThis object's sponsorships as the sponsor. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer. \n\n | \n
| \nFind an organization's team by its slug. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The name or slug of the team to find. \n\n | \n
| \nA list of teams in this organization. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
If true, filters teams that are mapped to an LDAP Group (Enterprise only). \n\n\n \n\n
Ordering options for teams returned from the connection. \n\n\n \n\n
If non-null, filters teams according to privacy. \n\n\n \n\n
If non-null, filters teams with query on team name and team slug. \n\n\n \n\n\n\n
If non-null, filters teams according to whether the viewer is an admin or member on team. \n\n\n \n\n
User logins to filter by. \n\n | \n
| \nThe HTTP path listing organization's teams. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL listing organization's teams. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization's Twitter username. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nOrganization is adminable by the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the viewer pin repositories and gists to the profile?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer create new projects on this owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nViewer can create repositories on this organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nViewer can create teams on this organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nViewer is an active member of this organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization's public profile URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for OrganizationAuditEntry.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Organization.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An Identity Provider configured to provision SAML and SCIM identities for Organizations.
\nNode
Name | \nDescription | \n
---|---|
| \nThe digest algorithm used to sign SAML requests for the Identity Provider. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nExternal Identities provisioned by this Identity Provider. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe x509 certificate used by the Identity Provder to sign assertions and responses. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Issuer Entity ID for the SAML Identity Provider. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nOrganization this Identity Provider belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe signature algorithm used to sign SAML requests for the Identity Provider. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL endpoint for the Identity Provider's SAML SSO. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An Invitation for a user to an organization.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe email address of the user invited to the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe type of invitation that was sent (e.g. email, user). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who was invited to the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who created the invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization the invite is for. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user's pending role in the organization (e.g. member, owner). \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for OrganizationInvitation.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a user within an organization.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the organization member has two factor enabled or not. Returns null if information is not available to viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe role this user has in the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An organization teams hovercard context.
\nHovercardContext
Name | \nDescription | \n
---|---|
| \nA string describing this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn octicon to accompany this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nTeams in this organization the user is a member of that are relevant. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe path for the full team list for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL for the full team list for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe total number of teams the user is on in the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An organization list hovercard context.
\nHovercardContext
Name | \nDescription | \n
---|---|
| \nA string describing this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn octicon to accompany this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nOrganizations this user is a member of that are relevant. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe total number of organizations this user is in. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Information for an uploaded package.
\nNode
Name | \nDescription | \n
---|---|
| \nFind the latest version for the package. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the name of the package. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the type of the package. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository this package belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nStatistics about package activity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFind package version by version string. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The package version. \n\n | \n
| \nlist of versions for this package. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering of the returned packages. \n\n | \n
The connection type for Package.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A file in a package version.
\nNode
Name | \nDescription | \n
---|---|
| \nMD5 hash of the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nName of the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe package version this file belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nSHA1 hash of the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nSHA256 hash of the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nSize of the file in bytes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nURL to download the asset. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PackageFile.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a object that contains package activity statistics such as downloads.
\nName | \nDescription | \n
---|---|
| \nNumber of times the package was downloaded since it was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A version tag contains the mapping between a tag name and a version.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the tag name of the version. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nVersion that the tag is associated with. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Information about a specific package version.
\nNode
Name | \nDescription | \n
---|---|
| \nList of files associated with this package version. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering of the returned package files. \n\n | \n
| \nThe package associated with this version. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe platform this version was built for. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this version is a pre-release. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe README of this package version. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe release associated with this package version. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nStatistics about package activity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe package version summary. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe version string. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PackageVersion.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a object that contains package version activity statistics such as downloads.
\nName | \nDescription | \n
---|---|
| \nNumber of times the package was downloaded since it was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Information about pagination in a connection.
\nName | \nDescription | \n
---|---|
| \nWhen paginating forwards, the cursor to continue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen paginating forwards, are there more items?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen paginating backwards, are there more items?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen paginating backwards, the cursor to continue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A level of permission and source for a user's access to a repository.
\nName | \nDescription | \n
---|---|
| \nThe organization the repository belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe level of access this source has granted to the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe source of this permission. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PinnableItem.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents apinned
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the issue associated with the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A Pinned Issue is a issue pinned to a repository's index page.
\nPreview notice
\nPinnedIssue
is available under the Pinned issues preview. During the preview period, the API may change without notice.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe issue that was pinned. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor that pinned this issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository that this issue was pinned to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PinnedIssue.
\nPreview notice
\nPinnedIssueConnection
is available under the Pinned issues preview. During the preview period, the API may change without notice.
Name | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nPreview notice
\nPinnedIssueEdge
is available under the Pinned issues preview. During the preview period, the API may change without notice.
Name | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a private_repository_forking.disable event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a private_repository_forking.enable event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A curatable list of repositories relating to a repository owner, which defaults\nto showing the most popular repositories they own.
\nName | \nDescription | \n
---|---|
| \nWhether or not the owner has pinned any repositories or gists. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repositories and gists in the showcase. If the profile owner has any\npinned items, those will be returned. Otherwise, the profile owner's popular\nrepositories will be returned. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
Projects manage issues, pull requests and notes within a project owner.
\nName | \nDescription | \n
---|---|
| \nThe project's description body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe projects description body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \n
| \n
| \nIdentifies the date and time when the object was closed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nList of columns in the project. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who originally created the project. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe project's name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe project's number. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe project's owner. Currently limited to repositories, organizations, and users. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nList of pending cards in this project. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
A list of archived states to filter the cards by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nProject progress details. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this project. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the project is open or closed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this project. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A card in a project.
\nNode
Name | \nDescription | \n
---|---|
| \nThe project column this card is associated under. A card may only belong to one\nproject column at a time. The column field will be null if the card is created\nin a pending state and has yet to be associated with a column. Once cards are\nassociated with a column, they will not become pending in the future. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe card content item. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who created this card. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the card is archived. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe card note. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe project that contains this card. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this card. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe state of ProjectCard. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this card. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for ProjectCard.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A column inside a project.
\nNode
Name | \nDescription | \n
---|---|
| \nList of cards in the column. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
A list of archived states to filter the cards by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe project column's name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe project that contains this column. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe semantic purpose of the column. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this project column. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this project column. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for ProjectColumn.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A list of projects associated with the owner.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Project progress stats.
\nName | \nDescription | \n
---|---|
| \nThe number of done cards. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe percentage of done cards. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether progress tracking is enabled and cards with purpose exist for this project. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of in-progress cards. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe percentage of in-progress cards. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of to do cards. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe percentage of to do cards. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A user's public key.
\nNode
Name | \nDescription | \n
---|---|
| \nThe last time this authorization was used to perform an action. Values will be null for keys not owned by the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the key was created. Keys created before\nMarch 5th, 2014 have inaccurate values. Values will be null for keys not owned by the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe fingerprint for this PublicKey. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this PublicKey is read-only or not. Values will be null for keys not owned by the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe public key string. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the key was updated. Keys created before\nMarch 5th, 2014 may have inaccurate values. Values will be null for keys not\nowned by the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PublicKey.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A repository pull request.
\nAssignable
Closable
Comment
Labelable
Lockable
Node
Reactable
RepositoryNode
Subscribable
UniformResourceLocatable
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nReason that the conversation was locked. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of additions in this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Users assigned to this object. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the subject of the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the base Ref associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the name of the base Ref associated with the pull request, even if the ref has been deleted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the oid of the base ref associated with the pull request, even if the ref has been deleted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with this pull request's base Ref. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body as Markdown. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the pull request is rebaseable. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nThe number of changed files in this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the checks of this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the checks of this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \n
| \n
| \nIdentifies the date and time when the object was closed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of comments associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of commits present in this pull request's head branch not present in the base branch. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of deletions in this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited this pull request's body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nLists the files changed within this pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies the head Ref associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the name of the head Ref associated with the pull request, even if the ref has been deleted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the oid of the head ref associated with the pull request, even if the ref has been deleted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with this pull request's head Ref. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe owner of the repository associated with this pull request's head Ref. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe hovercard information for this issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Whether or not to include notification contexts. \nThe default value is | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe head and base repositories are different. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the pull request is a draft. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs this pull request read by the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of labels associated with the object. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for labels returned from the connection. \n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of latest reviews per user associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Only return reviews from user who have write access to the repository. \nThe default value is | \n
| \nA list of latest reviews per user associated with the pull request that are not also pending review. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \n
| \n
| \nIndicates whether maintainers can modify the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe commit that was created when this pull request was merged. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDetailed information about the current pull request merge state status. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nWhether or not the pull request can be merged based on the existence of merge conflicts. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the pull request was merged. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe date and time that the pull request was merged. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who merged the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the milestone associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the pull request number. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Users that are participating in the Pull Request conversation. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe permalink to the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe commit that GitHub automatically generated to test if this pull request\ncould be merged. This field will not return a value if the pull request is\nmerged, or if the test merge commit is still being generated. See the\n | \n
| \nList of project cards associated with this pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
A list of archived states to filter the cards by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for reverting this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for reverting this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe current status of this pull request with respect to code review. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of review requests associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe list of all review threads for this pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of reviews associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Filter by author of the review. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
A list of states to filter the reviews. \n\n | \n
| \nIdentifies the state of the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reviewer suggestions based on commit history and past review comments. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of events, comments, commits, etc. associated with the pull request. \n\n\n\n\n\n\n\n \n\n\n\n\n\nDeprecation notice \n
\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows filtering timeline events by a | \n
| \nA list of events, comments, commits, etc. associated with the pull request. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Filter timeline items by type. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filter timeline items by a \n \n\n
Skips the first n elements in the list. \n\n | \n
| \nIdentifies the pull request title. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nWhether or not the viewer can apply suggestion. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the viewer can restore the deleted head ref. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the viewer is able to change their subscription status for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe merge body text for the viewer and method. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The merge method for the message. \n\n | \n
| \nThe merge headline text for the viewer and method. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The merge method for the message. \n\n | \n
| \nIdentifies if the viewer is watching, not watching, or ignoring the subscribable entity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A file changed in a pull request.
\nName | \nDescription | \n
---|---|
| \nThe number of additions to the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of deletions to the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe path of the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe state of the file for the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PullRequestChangedFile.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Git commit part of a pull request.
\nNode
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nThe Git commit object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request this commit belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this pull request commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this pull request commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a commit comment thread part of a pull request.
\nNode
RepositoryNode
Name | \nDescription | \n
---|---|
| \nThe comments that exist in this thread. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe commit the comments were made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe file the comments were made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe position in the diff for the commit that the comment was made on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request this commit comment thread belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PullRequestCommit.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PullRequest.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
This aggregates pull requests opened by a user within one repository.
\nName | \nDescription | \n
---|---|
| \nThe pull request contributions. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for contributions returned from the connection. \n\n | \n
| \nThe repository in which the pull requests were opened. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A review object for a given pull request.
\nComment
Deletable
Node
Reactable
RepositoryNode
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the subject of the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether the author of this review has push access to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the pull request review body. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body of this review rendered as plain text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of review comments for the current pull request review. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies the commit associated with this pull request review. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of teams that this review was made on behalf of. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the pull request associated with this pull request review. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path permalink for this PullRequestReview. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the current state of the pull request review. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the Pull Request Review was submitted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL permalink for this PullRequestReview. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCheck if the current viewer can delete this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A review comment associated with a given repository pull request.
\nComment
Deletable
Minimizable
Node
Reactable
RepositoryNode
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the subject of the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe comment body of this review comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe comment body of this review comment rendered as plain text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the commit associated with the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe diff hunk to which the comment applies. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was created in a draft state. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns whether or not a comment has been minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns why the comment was minimized. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the original commit associated with the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe original line index in the diff to which the comment applies. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment body is outdated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe path to which the comment applies. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe line index in the diff to which the comment applies. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request associated with this review comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request review associated with this review comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe comment this is a reply to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with this node. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path permalink for this review comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the state of the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL permalink for this review comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCheck if the current viewer can delete this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can minimize this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PullRequestReviewComment.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PullRequestReview.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
This aggregates pull request reviews made by a user within one repository.
\nName | \nDescription | \n
---|---|
| \nThe pull request review contributions. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for contributions returned from the connection. \n\n | \n
| \nThe repository in which the pull request reviews were made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A threaded list of comments for a given pull request.
\nNode
Name | \nDescription | \n
---|---|
| \nA list of pull request comments associated with the thread. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Skips the first n elements in the list. \n\n | \n
| \nThe side of the diff on which this thread was placed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the thread has been collapsed (outdated or resolved). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether this thread was outdated by newer changes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this thread has been resolved. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe line in the file to which this thread refers. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe original line in the file to which this thread refers. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe original start line in the file to which this thread refers (multi-line only). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the file path of this thread. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the pull request associated with this thread. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the repository associated with this thread. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who resolved this thread. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe side of the diff that the first line of the thread starts on (multi-line only). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe start line in the file to which this thread refers (multi-line only). \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether the current viewer can reply to this thread. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the viewer can resolve this thread. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the viewer can unresolve this thread. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Review comment threads for a pull request review.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the latest point in the pull request timeline for which the viewer has seen the pull request's commits.
\nName | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe last commit the viewer has seen. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe pull request to which the marker belongs. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PullRequestTimelineItem.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PullRequestTimelineItems.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the count of items after applying | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the count of items after applying | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the timeline was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A Git push.
\nNode
Name | \nDescription | \n
---|---|
| \nThe SHA after the push. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permalink for this push. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SHA before the push. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who pushed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository that was pushed to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A team, user or app who has the ability to push to a protected branch.
\nNode
Name | \nDescription | \n
---|---|
| \nThe actor that can push. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the branch protection rule associated with the allowed user or team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for PushAllowance.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the client's rate limit.
\nName | \nDescription | \n
---|---|
| \nThe point cost for the current query counting against the rate limit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe maximum number of points the client is permitted to consume in a 60 minute window. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe maximum number of nodes this query may return. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of points remaining in the current rate limit window. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time at which the current rate limit window resets in UTC epoch seconds. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of points used in the current rate limit window. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a user that's made a reaction.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment when the user made the reaction. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An emoji reaction to a particular piece of content.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the emoji reaction. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe reactable piece of content. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the user who created this reaction. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A list of reactions that have been left on the subject.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the authenticated user has left a reaction on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A group of emoji reactions to a particular piece of content.
\nName | \nDescription | \n
---|---|
| \nIdentifies the emoji reaction. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the reaction was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe subject that was reacted to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nUsers who have reacted to the reaction subject with the emotion represented by this reaction group. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nWhether or not the authenticated user has left a reaction on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aready_for_review
event on a given pull request.
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this ready for review event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this ready for review event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Git reference.
\nNode
Name | \nDescription | \n
---|---|
| \nA list of pull requests with this ref as the head ref. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
The base ref name to filter the pull requests by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
The head ref name to filter the pull requests by. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pull requests returned from the connection. \n\n\n \n\n
A list of states to filter the pull requests by. \n\n | \n
| \nBranch protection rules for this ref. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe ref name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe ref's prefix, such as | \n
| \nBranch protection rules that are viewable by non-admins. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository the ref belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe object the ref points to. Returns null when object does not exist. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Ref.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A ref update rules for a viewer.
\nName | \nDescription | \n
---|---|
| \nCan this branch be deleted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre force pushes allowed on this branch. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the protection rule pattern. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nNumber of approving reviews required to update matching branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nList of required status check contexts that must pass for commits to be accepted to matching branches. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre merge commits prohibited from being pushed to this branch. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAre commits required to be signed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the viewer push to the branch. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents areferenced
event on a given ReferencedSubject
.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the commit associated with the | \n
| \nIdentifies the repository associated with the | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReference originated in a different repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nChecks if the commit message itself references the subject. Can be false in the case of a commit comment reference. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A release contains the content for a release.
\nNode
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nThe author of the release. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of the release. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of this release rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the release is a draft. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the release is a prerelease. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe title of the release. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the release was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nList of releases assets which are dependent on this release. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
A list of names to filter the assets by. \n\n | \n
| \nThe HTTP path for this issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA description of the release, rendered to HTML without any links in it. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nThe Git tag the release points to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the release's Git tag. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this issue. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A release asset contains the content for a release asset.
\nNode
Name | \nDescription | \n
---|---|
| \nThe asset's content-type. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of times this asset was downloaded. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the URL where you can download the release asset via the browser. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the title of the release asset. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nRelease that the asset is associated with. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe size (in bytes) of the asset. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user that performed the upload. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the URL of the release asset. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for ReleaseAsset.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Release.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents aremoved_from_project
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nProject referenced by event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nColumn name referenced by this project event. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
Represents arenamed
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the current title of the issue or pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the previous title of the issue or pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nSubject that was renamed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents areopened
event on any Closable
.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject that was reopened. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.access event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe visibility of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.add_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe visibility of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.add_topic event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
TopicAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the topic added to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the topic added to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.archived event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe visibility of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.change_merge_setting event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the change was to enable (true) or disable (false) the merge type. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe merge method affected by the change. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.disable_anonymous_git_access event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.disable_collaborators_only event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.disable_contributors_only event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.disable_sockpuppet_disallowed event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.enable_anonymous_git_access event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.enable_collaborators_only event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.enable_contributors_only event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.enable_sockpuppet_disallowed event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.lock_anonymous_git_access event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.config.unlock_anonymous_git_access event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.create event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the parent repository for this forked repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the root repository for this netork. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe visibility of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.destroy event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe visibility of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.remove_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe visibility of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repo.remove_topic event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
TopicAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the topic added to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the topic added to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A repository contains the content for a project.
\nNode
PackageOwner
ProjectOwner
RepositoryInfo
Starrable
Subscribable
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nA list of users that can be assigned to issues in this repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filters users with query on user name and login. \n\n | \n
| \nA list of branch protection rules for this repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nReturns the code of conduct for this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of collaborators associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Collaborators affiliation level with a repository. \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filters users with query on user name and login. \n\n | \n
| \nA list of commit comments associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nReturns a list of contact links associated to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Ref associated with the repository's default branch. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not branches are automatically deleted when merged in this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of dependency manifests contained in the repository. \n\n\n\n\n\n \n\n\n\n\n\n\n\nPreview notice \n
\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Cursor to paginate dependencies. \n\n\n \n\n
Number of dependencies to fetch. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Flag to scope to only manifests with dependencies. \n\n | \n
| \nA list of deploy keys that are on this repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nDeployments associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Environments to list deployments for. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for deployments returned from the connection. \n\n | \n
| \nThe description of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of the repository rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of kilobytes this repository occupies on disk. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns how many forks there are of this repository in the whole network. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of direct forked repositories. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Array of viewer's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\ncurrent viewer owns. \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
If non-null, filters repositories according to whether they have been locked. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories returned from the connection. \n\n\n \n\n
Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns. \n\n\n \n\n
If non-null, filters repositories according to privacy. \n\n | \n
| \nThe funding links for this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if the repository has issues feature enabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if the repository has the Projects feature enabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if the repository has wiki feature enabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository's URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if the repository is unmaintained. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns true if blank issue creation is allowed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns whether or not this repository disabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns whether or not this repository is empty. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the repository is a fork. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if a repository is either owned by an organization, or is a private fork of an organization repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates if the repository has been locked or not. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the repository is a mirror. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the repository is private. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns true if this repository has a security policy. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the repository is a template that can be used to generate new repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs this repository a user configuration repository?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a single issue from the current repository by number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The number for the issue to be returned. \n\n | \n
| \nReturns a single issue-like object from the current repository by number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The number for the issue to be returned. \n\n | \n
| \nReturns a list of issue templates associated to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of issues that have been opened in the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Filtering options for issues returned from the connection. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for issues returned from the connection. \n\n\n \n\n
A list of states to filter the issues by. \n\n | \n
| \nReturns a single label by name. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Label name. \n\n | \n
| \nA list of labels associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for labels returned from the connection. \n\n\n \n\n
If provided, searches labels by name and description. \n\n | \n
| \nA list containing a breakdown of the language composition of the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n | \n
| \nThe license associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe reason the repository has been locked. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Users that can be mentioned in the context of the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filters users with query on user name and login. \n\n | \n
| \nWhether or not PRs are merged with a merge commit on this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a single milestone from the current repository by number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The number for the milestone to be returned. \n\n | \n
| \nA list of milestones associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for milestones. \n\n\n \n\n
Filters milestones with a query on the title. \n\n\n \n\n
Filter by the state of the milestones. \n\n | \n
| \nThe repository's original mirror URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository's name with owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA Git object in the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
A Git revision expression suitable for rev-parse. \n\n\n \n\n
The Git object ID. \n\n | \n
| \nThe image used to represent this repository in Open Graph data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe User owner of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of packages under the owner. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Find packages by their names. \n\n\n \n\n
Ordering of the returned packages. \n\n\n \n\n
Filter registry package by type. \n\n\n \n\n
Find packages in a repository by ID. \n\n | \n
| \nThe repository parent, if this is a fork. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of pinned issues for this repository. \n\n\n\n\n\n \n\n\n\n\n\n\n\nPreview notice \n
\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe primary language of the repository's code. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFind project by number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The project number to find. \n\n | \n
| \nA list of projects under the owner. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for projects returned from the connection. \n\n\n \n\n
Query to search projects by, currently only searching by name. \n\n\n \n\n
A list of states to filter the projects by. \n\n | \n
| \nThe HTTP path listing the repository's projects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL listing the repository's projects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a single pull request from the current repository by number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The number for the pull request to be returned. \n\n | \n
| \nA list of pull requests that have been opened in the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
The base ref name to filter the pull requests by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
The head ref name to filter the pull requests by. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pull requests returned from the connection. \n\n\n \n\n
A list of states to filter the pull requests by. \n\n | \n
| \nIdentifies when the repository was last pushed to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not rebase-merging is enabled on this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFetch a given ref from the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The ref to retrieve. Fully qualified matches are checked in order\n( | \n
| \nFetch a list of refs from the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
DEPRECATED: use orderBy. The ordering direction. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for refs returned from the connection. \n\n\n \n\n
Filters refs with query on name. \n\n\n \n\n
A ref name prefix like | \n
| \nLookup a single release given various criteria. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The name of the Tag the Release was created from. \n\n | \n
| \nList of releases which are dependent on this repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n | \n
| \nA list of applied repository-topic associations for this repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe HTTP path for this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe security policy URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA description of the repository, rendered to HTML without any links in it. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nWhether or not squash-merging is enabled on this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe SSH URL to clone this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a count of how many stargazers there are on this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of users who have starred this starrable. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n | \n
| \nReturns a list of all submodules in this repository parsed from the\n.gitmodules file as of the default branch's HEAD commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nTemporary authentication token for cloning this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository from which this repository was generated, if any. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this repository has a custom image to use with Open Graph as opposed to being represented by the owner's avatar. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether the viewer has admin permissions on this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer create new projects on this owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the viewer is able to change their subscription status for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIndicates whether the viewer can update the topics of this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe last commit email for the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe last used merge method by the viewer or the default for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReturns a boolean indicating whether the viewing user has starred this starrable. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe users permission level on the repository. Will return null if authenticated as an GitHub App. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of emails this viewer can commit with. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the viewer is watching, not watching, or ignoring the subscribable entity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of vulnerability alerts that are on this repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of users watching the repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a user who is a collaborator of a repository.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permission the user has on the repository. \nUpcoming Change on 2020-10-01 UTC\nDescription: Type for | \n
| \nA list of sources for the user's access to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A list of repositories owned by the subject.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe total size in kilobytes of all repositories in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A repository contact link.
\nName | \nDescription | \n
---|---|
| \nThe contact link purpose. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe contact link name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe contact link URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An invitation for a user to be added to a repository.
\nNode
Name | \nDescription | \n
---|---|
| \nThe email address that received the invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who received the invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who created the invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permalink for this repository invitation. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permission granted on this repository by this invitation. \nUpcoming Change on 2020-10-01 UTC\nDescription: Type for | \n
| \nThe Repository the user is invited to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for RepositoryInvitation.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A repository-topic connects a repository to a topic.
\nNode
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nThe HTTP path for this repository-topic. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe topic. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this repository-topic. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for RepositoryTopic.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repository_visibility_change.disable event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a repository_visibility_change.enable event.
\nAuditEntry
EnterpriseAuditEntryData
Node
OrganizationAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe slug of the enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this enterprise. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A alert for a repository with an affected vulnerability.
\nNode
RepositoryNode
Name | \nDescription | \n
---|---|
| \nWhen was the alert created?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe reason the alert was dismissed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen was the alert dimissed?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who dismissed the alert. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe associated repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe associated security advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe associated security vulnerablity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe vulnerable manifest filename. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe vulnerable manifest path. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe vulnerable requirements. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for RepositoryVulnerabilityAlert.
\nName | \nDescription | \n
---|---|
\n | A list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a private contribution a user made on GitHub.
\nContribution
Name | \nDescription | \n
---|---|
| \nWhether this contribution is associated with a record you do not have access to. For\nexample, your own 'first issue' contribution may have been made on a repository you can no\nlonger access. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this contribution was made. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who made this contribution. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A team or user who has the ability to dismiss a review on a protected branch.
\nNode
Name | \nDescription | \n
---|---|
| \nThe actor that can dismiss. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the branch protection rule associated with the allowed user or team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for ReviewDismissalAllowance.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents areview_dismissed
event on a given issue or pull request.
Node
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the optional message associated with the | \n
| \nIdentifies the optional message associated with the event, rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the previous state of the review with the | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the commit which caused the review to become stale. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this review dismissed event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the review associated with the | \n
| \nThe HTTP URL for this review dismissed event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A request for a user to review a pull request.
\nNode
Name | \nDescription | \n
---|---|
| \nWhether this request was created for a code owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the pull request associated with this review request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe reviewer that is requested. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for ReviewRequest.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anreview_request_removed
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the reviewer whose review request was removed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anreview_requested
event on a given pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPullRequest referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the reviewer whose review was requested. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A hovercard context with a message describing the current code review state of the pull\nrequest.
\nHovercardContext
Name | \nDescription | \n
---|---|
| \nA string describing this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn octicon to accompany this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe current status of the pull request with respect to code review. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A Saved Reply is text a user can use to reply quickly.
\nNode
Name | \nDescription | \n
---|---|
| \nThe body of the saved reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe saved reply body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe title of the saved reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user that saved this reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for SavedReply.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A list of results that matched against a search query.
\nName | \nDescription | \n
---|---|
| \nThe number of pieces of code that matched the search query. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of issues that matched the search query. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of repositories that matched the search query. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of users that matched the search query. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe number of wiki pages that matched the search query. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nText matches on the result found. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A GitHub Security Advisory.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThis is a long plaintext description of the advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe GitHub Security Advisory ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of identifiers for this advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization that originated the advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permalink for the advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen the advisory was published. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of references for this advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe severity of the advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA short plaintext summary of the advisory. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen the advisory was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nVulnerabilities associated with this Advisory. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
An ecosystem to filter vulnerabilities by. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for the returned topics. \n\n\n \n\n
A package name to filter vulnerabilities by. \n\n\n \n\n
A list of severities to filter vulnerabilities by. \n\n | \n
| \nWhen the advisory was withdrawn, if it has been withdrawn. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for SecurityAdvisory.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A GitHub Security Advisory Identifier.
\nName | \nDescription | \n
---|---|
| \nThe identifier type, e.g. GHSA, CVE. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe identifier. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An individual package.
\nName | \nDescription | \n
---|---|
| \nThe ecosystem the package belongs to, e.g. RUBYGEMS, NPM. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe package name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An individual package version.
\nName | \nDescription | \n
---|---|
| \nThe package name or version. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A GitHub Security Advisory Reference.
\nName | \nDescription | \n
---|---|
| \nA publicly accessible reference. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An individual vulnerability within an Advisory.
\nName | \nDescription | \n
---|---|
| \nThe Advisory associated with this Vulnerability. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe first version containing a fix for the vulnerability. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA description of the vulnerable package. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe severity of the vulnerability within this package. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen the vulnerability was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA string that describes the vulnerable package versions.\nThis string follows a basic syntax with a few forms. \n
| \n
The connection type for SecurityVulnerability.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents an S/MIME signature on a Commit or Tag.
\nGitSignature
Name | \nDescription | \n
---|---|
| \nEmail used to sign this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nTrue if the signature is valid and verified by GitHub. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPayload for GPG signing object. Raw ODB object without the signature header. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nASCII-armored signature header from object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nGitHub user corresponding to the email signing this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe state of this signature. | \n
| \nTrue if the signature was made with GitHub's signing key. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A GitHub Sponsors listing.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe full description of the listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe full description of the listing rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe listing's full name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe short description of the listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe short name of the listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe published tiers for this GitHub Sponsors listing. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for Sponsors tiers returned from the connection. \n\n | \n
A GitHub Sponsors tier associated with a GitHub Sponsors listing.
\nNode
Name | \nDescription | \n
---|---|
| \nSponsorsTier information only visible to users that can administer the associated Sponsors listing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of the tier. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe tier description rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow much this tier costs per month in cents. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHow much this tier costs per month in dollars. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the tier. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe sponsors listing that this tier belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
SponsorsTier information only visible to users that can administer the associated Sponsors listing.
\nName | \nDescription | \n
---|---|
| \nThe sponsorships associated with this tier. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Whether or not to include private sponsorships in the result set. \nThe default value is \n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer. \n\n | \n
The connection type for SponsorsTier.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A sponsorship relationship between a sponsor and a maintainer.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe entity that is being sponsored. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
| \n
| \nThe privacy level for this sponsorship. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user that is sponsoring. Returns null if the sponsorship is private or if sponsor is not a user. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
| \n
| \nThe user or organization that is sponsoring. Returns null if the sponsorship is private. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe entity that is being sponsored. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe associated sponsorship tier. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Sponsorship.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a user that's starred a repository.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the item was starred. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Repository.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs the list of stars for this user truncated? This is true for users that have many stars. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a starred repository.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the item was starred. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a commit status.
\nNode
Name | \nDescription | \n
---|---|
| \nA list of status contexts and check runs for this commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe commit this status is attached to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nLooks up an individual status context by context name. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The context name. \n\n | \n
| \nThe individual status contexts for this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe combined commit status. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents the rollup for both the check runs and status for a commit.
\nNode
Name | \nDescription | \n
---|---|
| \nThe commit the status and check runs are attached to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of status contexts and check runs for this commit. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe combined status for the commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for StatusCheckRollupContext.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents an individual commit status context.
\nNode
Name | \nDescription | \n
---|---|
| \nThe avatar of the OAuth application or the user that created the status. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nThis commit this status context is attached to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of this status context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who created this status context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description for this status context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe state of this status context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe URL for this status context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A pointer to a repository at a specific revision embedded inside another repository.
\nName | \nDescription | \n
---|---|
| \nThe branch of the upstream submodule for tracking updates. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe git URL of the submodule repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the submodule in .gitmodules. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe path in the superproject that this submodule is located in. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe commit revision of the subproject repository being tracked by the submodule. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Submodule.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents asubscribed
event on a given Subscribable
.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A suggestion to review a pull request based on a user's commit history and review comments.
\nName | \nDescription | \n
---|---|
| \nIs this suggestion based on past commits?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIs this suggestion based on past review comments?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the user suggested to review the pull request. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Git tag.
\nName | \nDescription | \n
---|---|
| \nAn abbreviated version of the Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git tag message. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git tag name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Repository the Git object belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDetails about the tag author. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git object the tag points to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A team of users in an organization.
\nMemberStatusable
Node
Subscribable
Name | \nDescription | \n
---|---|
| \nA list of teams that are ancestors of this team. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA URL pointing to the team's avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nList of child teams belonging to this team. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Whether to list immediate child teams or all descendant child teams. \nThe default value is \n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n\n \n\n
User logins to filter by. \n\n | \n
| \nThe slug corresponding to the organization and team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe description of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFind a team discussion by its number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The sequence number of the discussion to find. \n\n | \n
| \nA list of team discussions. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
If provided, filters discussions according to whether or not they are pinned. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n | \n
| \nThe HTTP path for team discussions. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for team discussions. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for editing this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for editing this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of pending invitations for users to this team. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nGet the status messages members of this entity have set that are either public or visible only to the organization. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for user statuses returned from the connection. \n\n | \n
| \nA list of users who are members of this team. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n\n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for the connection. \n\n\n \n\n
The search string to look for. \n\n\n \n\n
Filter by team member role. \n\n | \n
| \nThe HTTP path for the team' members. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the team' members. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path creating a new team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL creating a new team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization that owns this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe parent team of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe level of privacy the team has. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of repositories this team has access to. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for the connection. \n\n\n \n\n
The search string to look for. \n\n | \n
| \nThe HTTP path for this team's repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team's repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhat algorithm is used for review assignment for this team. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nTrue if review assignment is enabled for this team. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nHow many team members are required for review assignment for this team. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nWhen assigning team members via delegation, whether the entire team should be notified as well. \n\n\n\n\n\n \n\n\n\n\n\n\n\n\nPreview notice \n
| \n
| \nThe slug corresponding to the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team's teams. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team's teams. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nTeam is adminable by the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the viewer is able to change their subscription status for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the viewer is watching, not watching, or ignoring the subscribable entity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a team.add_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
TeamAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the team was mapped to an LDAP Group. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe team associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a team.add_repository event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
TeamAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the team was mapped to an LDAP Group. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe team associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a team.change_parent_team event.
\nAuditEntry
Node
OrganizationAuditEntryData
TeamAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the team was mapped to an LDAP Group. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe new parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the new parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the former parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe former parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the previous parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the previous parent team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe team associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Team.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A team discussion.
\nComment
Deletable
Node
Reactable
Subscribable
UniformResourceLocatable
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the discussion's team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body as Markdown. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the discussion body hash. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of comments on this discussion. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
When provided, filters the connection such that results begin with the comment with this number. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n | \n
| \nThe HTTP path for discussion comments. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for discussion comments. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the discussion is pinned. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the discussion is only visible to team members and org admins. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the discussion within its team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe HTTP path for this discussion. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe team that defines the context of this discussion. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe title of the discussion. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this discussion. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCheck if the current viewer can delete this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the current viewer can pin this discussion. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the viewer is able to change their subscription status for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies if the viewer is watching, not watching, or ignoring the subscribable entity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A comment on a team discussion.
\nComment
Deletable
Node
Reactable
UniformResourceLocatable
Updatable
UpdatableComment
Name | \nDescription | \n
---|---|
| \nThe actor who authored the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAuthor's association with the comment's team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body as Markdown. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe body rendered to text. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe current version of the body content. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was created via an email reply. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe discussion this comment is about. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited the comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if this comment was edited and includes an edit with the creation data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe moment the editor made the last edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the comment number. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies when the comment was published at. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of reactions grouped by content left on the subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of Reactions left on the Issue. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Allows filtering Reactions by emoji. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Allows specifying the order in which reactions are returned. \n\n | \n
| \nThe HTTP path for this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of edits to this content. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nCheck if the current viewer can delete this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan user react to this subject. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCheck if the current viewer can update this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReasons why the current viewer can not update this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nDid the viewer author this comment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for TeamDiscussionComment.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for TeamDiscussion.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a user who is a member of a team.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path to the organization's member access page. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL to the organization's member access page. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe role the member has on the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a team.remove_member event.
\nAuditEntry
Node
OrganizationAuditEntryData
TeamAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the team was mapped to an LDAP Group. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe team associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Audit log entry for a team.remove_repository event.
\nAuditEntry
Node
OrganizationAuditEntryData
RepositoryAuditEntryData
TeamAuditEntryData
Name | \nDescription | \n
---|---|
| \nThe action name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe IP address of the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA readable representation of the actor's location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username of the user who initiated the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the actor. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe time the action was initiated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether the team was mapped to an LDAP Group. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe corresponding operation type for the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Organization associated with the Audit Entry. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the Organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the organization. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe team associated with the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe name of the team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this team. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user affected by the action. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFor actions involving two users, the actor is the initiator and the user is the affected user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for Repository.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a team repository.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe permission level the team has on the repository \nUpcoming Change on 2020-10-01 UTC\nDescription: Type for | \n
A text match within a search result.
\nName | \nDescription | \n
---|---|
| \nThe specific text fragment within the property matched on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nHighlights within the matched fragment. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe property matched on. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a single highlight in a search result match.
\nName | \nDescription | \n
---|---|
| \nThe indice in the fragment where the matched text begins. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe indice in the fragment where the matched text ends. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe text matched. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A topic aggregates entities that are related to a subject.
\nName | \nDescription | \n
---|---|
| \nThe topic's name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of related topics, including aliases of this topic, sorted with the most relevant\nfirst. Returns up to 10 Topics. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n\n | \n
| \nReturns a count of how many stargazers there are on this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of users who have starred this starrable. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n | \n
| \nReturns a boolean indicating whether the viewing user has starred this starrable. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents atransferred
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe repository this came from. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the issue associated with the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Git tree.
\nName | \nDescription | \n
---|---|
| \nAn abbreviated version of the Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP path for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this Git object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of tree entries. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Repository the Git object belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a Git tree entry.
\nName | \nDescription | \n
---|---|
| \nThe extension of the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this tree entry is generated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nEntry file mode. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nEntry file name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nEntry file object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nEntry file Git object ID. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe full path of the file. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe Repository the tree entry belongs to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIf the TreeEntry is for a directory occupied by a submodule project, this returns the corresponding submodule. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nEntry file type. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anunassigned
event on any assignable object.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the assignable associated with the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the user or mannequin that was unassigned. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the subject (user) who was unassigned. \n\n\n\n\n\n\n\n \n\n\n\n\n\n\nDeprecation notice \n
Assignees can now be mannequins. Use the | \n
Represents an unknown signature on a Commit or Tag.
\nGitSignature
Name | \nDescription | \n
---|---|
| \nEmail used to sign this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nTrue if the signature is valid and verified by GitHub. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nPayload for GPG signing object. Raw ODB object without the signature header. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nASCII-armored signature header from object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nGitHub user corresponding to the email signing this commit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe state of this signature. | \n
| \nTrue if the signature was made with GitHub's signing key. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anunlabeled
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the label associated with the | \n
| \nIdentifies the | \n
Represents anunlocked
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject that was unlocked. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anunmarked_as_duplicate
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe authoritative issue or pull request which has been duplicated by another. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe issue or pull request which has been marked as a duplicate of another. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCanonical and duplicate belong to different repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anunpinned
event on a given issue or pull request.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the issue associated with the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents anunsubscribed
event on a given Subscribable
.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nObject referenced by event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A user is an individual's account on GitHub that owns repositories and can make new content.
\nActor
Node
PackageOwner
ProfileOwner
ProjectOwner
RepositoryOwner
Sponsorable
UniformResourceLocatable
Name | \nDescription | \n
---|---|
| \nDetermine if this repository owner has any items that can be pinned to their profile. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Filter to only a particular kind of pinnable item. \n\n | \n
| \nA URL pointing to the user's public avatar. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The size of the resulting square image. \n\n | \n
| \nThe user's public profile bio. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user's public profile bio as HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of commit comments made by this user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nThe user's public profile company. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user's public profile company as HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe collection of contributions this user has made to different repositories. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Only contributions made at this time or later will be counted. If omitted, defaults to a year ago. \n\n\n \n\n
The ID of the organization used to filter contributions. \n\n\n \n\n
Only contributions made before and up to and including this time will be\ncounted. If omitted, defaults to the current time. \n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user's publicly visible profile email. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of users the given user is followed by. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of users the given user is following. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nFind gist by repo name. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The gist name to find. \n\n | \n
| \nA list of gist comments made by this user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of the Gists the user has created. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for gists returned from the connection. \n\n\n \n\n
Filters Gists according to privacy. \n\n | \n
| \nThe hovercard information for this user in a given context. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The ID of the subject to get the hovercard in the context of. \n\n | \n
| \nWhether or not this user is a participant in the GitHub Security Bug Bounty. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this user is a participant in the GitHub Campus Experts Program. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this user is a GitHub Developer Program member. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this user is a GitHub employee. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the user has marked themselves as for hire. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this user is a site administrator. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this user is the viewing user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of issue comments made by this user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of issues associated with this user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Filtering options for issues returned from the connection. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for issues returned from the connection. \n\n\n \n\n
A list of states to filter the issues by. \n\n | \n
| \nShowcases a selection of repositories and gists that the profile owner has\neither curated or that have been selected automatically based on popularity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user's public profile location. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe username used to login. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user's public profile name. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFind an organization by its login that the user belongs to. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The login of the organization to find. \n\n | \n
| \nVerified email addresses that match verified domains for a specified organization the user is a member of. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The login of the organization to match verified domains from. \n\n | \n
| \nA list of organizations the user belongs to. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of packages under the owner. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Find packages by their names. \n\n\n \n\n
Ordering of the returned packages. \n\n\n \n\n
Filter registry package by type. \n\n\n \n\n
Find packages in a repository by ID. \n\n | \n
| \nA list of repositories and gists this profile owner can pin to their profile. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filter the types of pinnable items that are returned. \n\n | \n
| \nA list of repositories and gists this profile owner has pinned to their profile. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Filter the types of pinned items that are returned. \n\n | \n
| \nReturns how many more items this profile owner can pin to their profile. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nFind project by number. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
The project number to find. \n\n | \n
| \nA list of projects under the owner. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for projects returned from the connection. \n\n\n \n\n
Query to search projects by, currently only searching by name. \n\n\n \n\n
A list of states to filter the projects by. \n\n | \n
| \nThe HTTP path listing user's projects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL listing user's projects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of public keys associated with this user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n | \n
| \nA list of pull requests associated with this user. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
The base ref name to filter the pull requests by. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
The head ref name to filter the pull requests by. \n\n\n \n\n
A list of label names to filter the pull requests by. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for pull requests returned from the connection. \n\n\n \n\n
A list of states to filter the pull requests by. \n\n | \n
| \nA list of repositories that the user owns. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Array of viewer's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\ncurrent viewer owns. \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
If non-null, filters repositories according to whether they are forks of another repository. \n\n\n \n\n
If non-null, filters repositories according to whether they have been locked. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories returned from the connection. \n\n\n \n\n
Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns. \n\n\n \n\n
If non-null, filters repositories according to privacy. \n\n | \n
| \nA list of repositories that the user recently contributed to. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
If non-null, include only the specified types of contributions. The\nGitHub.com UI uses [COMMIT, ISSUE, PULL_REQUEST, REPOSITORY]. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
If true, include user repositories. \n\n\n \n\n
If non-null, filters repositories according to whether they have been locked. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories returned from the connection. \n\n\n \n\n
If non-null, filters repositories according to privacy. \n\n | \n
| \nFind Repository. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Name of Repository to find. \n\n | \n
| \nThe HTTP path for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nReplies this user has saved. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
The field to order saved replies by. \n\n | \n
| \nThe GitHub Sponsors listing for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThis object's sponsorships as the maintainer. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Whether or not to include private sponsorships in the result set. \nThe default value is \n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer. \n\n | \n
| \nThis object's sponsorships as the sponsor. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer. \n\n | \n
| \nRepositories the user has starred. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Order for connection. \n\n\n \n\n
Filters starred repositories to only return repositories owned by the viewer. \n\n | \n
| \nThe user's description of what they're currently doing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nRepositories the user has contributed to, ordered by contribution rank, plus repositories the user has created. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories returned from the connection. \n\n\n \n\n
How far back in time to fetch contributed repositories. \n\n | \n
| \nThe user's Twitter username. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe HTTP URL for this user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the viewer pin repositories and gists to the profile?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nCan the current viewer create new projects on this owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not the viewer is able to follow the user. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether or not this user is followed by the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of repositories the given user is watching. \n\n\n\n\n\n\n\n\n\n\n\n \n\n\nArguments \n\n\n \n\n
Affiliation options for repositories returned from the connection. If none\nspecified, the results will include repositories for which the current\nviewer is an owner or collaborator, or member. \n\n\n \n\n
Returns the elements in the list that come after the specified cursor. \n\n\n \n\n
Returns the elements in the list that come before the specified cursor. \n\n\n \n\n
Returns the first n elements from the list. \n\n\n \n\n
If non-null, filters repositories according to whether they have been locked. \n\n\n \n\n
Returns the last n elements from the list. \n\n\n \n\n
Ordering options for repositories returned from the connection. \n\n\n \n\n
Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns. \n\n\n \n\n
If non-null, filters repositories according to privacy. \n\n | \n
| \nA URL pointing to the user's public website/blog. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents auser_blocked
event on a given user.
Node
Name | \nDescription | \n
---|---|
| \nIdentifies the actor who performed the event. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nNumber of days that the user was blocked for. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who was blocked. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for User.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edit on user content.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was deleted. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who deleted this content. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA summary of the changes for this edit. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhen this content was edited. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe actor who edited this content. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A list of edits to content.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Represents a user.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Email attributes from External Identity.
\nName | \nDescription | \n
---|---|
| \nBoolean to identify primary emails. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nType of email. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nEmail id. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The user's description of what they're currently doing.
\nNode
Name | \nDescription | \n
---|---|
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn emoji summarizing the user's status. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe status emoji as HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIf set, the status will not be shown after this date. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nID of the object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nWhether this status indicates the user is not fully available on GitHub. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA brief message describing what the user is doing. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe organization whose members can see this status. If null, this status is publicly visible. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe user who has this status. \n\n\n\n\n\n\n\n\n\n\n\n | \n
The connection type for UserStatus.
\nName | \nDescription | \n
---|---|
| \nA list of edges. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nA list of nodes. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nInformation to aid in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the total count of items in the connection. \n\n\n\n\n\n\n\n\n\n\n\n | \n
An edge in a connection.
\nName | \nDescription | \n
---|---|
| \nA cursor for use in pagination. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nThe item at the end of the edge. \n\n\n\n\n\n\n\n\n\n\n\n | \n
A hovercard context with a message describing how the viewer is related.
\nHovercardContext
Name | \nDescription | \n
---|---|
| \nA string describing this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nAn octicon to accompany this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
| \nIdentifies the user who is related to this context. \n\n\n\n\n\n\n\n\n\n\n\n | \n
Sets the action execution capability setting for an enterprise.
", - "inputFields": [ - { - "name": "input", - "type": "UpdateEnterpriseActionExecutionCapabilitySettingInput!", - "id": "updateenterpriseactionexecutioncapabilitysettinginput", - "kind": "input-objects", - "href": "/graphql/reference/input-objects#updateenterpriseactionexecutioncapabilitysettinginput" - } - ], - "returnFields": [ - { - "name": "clientMutationId", - "type": "String", - "id": "string", - "kind": "scalars", - "href": "/graphql/reference/scalars#string", - "description": "A unique identifier for the client performing the mutation.
" - }, - { - "name": "enterprise", - "type": "Enterprise", - "id": "enterprise", - "kind": "objects", - "href": "/graphql/reference/objects#enterprise", - "description": "The enterprise with the updated action execution capability setting.
" - }, - { - "name": "message", - "type": "String", - "id": "string", - "kind": "scalars", - "href": "/graphql/reference/scalars#string", - "description": "A message confirming the result of updating the action execution capability setting.
" - } - ] - }, { "name": "updateEnterpriseAdministratorRole", "kind": "mutations", @@ -13992,66 +13950,6 @@ "href": "/graphql/reference/objects#enterpriseownerinfo", "description": "Enterprise information only visible to enterprise owners.
", "fields": [ - { - "name": "actionExecutionCapabilitySettingOrganizations", - "description": "A list of enterprise organizations configured with the provided action execution capabilities setting value.
", - "type": "OrganizationConnection!", - "id": "organizationconnection", - "kind": "objects", - "href": "/graphql/reference/objects#organizationconnection", - "arguments": [ - { - "name": "after", - "description": "Returns the elements in the list that come after the specified cursor.
", - "type": { - "name": "String", - "id": "string", - "kind": "scalars", - "href": "/graphql/reference/scalars#string" - } - }, - { - "name": "before", - "description": "Returns the elements in the list that come before the specified cursor.
", - "type": { - "name": "String", - "id": "string", - "kind": "scalars", - "href": "/graphql/reference/scalars#string" - } - }, - { - "name": "first", - "description": "Returns the first n elements from the list.
", - "type": { - "name": "Int", - "id": "int", - "kind": "scalars", - "href": "/graphql/reference/scalars#int" - } - }, - { - "name": "last", - "description": "Returns the last n elements from the list.
", - "type": { - "name": "Int", - "id": "int", - "kind": "scalars", - "href": "/graphql/reference/scalars#int" - } - }, - { - "name": "orderBy", - "description": "Ordering options for organizations with this setting.
", - "type": { - "name": "OrganizationOrder", - "id": "organizationorder", - "kind": "input-objects", - "href": "/graphql/reference/input-objects#organizationorder" - } - } - ] - }, { "name": "admins", "description": "A list of all of the administrators for this enterprise.
", @@ -56813,31 +56711,6 @@ } ], "enums": [ - { - "name": "ActionExecutionCapabilitySetting", - "kind": "enums", - "id": "actionexecutioncapabilitysetting", - "href": "/graphql/reference/enums#actionexecutioncapabilitysetting", - "description": "The possible capabilities for action executions setting.
", - "values": [ - { - "name": "ALL_ACTIONS", - "description": "All action executions are enabled.
" - }, - { - "name": "DISABLED", - "description": "All action executions are disabled.
" - }, - { - "name": "LOCAL_ACTIONS_ONLY", - "description": "Only actions defined within the repo are allowed.
" - }, - { - "name": "NO_POLICY", - "description": "Organization administrators action execution capabilities.
" - } - ] - }, { "name": "AuditLogOrderField", "kind": "enums", @@ -67358,40 +67231,6 @@ } ] }, - { - "name": "UpdateEnterpriseActionExecutionCapabilitySettingInput", - "kind": "inputObjects", - "id": "updateenterpriseactionexecutioncapabilitysettinginput", - "href": "/graphql/reference/input-objects#updateenterpriseactionexecutioncapabilitysettinginput", - "description": "Autogenerated input type of UpdateEnterpriseActionExecutionCapabilitySetting.
", - "inputFields": [ - { - "name": "capability", - "description": "The value for the action execution capability setting on the enterprise.
", - "type": "ActionExecutionCapabilitySetting!", - "id": "actionexecutioncapabilitysetting", - "kind": "enums", - "href": "/graphql/reference/enums#actionexecutioncapabilitysetting" - }, - { - "name": "clientMutationId", - "description": "A unique identifier for the client performing the mutation.
", - "type": "String", - "id": "string", - "kind": "scalars", - "href": "/graphql/reference/scalars#string" - }, - { - "name": "enterpriseId", - "description": "The ID of the enterprise on which to set the members can create repositories setting.
", - "type": "ID!", - "id": "id", - "kind": "scalars", - "href": "/graphql/reference/scalars#id", - "isDeprecated": false - } - ] - }, { "name": "UpdateEnterpriseAdministratorRoleInput", "kind": "inputObjects",