1327 lines
48 KiB
JSON
1327 lines
48 KiB
JSON
{
|
|
"dotcom": [
|
|
{
|
|
"title": "Access to package version deletion preview",
|
|
"description": "This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.",
|
|
"toggled_by": "package-deletes-preview",
|
|
"toggled_on": [
|
|
"Mutation.deletePackageVersion"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-package-registry"
|
|
],
|
|
"accept_header": "application/vnd.github.package-deletes-preview+json",
|
|
"href": "/graphql/overview/schema-previews#access-to-package-version-deletion-preview"
|
|
},
|
|
{
|
|
"title": "Deployments preview",
|
|
"description": "This preview adds support for deployments mutations and new deployments features.",
|
|
"toggled_by": "flash-preview",
|
|
"toggled_on": [
|
|
"DeploymentStatus.environment",
|
|
"Mutation.createDeploymentStatus",
|
|
"Mutation.createDeployment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ecosystem-api"
|
|
],
|
|
"accept_header": "application/vnd.github.flash-preview+json",
|
|
"href": "/graphql/overview/schema-previews#deployments-preview"
|
|
},
|
|
{
|
|
"title": "Merge info preview",
|
|
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
|
|
"toggled_by": "merge-info-preview",
|
|
"toggled_on": [
|
|
"PullRequest.canBeRebased",
|
|
"PullRequest.mergeStateStatus"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.merge-info-preview+json",
|
|
"href": "/graphql/overview/schema-previews#merge-info-preview"
|
|
},
|
|
{
|
|
"title": "Update refs preview",
|
|
"description": "This preview adds support for updating multiple refs in a single operation.",
|
|
"toggled_by": "update-refs-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateRefs",
|
|
"GitRefname",
|
|
"RefUpdate"
|
|
],
|
|
"owning_teams": [
|
|
"@github/reponauts"
|
|
],
|
|
"accept_header": "application/vnd.github.update-refs-preview+json",
|
|
"href": "/graphql/overview/schema-previews#update-refs-preview"
|
|
},
|
|
{
|
|
"title": "Access to a repositories dependency graph preview",
|
|
"description": "This preview adds support for reading a dependency graph for a repository.",
|
|
"toggled_by": "hawkgirl-preview",
|
|
"toggled_on": [
|
|
"DependencyGraphManifest",
|
|
"Repository.dependencyGraphManifests",
|
|
"DependencyGraphManifestEdge",
|
|
"DependencyGraphManifestConnection",
|
|
"DependencyGraphDependency",
|
|
"DependencyGraphDependencyEdge",
|
|
"DependencyGraphDependencyConnection",
|
|
"DependencyGraphPackageRelease.dependencies"
|
|
],
|
|
"owning_teams": [
|
|
"@github/dsp-dependency-graph"
|
|
],
|
|
"accept_header": "application/vnd.github.hawkgirl-preview+json",
|
|
"href": "/graphql/overview/schema-previews#access-to-a-repositories-dependency-graph-preview"
|
|
},
|
|
{
|
|
"title": "Project event details preview",
|
|
"description": "This preview adds project, project card, and project column details to project-related issue events.",
|
|
"toggled_by": "starfox-preview",
|
|
"toggled_on": [
|
|
"AddedToProjectEvent.project",
|
|
"AddedToProjectEvent.projectCard",
|
|
"AddedToProjectEvent.projectColumnName",
|
|
"ConvertedNoteToIssueEvent.project",
|
|
"ConvertedNoteToIssueEvent.projectCard",
|
|
"ConvertedNoteToIssueEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.project",
|
|
"MovedColumnsInProjectEvent.projectCard",
|
|
"MovedColumnsInProjectEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.previousProjectColumnName",
|
|
"RemovedFromProjectEvent.project",
|
|
"RemovedFromProjectEvent.projectColumnName"
|
|
],
|
|
"owning_teams": [
|
|
"@github/github-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.starfox-preview+json",
|
|
"href": "/graphql/overview/schema-previews#project-event-details-preview"
|
|
},
|
|
{
|
|
"title": "Create content attachments preview",
|
|
"description": "This preview adds support for creating content attachments.",
|
|
"toggled_by": "corsair-preview",
|
|
"toggled_on": [
|
|
"Mutation.createContentAttachment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ce-extensibility"
|
|
],
|
|
"accept_header": "application/vnd.github.corsair-preview+json",
|
|
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
|
|
},
|
|
{
|
|
"title": "Pinned issues preview",
|
|
"description": "This preview adds support for pinned issues.",
|
|
"toggled_by": "elektra-preview",
|
|
"toggled_on": [
|
|
"Repository.pinnedIssues",
|
|
"PinnedIssue",
|
|
"PinnedIssueEdge",
|
|
"PinnedIssueConnection",
|
|
"Mutation.pinIssue",
|
|
"Mutation.unpinIssue"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.elektra-preview+json",
|
|
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
|
},
|
|
{
|
|
"title": "Labels preview",
|
|
"description": "This preview adds support for adding, updating, creating and deleting labels.",
|
|
"toggled_by": "bane-preview",
|
|
"toggled_on": [
|
|
"Mutation.createLabel",
|
|
"Mutation.deleteLabel",
|
|
"Mutation.updateLabel"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.bane-preview+json",
|
|
"href": "/graphql/overview/schema-previews#labels-preview"
|
|
},
|
|
{
|
|
"title": "Import project preview",
|
|
"description": "This preview adds support for importing projects.",
|
|
"toggled_by": "slothette-preview",
|
|
"toggled_on": [
|
|
"Mutation.importProject"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-issues-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.slothette-preview+json",
|
|
"href": "/graphql/overview/schema-previews#import-project-preview"
|
|
},
|
|
{
|
|
"title": "Team review assignments preview",
|
|
"description": "This preview adds support for updating the settings for team review assignment.",
|
|
"toggled_by": "stone-crop-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateTeamReviewAssignment",
|
|
"TeamReviewAssignmentAlgorithm",
|
|
"Team.reviewRequestDelegationEnabled",
|
|
"Team.reviewRequestDelegationAlgorithm",
|
|
"Team.reviewRequestDelegationMemberCount",
|
|
"Team.reviewRequestDelegationNotifyTeam"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.stone-crop-preview+json",
|
|
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
|
|
}
|
|
],
|
|
"ghes-2.22": [
|
|
{
|
|
"title": "Access to package version deletion preview",
|
|
"description": "This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.",
|
|
"toggled_by": "package-deletes-preview",
|
|
"toggled_on": [
|
|
"Mutation.deletePackageVersion"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-package-registry"
|
|
],
|
|
"accept_header": "application/vnd.github.package-deletes-preview+json",
|
|
"href": "/graphql/overview/schema-previews#access-to-package-version-deletion-preview"
|
|
},
|
|
{
|
|
"title": "Deployments preview",
|
|
"description": "This preview adds support for deployments mutations and new deployments features.",
|
|
"toggled_by": "flash-preview",
|
|
"toggled_on": [
|
|
"DeploymentStatus.environment",
|
|
"Mutation.createDeploymentStatus",
|
|
"Mutation.createDeployment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ecosystem-api"
|
|
],
|
|
"accept_header": "application/vnd.github.flash-preview+json",
|
|
"href": "/graphql/overview/schema-previews#deployments-preview"
|
|
},
|
|
{
|
|
"title": "Checks preview",
|
|
"description": "This preview adds support for reading checks created by GitHub Apps.",
|
|
"toggled_by": "antiope-preview",
|
|
"toggled_on": [
|
|
"CheckAnnotationRange",
|
|
"CheckAnnotationPosition",
|
|
"CheckAnnotationSpan",
|
|
"CheckAnnotation",
|
|
"CheckAnnotationConnection.nodes",
|
|
"CheckAnnotationData",
|
|
"CheckAnnotationEdge.node",
|
|
"CheckAnnotationLevel",
|
|
"CheckConclusionState",
|
|
"CheckStatusState",
|
|
"CheckSuiteAutoTriggerPreference",
|
|
"CheckRun",
|
|
"CheckRunConnection.nodes",
|
|
"CheckRunEdge.node",
|
|
"CheckRunAction",
|
|
"CheckRunFilter",
|
|
"CheckRunOutput",
|
|
"CheckRunOutputImage",
|
|
"CheckRunType",
|
|
"CheckSuite",
|
|
"CheckSuiteConnection.nodes",
|
|
"CheckSuiteEdge.node",
|
|
"CheckSuiteFilter",
|
|
"Commit.checkSuites",
|
|
"Mutation.createCheckRun",
|
|
"Mutation.createCheckSuite",
|
|
"Mutation.rerequestCheckSuite",
|
|
"Mutation.updateCheckRun",
|
|
"Mutation.updateCheckSuitePreferences",
|
|
"Push",
|
|
"RequestableCheckStatusState",
|
|
"UpdateCheckSuitePayload.checkSuite"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ce-extensibility"
|
|
],
|
|
"accept_header": "application/vnd.github.antiope-preview+json",
|
|
"href": "/graphql/overview/schema-previews#checks-preview"
|
|
},
|
|
{
|
|
"title": "Merge info preview",
|
|
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
|
|
"toggled_by": "merge-info-preview",
|
|
"toggled_on": [
|
|
"PullRequest.canBeRebased",
|
|
"PullRequest.mergeStateStatus"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.merge-info-preview+json",
|
|
"href": "/graphql/overview/schema-previews#merge-info-preview"
|
|
},
|
|
{
|
|
"title": "Update refs preview",
|
|
"description": "This preview adds support for updating multiple refs in a single operation.",
|
|
"toggled_by": "update-refs-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateRefs",
|
|
"GitRefname",
|
|
"RefUpdate"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-repos"
|
|
],
|
|
"accept_header": "application/vnd.github.update-refs-preview+json",
|
|
"href": "/graphql/overview/schema-previews#update-refs-preview"
|
|
},
|
|
{
|
|
"title": "Project event details preview",
|
|
"description": "This preview adds project, project card, and project column details to project-related issue events.",
|
|
"toggled_by": "starfox-preview",
|
|
"toggled_on": [
|
|
"AddedToProjectEvent.project",
|
|
"AddedToProjectEvent.projectCard",
|
|
"AddedToProjectEvent.projectColumnName",
|
|
"ConvertedNoteToIssueEvent.project",
|
|
"ConvertedNoteToIssueEvent.projectCard",
|
|
"ConvertedNoteToIssueEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.project",
|
|
"MovedColumnsInProjectEvent.projectCard",
|
|
"MovedColumnsInProjectEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.previousProjectColumnName",
|
|
"RemovedFromProjectEvent.project",
|
|
"RemovedFromProjectEvent.projectColumnName"
|
|
],
|
|
"owning_teams": [
|
|
"@github/github-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.starfox-preview+json",
|
|
"href": "/graphql/overview/schema-previews#project-event-details-preview"
|
|
},
|
|
{
|
|
"title": "Create content attachments preview",
|
|
"description": "This preview adds support for creating content attachments.",
|
|
"toggled_by": "corsair-preview",
|
|
"toggled_on": [
|
|
"Mutation.createContentAttachment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ce-extensibility"
|
|
],
|
|
"accept_header": "application/vnd.github.corsair-preview+json",
|
|
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
|
|
},
|
|
{
|
|
"title": "Pinned issues preview",
|
|
"description": "This preview adds support for pinned issues.",
|
|
"toggled_by": "elektra-preview",
|
|
"toggled_on": [
|
|
"Repository.pinnedIssues",
|
|
"PinnedIssue",
|
|
"PinnedIssueEdge",
|
|
"PinnedIssueConnection",
|
|
"Mutation.pinIssue",
|
|
"Mutation.unpinIssue"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.elektra-preview+json",
|
|
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
|
},
|
|
{
|
|
"title": "Labels preview",
|
|
"description": "This preview adds support for adding, updating, creating and deleting labels.",
|
|
"toggled_by": "bane-preview",
|
|
"toggled_on": [
|
|
"Mutation.createLabel",
|
|
"Mutation.deleteLabel",
|
|
"Mutation.updateLabel"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.bane-preview+json",
|
|
"href": "/graphql/overview/schema-previews#labels-preview"
|
|
},
|
|
{
|
|
"title": "Import project preview",
|
|
"description": "This preview adds support for importing projects.",
|
|
"toggled_by": "slothette-preview",
|
|
"toggled_on": [
|
|
"Mutation.importProject"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-issues-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.slothette-preview+json",
|
|
"href": "/graphql/overview/schema-previews#import-project-preview"
|
|
},
|
|
{
|
|
"title": "Team review assignments preview",
|
|
"description": "This preview adds support for updating the settings for team review assignment.",
|
|
"toggled_by": "stone-crop-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateTeamReviewAssignment",
|
|
"TeamReviewAssignmentAlgorithm",
|
|
"Team.reviewRequestDelegationEnabled",
|
|
"Team.reviewRequestDelegationAlgorithm",
|
|
"Team.reviewRequestDelegationMemberCount",
|
|
"Team.reviewRequestDelegationNotifyTeam"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.stone-crop-preview+json",
|
|
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
|
|
}
|
|
],
|
|
"ghes-2.21": [
|
|
{
|
|
"title": "Access to package version deletion preview",
|
|
"description": "This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.",
|
|
"toggled_by": "package-deletes-preview",
|
|
"toggled_on": [
|
|
"Mutation.deletePackageVersion",
|
|
"RegistryPackageVersion.deleted"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-package-registry"
|
|
],
|
|
"accept_header": "application/vnd.github.package-deletes-preview+json",
|
|
"href": "/graphql/overview/schema-previews#access-to-package-version-deletion-preview"
|
|
},
|
|
{
|
|
"title": "GitHub packages preview",
|
|
"description": "This preview adds support for objects relating to GitHub Packages.",
|
|
"toggled_by": "packages-preview",
|
|
"toggled_on": [
|
|
"Package",
|
|
"PackageFile",
|
|
"PackageFileOrder",
|
|
"PackageFileOrderField",
|
|
"PackageOrder",
|
|
"PackageOrderField",
|
|
"PackageOwner",
|
|
"PackageStatistics",
|
|
"PackageTag",
|
|
"PackageVersion",
|
|
"PackageVersionOrder",
|
|
"PackageVersionOrderField",
|
|
"PackageVersionStatistics",
|
|
"Organization.packages",
|
|
"PackageMetadatum.packageVersion",
|
|
"Repository.packages",
|
|
"User.packages",
|
|
"PackageConnection.nodes",
|
|
"PackageFileConnection.nodes",
|
|
"PackageTagConnection.nodes",
|
|
"PackageVersionConnection.nodes",
|
|
"PackageEdge.node",
|
|
"PackageFileEdge.node",
|
|
"PackageTagEdge.node",
|
|
"PackageVersionEdge.node",
|
|
"CreatePackageVersionPayload.packageVersion",
|
|
"UpdatePackageVersionPayload.packageVersion",
|
|
"CreatePackageFilePayload.packageFile",
|
|
"UpdatePackageFilePayload.packageFile",
|
|
"CreatePackageVersionMetadataPayload.packageVersion",
|
|
"AddPackageTagPayload.package",
|
|
"DeletePackageTagPayload.package"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-package-registry"
|
|
],
|
|
"accept_header": "application/vnd.github.packages-preview+json",
|
|
"href": "/graphql/overview/schema-previews#github-packages-preview"
|
|
},
|
|
{
|
|
"title": "Deployments preview",
|
|
"description": "This preview adds support for deployments mutations and new deployments features.",
|
|
"toggled_by": "flash-preview",
|
|
"toggled_on": [
|
|
"DeploymentStatus.environment",
|
|
"Mutation.createDeploymentStatus",
|
|
"Mutation.createDeployment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ecosystem-api"
|
|
],
|
|
"accept_header": "application/vnd.github.flash-preview+json",
|
|
"href": "/graphql/overview/schema-previews#deployments-preview"
|
|
},
|
|
{
|
|
"title": "Checks preview",
|
|
"description": "This preview adds support for reading checks created by GitHub Apps.",
|
|
"toggled_by": "antiope-preview",
|
|
"toggled_on": [
|
|
"CheckAnnotationRange",
|
|
"CheckAnnotationPosition",
|
|
"CheckAnnotationSpan",
|
|
"CheckAnnotation",
|
|
"CheckAnnotationConnection.nodes",
|
|
"CheckAnnotationData",
|
|
"CheckAnnotationEdge.node",
|
|
"CheckAnnotationLevel",
|
|
"CheckConclusionState",
|
|
"CheckStatusState",
|
|
"CheckSuiteAutoTriggerPreference",
|
|
"CheckRun",
|
|
"CheckRunConnection.nodes",
|
|
"CheckRunEdge.node",
|
|
"CheckRunAction",
|
|
"CheckRunFilter",
|
|
"CheckRunOutput",
|
|
"CheckRunOutputImage",
|
|
"CheckRunType",
|
|
"CheckSuite",
|
|
"CheckSuiteConnection.nodes",
|
|
"CheckSuiteEdge.node",
|
|
"CheckSuiteFilter",
|
|
"Commit.checkSuites",
|
|
"Mutation.createCheckRun",
|
|
"Mutation.createCheckSuite",
|
|
"Mutation.rerequestCheckSuite",
|
|
"Mutation.updateCheckRun",
|
|
"Mutation.updateCheckSuitePreferences",
|
|
"Push",
|
|
"RequestableCheckStatusState",
|
|
"UpdateCheckSuitePayload.checkSuite"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ce-extensibility"
|
|
],
|
|
"accept_header": "application/vnd.github.antiope-preview+json",
|
|
"href": "/graphql/overview/schema-previews#checks-preview"
|
|
},
|
|
{
|
|
"title": "Merge info preview",
|
|
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
|
|
"toggled_by": "merge-info-preview",
|
|
"toggled_on": [
|
|
"PullRequest.canBeRebased",
|
|
"PullRequest.mergeStateStatus"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.merge-info-preview+json",
|
|
"href": "/graphql/overview/schema-previews#merge-info-preview"
|
|
},
|
|
{
|
|
"title": "Update refs preview",
|
|
"description": "This preview adds support for updating multiple refs in a single operation.",
|
|
"toggled_by": "update-refs-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateRefs",
|
|
"GitRefname",
|
|
"RefUpdate"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-repos"
|
|
],
|
|
"accept_header": "application/vnd.github.update-refs-preview+json",
|
|
"href": "/graphql/overview/schema-previews#update-refs-preview"
|
|
},
|
|
{
|
|
"title": "Project event details preview",
|
|
"description": "This preview adds project, project card, and project column details to project-related issue events.",
|
|
"toggled_by": "starfox-preview",
|
|
"toggled_on": [
|
|
"AddedToProjectEvent.project",
|
|
"AddedToProjectEvent.projectCard",
|
|
"AddedToProjectEvent.projectColumnName",
|
|
"ConvertedNoteToIssueEvent.project",
|
|
"ConvertedNoteToIssueEvent.projectCard",
|
|
"ConvertedNoteToIssueEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.project",
|
|
"MovedColumnsInProjectEvent.projectCard",
|
|
"MovedColumnsInProjectEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.previousProjectColumnName",
|
|
"RemovedFromProjectEvent.project",
|
|
"RemovedFromProjectEvent.projectColumnName"
|
|
],
|
|
"owning_teams": [
|
|
"@github/github-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.starfox-preview+json",
|
|
"href": "/graphql/overview/schema-previews#project-event-details-preview"
|
|
},
|
|
{
|
|
"title": "Create content attachments preview",
|
|
"description": "This preview adds support for creating content attachments.",
|
|
"toggled_by": "corsair-preview",
|
|
"toggled_on": [
|
|
"Mutation.createContentAttachment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ce-extensibility"
|
|
],
|
|
"accept_header": "application/vnd.github.corsair-preview+json",
|
|
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
|
|
},
|
|
{
|
|
"title": "Pinned issues preview",
|
|
"description": "This preview adds support for pinned issues.",
|
|
"toggled_by": "elektra-preview",
|
|
"toggled_on": [
|
|
"Repository.pinnedIssues",
|
|
"PinnedIssue",
|
|
"PinnedIssueEdge",
|
|
"PinnedIssueConnection",
|
|
"Mutation.pinIssue",
|
|
"Mutation.unpinIssue"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.elektra-preview+json",
|
|
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
|
},
|
|
{
|
|
"title": "Labels preview",
|
|
"description": "This preview adds support for adding, updating, creating and deleting labels.",
|
|
"toggled_by": "bane-preview",
|
|
"toggled_on": [
|
|
"Mutation.createLabel",
|
|
"Mutation.deleteLabel",
|
|
"Mutation.updateLabel"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.bane-preview+json",
|
|
"href": "/graphql/overview/schema-previews#labels-preview"
|
|
},
|
|
{
|
|
"title": "Import project preview",
|
|
"description": "This preview adds support for importing projects.",
|
|
"toggled_by": "slothette-preview",
|
|
"toggled_on": [
|
|
"Mutation.importProject"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-issues-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.slothette-preview+json",
|
|
"href": "/graphql/overview/schema-previews#import-project-preview"
|
|
},
|
|
{
|
|
"title": "Team review assignments preview",
|
|
"description": "This preview adds support for updating the settings for team review assignment.",
|
|
"toggled_by": "stone-crop-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateTeamReviewAssignment",
|
|
"TeamReviewAssignmentAlgorithm",
|
|
"Team.reviewRequestDelegationEnabled",
|
|
"Team.reviewRequestDelegationAlgorithm",
|
|
"Team.reviewRequestDelegationMemberCount",
|
|
"Team.reviewRequestDelegationNotifyTeam"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.stone-crop-preview+json",
|
|
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
|
|
}
|
|
],
|
|
"ghes-2.20": [
|
|
{
|
|
"title": "GitHub packages preview",
|
|
"description": "This preview adds support for objects relating to GitHub Packages.",
|
|
"toggled_by": "packages-preview",
|
|
"toggled_on": [
|
|
"Package",
|
|
"PackageFile",
|
|
"PackageFileOrder",
|
|
"PackageFileOrderField",
|
|
"PackageOrder",
|
|
"PackageOrderField",
|
|
"PackageOwner",
|
|
"PackageStatistics",
|
|
"PackageTag",
|
|
"PackageVersion",
|
|
"PackageVersionOrder",
|
|
"PackageVersionOrderField",
|
|
"PackageVersionStatistics",
|
|
"Organization.packages",
|
|
"PackageMetadatum.packageVersion",
|
|
"Repository.packages",
|
|
"User.packages",
|
|
"PackageConnection.nodes",
|
|
"PackageFileConnection.nodes",
|
|
"PackageTagConnection.nodes",
|
|
"PackageVersionConnection.nodes",
|
|
"PackageEdge.node",
|
|
"PackageFileEdge.node",
|
|
"PackageTagEdge.node",
|
|
"PackageVersionEdge.node",
|
|
"CreateRegistryPackageFilePayload.packageFile",
|
|
"CreateRegistryPackageVersionMetadataPayload.packageVersion",
|
|
"CreateRegistryPackageVersionPayload.packageVersion",
|
|
"DeleteRegistryPackagePayload.package",
|
|
"DeleteRegistryPackageTagPayload.package",
|
|
"SetRegistryPackageTagPayload.package",
|
|
"UpdateRegistryPackageFilePayload.packageFile",
|
|
"UpdateRegistryPackageVersionPayload.packageVersion",
|
|
"CreatePackageVersionPayload.packageVersion",
|
|
"UpdatePackageVersionPayload.packageVersion",
|
|
"CreatePackageFilePayload.packageFile",
|
|
"UpdatePackageFilePayload.packageFile",
|
|
"CreatePackageVersionMetadataPayload.packageVersion",
|
|
"AddPackageTagPayload.package",
|
|
"DeletePackageTagPayload.package"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-package-registry"
|
|
],
|
|
"accept_header": "application/vnd.github.packages-preview+json",
|
|
"href": "/graphql/overview/schema-previews#github-packages-preview"
|
|
},
|
|
{
|
|
"title": "Deployments preview",
|
|
"description": "This preview adds support for deployments mutations and new deployments features.",
|
|
"toggled_by": "flash-preview",
|
|
"toggled_on": [
|
|
"DeploymentStatus.environment",
|
|
"Mutation.createDeploymentStatus",
|
|
"Mutation.createDeployment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ecosystem-api"
|
|
],
|
|
"accept_header": "application/vnd.github.flash-preview+json",
|
|
"href": "/graphql/overview/schema-previews#deployments-preview"
|
|
},
|
|
{
|
|
"title": "Draft pull requests preview",
|
|
"description": "This preview adds support for draft pull requests.",
|
|
"toggled_by": "shadow-cat-preview",
|
|
"toggled_on": [
|
|
"Mutation.markPullRequestReadyForReview",
|
|
"CreatePullRequestInput.draft",
|
|
"PullRequest.isDraft"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.shadow-cat-preview+json",
|
|
"href": "/graphql/overview/schema-previews#draft-pull-requests-preview"
|
|
},
|
|
{
|
|
"title": "Checks preview",
|
|
"description": "This preview adds support for reading checks created by GitHub Apps.",
|
|
"toggled_by": "antiope-preview",
|
|
"toggled_on": [
|
|
"CheckAnnotationRange",
|
|
"CheckAnnotationPosition",
|
|
"CheckAnnotationSpan",
|
|
"CheckAnnotation",
|
|
"CheckAnnotationConnection.nodes",
|
|
"CheckAnnotationData",
|
|
"CheckAnnotationEdge.node",
|
|
"CheckAnnotationLevel",
|
|
"CheckConclusionState",
|
|
"CheckStatusState",
|
|
"CheckSuiteAutoTriggerPreference",
|
|
"CheckRun",
|
|
"CheckRunConnection.nodes",
|
|
"CheckRunEdge.node",
|
|
"CheckRunAction",
|
|
"CheckRunFilter",
|
|
"CheckRunOutput",
|
|
"CheckRunOutputImage",
|
|
"CheckRunType",
|
|
"CheckSuite",
|
|
"CheckSuiteConnection.nodes",
|
|
"CheckSuiteEdge.node",
|
|
"CheckSuiteFilter",
|
|
"Commit.checkSuites",
|
|
"Mutation.createCheckRun",
|
|
"Mutation.createCheckSuite",
|
|
"Mutation.rerequestCheckSuite",
|
|
"Mutation.updateCheckRun",
|
|
"Mutation.updateCheckSuitePreferences",
|
|
"Push",
|
|
"RequestableCheckStatusState",
|
|
"UpdateCheckSuitePayload.checkSuite"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ecosystem-primitives"
|
|
],
|
|
"accept_header": "application/vnd.github.antiope-preview+json",
|
|
"href": "/graphql/overview/schema-previews#checks-preview"
|
|
},
|
|
{
|
|
"title": "Merge info preview",
|
|
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
|
|
"toggled_by": "merge-info-preview",
|
|
"toggled_on": [
|
|
"PullRequest.canBeRebased",
|
|
"PullRequest.mergeStateStatus"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.merge-info-preview+json",
|
|
"href": "/graphql/overview/schema-previews#merge-info-preview"
|
|
},
|
|
{
|
|
"title": "Update refs preview",
|
|
"description": "This preview adds support for updating multiple refs in a single operation.",
|
|
"toggled_by": "update-refs-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateRefs",
|
|
"GitRefname",
|
|
"RefUpdate"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-repos"
|
|
],
|
|
"accept_header": "application/vnd.github.update-refs-preview+json",
|
|
"href": "/graphql/overview/schema-previews#update-refs-preview"
|
|
},
|
|
{
|
|
"title": "Project event details preview",
|
|
"description": "This preview adds project, project card, and project column details to project-related issue events.",
|
|
"toggled_by": "starfox-preview",
|
|
"toggled_on": [
|
|
"AddedToProjectEvent.project",
|
|
"AddedToProjectEvent.projectCard",
|
|
"AddedToProjectEvent.projectColumnName",
|
|
"ConvertedNoteToIssueEvent.project",
|
|
"ConvertedNoteToIssueEvent.projectCard",
|
|
"ConvertedNoteToIssueEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.project",
|
|
"MovedColumnsInProjectEvent.projectCard",
|
|
"MovedColumnsInProjectEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.previousProjectColumnName",
|
|
"RemovedFromProjectEvent.project",
|
|
"RemovedFromProjectEvent.projectColumnName"
|
|
],
|
|
"owning_teams": [
|
|
"@github/github-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.starfox-preview+json",
|
|
"href": "/graphql/overview/schema-previews#project-event-details-preview"
|
|
},
|
|
{
|
|
"title": "Minimize comments preview",
|
|
"description": "This preview adds support for minimizing comments on issues, pull requests, commits, and gists.",
|
|
"toggled_by": "queen-beryl-preview",
|
|
"toggled_on": [
|
|
"Mutation.minimizeComment",
|
|
"Mutation.unminimizeComment",
|
|
"Minimizable"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ce-community-and-safety"
|
|
],
|
|
"accept_header": "application/vnd.github.queen-beryl-preview+json",
|
|
"href": "/graphql/overview/schema-previews#minimize-comments-preview"
|
|
},
|
|
{
|
|
"title": "Create content attachments preview",
|
|
"description": "This preview adds support for creating content attachments.",
|
|
"toggled_by": "corsair-preview",
|
|
"toggled_on": [
|
|
"Mutation.createContentAttachment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ecosystem-primitives"
|
|
],
|
|
"accept_header": "application/vnd.github.corsair-preview+json",
|
|
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
|
|
},
|
|
{
|
|
"title": "Pinned issues preview",
|
|
"description": "This preview adds support for pinned issues.",
|
|
"toggled_by": "elektra-preview",
|
|
"toggled_on": [
|
|
"Repository.pinnedIssues",
|
|
"PinnedIssue",
|
|
"PinnedIssueEdge",
|
|
"PinnedIssueConnection",
|
|
"Mutation.pinIssue",
|
|
"Mutation.unpinIssue"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.elektra-preview+json",
|
|
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
|
},
|
|
{
|
|
"title": "Labels preview",
|
|
"description": "This preview adds support for adding, updating, creating and deleting labels.",
|
|
"toggled_by": "bane-preview",
|
|
"toggled_on": [
|
|
"Mutation.createLabel",
|
|
"Mutation.deleteLabel",
|
|
"Mutation.updateLabel"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.bane-preview+json",
|
|
"href": "/graphql/overview/schema-previews#labels-preview"
|
|
},
|
|
{
|
|
"title": "Import project preview",
|
|
"description": "This preview adds support for importing projects.",
|
|
"toggled_by": "slothette-preview",
|
|
"toggled_on": [
|
|
"Mutation.importProject"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-issues-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.slothette-preview+json",
|
|
"href": "/graphql/overview/schema-previews#import-project-preview"
|
|
},
|
|
{
|
|
"title": "Multi line comments preview",
|
|
"description": "This preview adds support for blob-positioned and multi-line comments.",
|
|
"toggled_by": "comfort-fade-preview",
|
|
"toggled_on": [
|
|
"Mutation.addPullRequestReviewThread",
|
|
"AddPullRequestReviewInput.threads",
|
|
"DiffSide",
|
|
"PullRequestReviewThread.startLine",
|
|
"PullRequestReviewThread.originalStartLine",
|
|
"PullRequestReviewThread.startDiffSide",
|
|
"PullRequestReviewThread.line",
|
|
"PullRequestReviewThread.originalLine",
|
|
"PullRequestReviewThread.diffSide"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.comfort-fade-preview+json",
|
|
"href": "/graphql/overview/schema-previews#multi-line-comments-preview"
|
|
},
|
|
{
|
|
"title": "Team review assignments preview",
|
|
"description": "This preview adds support for updating the settings for team review assignment.",
|
|
"toggled_by": "stone-crop-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateTeamReviewAssignment",
|
|
"TeamReviewAssignmentAlgorithm",
|
|
"Team.reviewRequestDelegationEnabled",
|
|
"Team.reviewRequestDelegationAlgorithm",
|
|
"Team.reviewRequestDelegationMemberCount",
|
|
"Team.reviewRequestDelegationNotifyTeam"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.stone-crop-preview+json",
|
|
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
|
|
}
|
|
],
|
|
"ghes-2.19": [
|
|
{
|
|
"title": "Deployments preview",
|
|
"description": "This preview adds support for deployments mutations and new deployments features.",
|
|
"toggled_by": "flash-preview",
|
|
"toggled_on": [
|
|
"DeploymentStatus.environment",
|
|
"Mutation.createDeploymentStatus",
|
|
"Mutation.createDeployment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ecosystem-api"
|
|
],
|
|
"accept_header": "application/vnd.github.flash-preview+json",
|
|
"href": "/graphql/overview/schema-previews#deployments-preview"
|
|
},
|
|
{
|
|
"title": "Draft pull requests preview",
|
|
"description": "This preview adds support for draft pull requests.",
|
|
"toggled_by": "shadow-cat-preview",
|
|
"toggled_on": [
|
|
"Mutation.markPullRequestReadyForReview",
|
|
"CreatePullRequestInput.draft",
|
|
"PullRequest.isDraft"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.shadow-cat-preview+json",
|
|
"href": "/graphql/overview/schema-previews#draft-pull-requests-preview"
|
|
},
|
|
{
|
|
"title": "Checks preview",
|
|
"description": "This preview adds support for reading checks created by GitHub Apps.",
|
|
"toggled_by": "antiope-preview",
|
|
"toggled_on": [
|
|
"CheckAnnotationRange",
|
|
"CheckAnnotationPosition",
|
|
"CheckAnnotationSpan",
|
|
"CheckAnnotation",
|
|
"CheckAnnotationConnection.nodes",
|
|
"CheckAnnotationData",
|
|
"CheckAnnotationEdge.node",
|
|
"CheckAnnotationLevel",
|
|
"CheckConclusionState",
|
|
"CheckStatusState",
|
|
"CheckSuiteAutoTriggerPreference",
|
|
"CheckRun",
|
|
"CheckRunConnection.nodes",
|
|
"CheckRunEdge.node",
|
|
"CheckRunAction",
|
|
"CheckRunFilter",
|
|
"CheckRunOutput",
|
|
"CheckRunOutputImage",
|
|
"CheckRunType",
|
|
"CheckSuite",
|
|
"CheckSuiteConnection.nodes",
|
|
"CheckSuiteEdge.node",
|
|
"CheckSuiteFilter",
|
|
"Commit.checkSuites",
|
|
"Mutation.createCheckRun",
|
|
"Mutation.createCheckSuite",
|
|
"Mutation.rerequestCheckSuite",
|
|
"Mutation.updateCheckRun",
|
|
"Mutation.updateCheckSuitePreferences",
|
|
"Push",
|
|
"RequestableCheckStatusState",
|
|
"UpdateCheckSuitePayload.checkSuite"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ecosystem-primitives"
|
|
],
|
|
"accept_header": "application/vnd.github.antiope-preview+json",
|
|
"href": "/graphql/overview/schema-previews#checks-preview"
|
|
},
|
|
{
|
|
"title": "Merge info preview",
|
|
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
|
|
"toggled_by": "merge-info-preview",
|
|
"toggled_on": [
|
|
"PullRequest.canBeRebased",
|
|
"PullRequest.mergeStateStatus"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.merge-info-preview+json",
|
|
"href": "/graphql/overview/schema-previews#merge-info-preview"
|
|
},
|
|
{
|
|
"title": "Repository vulnerability alerts preview",
|
|
"description": "This preview adds support for viewing vulnerability alerts for a repository.",
|
|
"toggled_by": "vixen-preview",
|
|
"toggled_on": [
|
|
"RepositoryVulnerabilityAlert",
|
|
"Repository.vulnerabilityAlerts",
|
|
"RepositoryVulnerabilityAlertConnection",
|
|
"RepositoryVulnerabilityAlertEdge"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ee-security-workflows"
|
|
],
|
|
"accept_header": "application/vnd.github.vixen-preview+json",
|
|
"href": "/graphql/overview/schema-previews#repository-vulnerability-alerts-preview"
|
|
},
|
|
{
|
|
"title": "Temporary cloning token for private repositories preview",
|
|
"description": "This preview adds support for accessing a temporary token field for cloning private repositories.",
|
|
"toggled_by": "daredevil-preview",
|
|
"toggled_on": [
|
|
"Repository.tempCloneToken"
|
|
],
|
|
"owning_teams": [
|
|
"@github/experience-engineering-work"
|
|
],
|
|
"accept_header": "application/vnd.github.daredevil-preview+json",
|
|
"href": "/graphql/overview/schema-previews#temporary-cloning-token-for-private-repositories-preview"
|
|
},
|
|
{
|
|
"title": "Project event details preview",
|
|
"description": "This preview adds project, project card, and project column details to project-related issue events.",
|
|
"toggled_by": "starfox-preview",
|
|
"toggled_on": [
|
|
"AddedToProjectEvent.project",
|
|
"AddedToProjectEvent.projectCard",
|
|
"AddedToProjectEvent.projectColumnName",
|
|
"ConvertedNoteToIssueEvent.project",
|
|
"ConvertedNoteToIssueEvent.projectCard",
|
|
"ConvertedNoteToIssueEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.project",
|
|
"MovedColumnsInProjectEvent.projectCard",
|
|
"MovedColumnsInProjectEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.previousProjectColumnName",
|
|
"RemovedFromProjectEvent.project",
|
|
"RemovedFromProjectEvent.projectColumnName"
|
|
],
|
|
"owning_teams": [
|
|
"@github/github-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.starfox-preview+json",
|
|
"href": "/graphql/overview/schema-previews#project-event-details-preview"
|
|
},
|
|
{
|
|
"title": "Minimize comments preview",
|
|
"description": "This preview adds support for minimizing comments on issues, pull requests, commits, and gists.",
|
|
"toggled_by": "queen-beryl-preview",
|
|
"toggled_on": [
|
|
"Mutation.minimizeComment",
|
|
"Mutation.unminimizeComment",
|
|
"Minimizable"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ce-community-and-safety"
|
|
],
|
|
"accept_header": "application/vnd.github.queen-beryl-preview+json",
|
|
"href": "/graphql/overview/schema-previews#minimize-comments-preview"
|
|
},
|
|
{
|
|
"title": "Create content attachments preview",
|
|
"description": "This preview adds support for creating content attachments.",
|
|
"toggled_by": "corsair-preview",
|
|
"toggled_on": [
|
|
"Mutation.createContentAttachment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ecosystem-primitives"
|
|
],
|
|
"accept_header": "application/vnd.github.corsair-preview+json",
|
|
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
|
|
},
|
|
{
|
|
"title": "Pinned issues preview",
|
|
"description": "This preview adds support for pinned issues.",
|
|
"toggled_by": "elektra-preview",
|
|
"toggled_on": [
|
|
"Repository.pinnedIssues",
|
|
"PinnedIssue",
|
|
"PinnedIssueEdge",
|
|
"PinnedIssueConnection",
|
|
"Mutation.pinIssue",
|
|
"Mutation.unpinIssue"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.elektra-preview+json",
|
|
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
|
},
|
|
{
|
|
"title": "Labels preview",
|
|
"description": "This preview adds support for adding, updating, creating and deleting labels.",
|
|
"toggled_by": "bane-preview",
|
|
"toggled_on": [
|
|
"Mutation.createLabel",
|
|
"Mutation.deleteLabel",
|
|
"Mutation.updateLabel"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.bane-preview+json",
|
|
"href": "/graphql/overview/schema-previews#labels-preview"
|
|
},
|
|
{
|
|
"title": "Import project preview",
|
|
"description": "This preview adds support for importing projects.",
|
|
"toggled_by": "slothette-preview",
|
|
"toggled_on": [
|
|
"Mutation.importProject"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-issues-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.slothette-preview+json",
|
|
"href": "/graphql/overview/schema-previews#import-project-preview"
|
|
},
|
|
{
|
|
"title": "Multi line comments preview",
|
|
"description": "This preview adds support for blob-positioned and multi-line comments.",
|
|
"toggled_by": "comfort-fade-preview",
|
|
"toggled_on": [
|
|
"Mutation.addPullRequestReviewThread",
|
|
"AddPullRequestReviewInput.threads",
|
|
"DiffSide",
|
|
"PullRequestReviewThread.startLine",
|
|
"PullRequestReviewThread.originalStartLine",
|
|
"PullRequestReviewThread.startDiffSide",
|
|
"PullRequestReviewThread.line",
|
|
"PullRequestReviewThread.originalLine",
|
|
"PullRequestReviewThread.diffSide"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.comfort-fade-preview+json",
|
|
"href": "/graphql/overview/schema-previews#multi-line-comments-preview"
|
|
}
|
|
],
|
|
"ghae": [
|
|
{
|
|
"title": "Access to package version deletion preview",
|
|
"description": "This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.",
|
|
"toggled_by": "package-deletes-preview",
|
|
"toggled_on": [
|
|
"Mutation.deletePackageVersion"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-package-registry"
|
|
],
|
|
"accept_header": "application/vnd.github.package-deletes-preview+json",
|
|
"href": "/graphql/overview/schema-previews#access-to-package-version-deletion-preview"
|
|
},
|
|
{
|
|
"title": "Deployments preview",
|
|
"description": "This preview adds support for deployments mutations and new deployments features.",
|
|
"toggled_by": "flash-preview",
|
|
"toggled_on": [
|
|
"DeploymentStatus.environment",
|
|
"Mutation.createDeploymentStatus",
|
|
"Mutation.createDeployment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ecosystem-api"
|
|
],
|
|
"accept_header": "application/vnd.github.flash-preview+json",
|
|
"href": "/graphql/overview/schema-previews#deployments-preview"
|
|
},
|
|
{
|
|
"title": "Merge info preview",
|
|
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
|
|
"toggled_by": "merge-info-preview",
|
|
"toggled_on": [
|
|
"PullRequest.canBeRebased",
|
|
"PullRequest.mergeStateStatus"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.merge-info-preview+json",
|
|
"href": "/graphql/overview/schema-previews#merge-info-preview"
|
|
},
|
|
{
|
|
"title": "Update refs preview",
|
|
"description": "This preview adds support for updating multiple refs in a single operation.",
|
|
"toggled_by": "update-refs-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateRefs",
|
|
"GitRefname",
|
|
"RefUpdate"
|
|
],
|
|
"owning_teams": [
|
|
"@github/reponauts"
|
|
],
|
|
"accept_header": "application/vnd.github.update-refs-preview+json",
|
|
"href": "/graphql/overview/schema-previews#update-refs-preview"
|
|
},
|
|
{
|
|
"title": "Project event details preview",
|
|
"description": "This preview adds project, project card, and project column details to project-related issue events.",
|
|
"toggled_by": "starfox-preview",
|
|
"toggled_on": [
|
|
"AddedToProjectEvent.project",
|
|
"AddedToProjectEvent.projectCard",
|
|
"AddedToProjectEvent.projectColumnName",
|
|
"ConvertedNoteToIssueEvent.project",
|
|
"ConvertedNoteToIssueEvent.projectCard",
|
|
"ConvertedNoteToIssueEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.project",
|
|
"MovedColumnsInProjectEvent.projectCard",
|
|
"MovedColumnsInProjectEvent.projectColumnName",
|
|
"MovedColumnsInProjectEvent.previousProjectColumnName",
|
|
"RemovedFromProjectEvent.project",
|
|
"RemovedFromProjectEvent.projectColumnName"
|
|
],
|
|
"owning_teams": [
|
|
"@github/github-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.starfox-preview+json",
|
|
"href": "/graphql/overview/schema-previews#project-event-details-preview"
|
|
},
|
|
{
|
|
"title": "Create content attachments preview",
|
|
"description": "This preview adds support for creating content attachments.",
|
|
"toggled_by": "corsair-preview",
|
|
"toggled_on": [
|
|
"Mutation.createContentAttachment"
|
|
],
|
|
"owning_teams": [
|
|
"@github/ce-extensibility"
|
|
],
|
|
"accept_header": "application/vnd.github.corsair-preview+json",
|
|
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
|
|
},
|
|
{
|
|
"title": "Pinned issues preview",
|
|
"description": "This preview adds support for pinned issues.",
|
|
"toggled_by": "elektra-preview",
|
|
"toggled_on": [
|
|
"Repository.pinnedIssues",
|
|
"PinnedIssue",
|
|
"PinnedIssueEdge",
|
|
"PinnedIssueConnection",
|
|
"Mutation.pinIssue",
|
|
"Mutation.unpinIssue"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.elektra-preview+json",
|
|
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
|
|
},
|
|
{
|
|
"title": "Labels preview",
|
|
"description": "This preview adds support for adding, updating, creating and deleting labels.",
|
|
"toggled_by": "bane-preview",
|
|
"toggled_on": [
|
|
"Mutation.createLabel",
|
|
"Mutation.deleteLabel",
|
|
"Mutation.updateLabel"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.bane-preview+json",
|
|
"href": "/graphql/overview/schema-previews#labels-preview"
|
|
},
|
|
{
|
|
"title": "Import project preview",
|
|
"description": "This preview adds support for importing projects.",
|
|
"toggled_by": "slothette-preview",
|
|
"toggled_on": [
|
|
"Mutation.importProject"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-issues-projects"
|
|
],
|
|
"accept_header": "application/vnd.github.slothette-preview+json",
|
|
"href": "/graphql/overview/schema-previews#import-project-preview"
|
|
},
|
|
{
|
|
"title": "Team review assignments preview",
|
|
"description": "This preview adds support for updating the settings for team review assignment.",
|
|
"toggled_by": "stone-crop-preview",
|
|
"toggled_on": [
|
|
"Mutation.updateTeamReviewAssignment",
|
|
"TeamReviewAssignmentAlgorithm",
|
|
"Team.reviewRequestDelegationEnabled",
|
|
"Team.reviewRequestDelegationAlgorithm",
|
|
"Team.reviewRequestDelegationMemberCount",
|
|
"Team.reviewRequestDelegationNotifyTeam"
|
|
],
|
|
"owning_teams": [
|
|
"@github/pe-pull-requests"
|
|
],
|
|
"accept_header": "application/vnd.github.stone-crop-preview+json",
|
|
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
|
|
}
|
|
]
|
|
} |