OrganizationRepositoryProviderGitHub
diff --git a/pages/apis/graphql/schemas/interface/repositoryprovider.md b/pages/apis/graphql/schemas/interface/repositoryprovider.md
index c1b7d53bc0d..d176bd511e0 100644
--- a/pages/apis/graphql/schemas/interface/repositoryprovider.md
+++ b/pages/apis/graphql/schemas/interface/repositoryprovider.md
@@ -53,9 +53,6 @@ toc: false
RepositoryProviderCodebase
-
- RepositoryProviderCursorOrigin
-
RepositoryProviderGithub
diff --git a/pages/apis/graphql/schemas/interface/repositoryprovidersettings.md b/pages/apis/graphql/schemas/interface/repositoryprovidersettings.md
index 7ae71d1615d..d31e38d36cf 100644
--- a/pages/apis/graphql/schemas/interface/repositoryprovidersettings.md
+++ b/pages/apis/graphql/schemas/interface/repositoryprovidersettings.md
@@ -53,9 +53,6 @@ toc: false
RepositoryProviderCodebaseSettings
-
- RepositoryProviderCursorOriginSettings
-
RepositoryProviderGitHubEnterpriseSettings
diff --git a/pages/apis/graphql/schemas/object/organizationrepositoryprovidercursororigin.md b/pages/apis/graphql/schemas/object/organizationrepositoryprovidercursororigin.md
deleted file mode 100644
index 713006492db..00000000000
--- a/pages/apis/graphql/schemas/object/organizationrepositoryprovidercursororigin.md
+++ /dev/null
@@ -1,50 +0,0 @@
----
-# _____ ____ _ _ ____ _______ ______ _____ _____ _______
-# | __ / __ | | |/ __ __ __| | ____| __ _ _|__ __|
-# | | | | | | | | | | | | | | | | |__ | | | || | | |
-# | | | | | | | | . ` | | | | | | | __| | | | || | | |
-# | |__| | |__| | | | | |__| | | | | |____| |__| || |_ | |
-# |_____/ ____/ |_| _|____/ |_| |______|_____/_____| |_|
-# This file is auto-generated by script/generate_graphql_api_content.sh,
-# please build the schema.graphql by running `rails graphql:update_reference_schema`
-# with https://github.com/buildkite/buildkite/,
-# replace the content in data/schema.graphql
-# and run the generation script `./scripts/generate-graphql-api-content.sh`.
-
-title: OrganizationRepositoryProviderCursorOrigin – Objects – GraphQL API
-toc: false
----
-
-
- OrganizationRepositoryProviderCursorOrigin
- OBJECT
-
-
-
-
-Origin installation associated with this organization
-
-
-
-
- Fields
- |
-
-
- The ID of the provider |
The name of the OrganizationRepositoryProvider |
-
-
-
-
-
-
-
Interfaces
-
diff --git a/pages/apis/graphql/schemas/object/repositoryprovidercursororigin.md b/pages/apis/graphql/schemas/object/repositoryprovidercursororigin.md
deleted file mode 100644
index 9a36085bf0c..00000000000
--- a/pages/apis/graphql/schemas/object/repositoryprovidercursororigin.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-# _____ ____ _ _ ____ _______ ______ _____ _____ _______
-# | __ / __ | | |/ __ __ __| | ____| __ _ _|__ __|
-# | | | | | | | | | | | | | | | | |__ | | | || | | |
-# | | | | | | | | . ` | | | | | | | __| | | | || | | |
-# | |__| | |__| | | | | |__| | | | | |____| |__| || |_ | |
-# |_____/ ____/ |_| _|____/ |_| |______|_____/_____| |_|
-# This file is auto-generated by script/generate_graphql_api_content.sh,
-# please build the schema.graphql by running `rails graphql:update_reference_schema`
-# with https://github.com/buildkite/buildkite/,
-# replace the content in data/schema.graphql
-# and run the generation script `./scripts/generate-graphql-api-content.sh`.
-
-title: RepositoryProviderCursorOrigin – Objects – GraphQL API
-toc: false
----
-
-
- RepositoryProviderCursorOrigin
- OBJECT
-
-
-
-
-A pipeline's repository is being provided by Origin
-
-
-
-
- Fields
- |
-
-
- The name of the provider |
The repository’s provider settings |
This URL to the provider’s web interface |
The URL to use when setting up webhooks from the provider to trigger Buildkite builds |
-
-
-
-
-
-
-
Interfaces
-
diff --git a/pages/apis/graphql/schemas/object/repositoryprovidercursororiginsettings.md b/pages/apis/graphql/schemas/object/repositoryprovidercursororiginsettings.md
deleted file mode 100644
index b9e9a7f41ae..00000000000
--- a/pages/apis/graphql/schemas/object/repositoryprovidercursororiginsettings.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-# _____ ____ _ _ ____ _______ ______ _____ _____ _______
-# | __ / __ | | |/ __ __ __| | ____| __ _ _|__ __|
-# | | | | | | | | | | | | | | | | |__ | | | || | | |
-# | | | | | | | | . ` | | | | | | | __| | | | || | | |
-# | |__| | |__| | | | | |__| | | | | |____| |__| || |_ | |
-# |_____/ ____/ |_| _|____/ |_| |______|_____/_____| |_|
-# This file is auto-generated by script/generate_graphql_api_content.sh,
-# please build the schema.graphql by running `rails graphql:update_reference_schema`
-# with https://github.com/buildkite/buildkite/,
-# replace the content in data/schema.graphql
-# and run the generation script `./scripts/generate-graphql-api-content.sh`.
-
-title: RepositoryProviderCursorOriginSettings – Objects – GraphQL API
-toc: false
----
-
-
- RepositoryProviderCursorOriginSettings
- OBJECT
-
-
-
-
-Settings for an Origin repository
-
-
-
-
- Fields
- |
-
-
- Whether to create builds when branches are pushed. |
buildPullRequestsBoolean!
Whether to create builds for commits that are part of a pull request. |
Whether to create builds when tags are pushed. |
filterConditionString
The conditions under which this pipeline will trigger a build. |
Whether the filter is enabled |
publishCommitStatusBoolean!
Whether to publish build results to Origin as a check run. |
-
-
-
-
-
-
-
Interfaces
-
diff --git a/pages/apis/graphql/schemas/union/auditsubjectnode.md b/pages/apis/graphql/schemas/union/auditsubjectnode.md
index 03517ca6c66..ef273d30e2e 100644
--- a/pages/apis/graphql/schemas/union/auditsubjectnode.md
+++ b/pages/apis/graphql/schemas/union/auditsubjectnode.md
@@ -106,9 +106,6 @@ Kinds of subjects which can have audit events performed on them
OrganizationMember
-
- OrganizationRepositoryProviderCursorOrigin
-
OrganizationRepositoryProviderGitHub