Skip to content

Commit 4e579a1

Browse files
authored
Merge pull request #28989 from github/graphql-schema-update
GraphQL schema update
2 parents 5333951 + 5fe96cb commit 4e579a1

File tree

5 files changed

+0
-4751
lines changed

5 files changed

+0
-4751
lines changed

lib/graphql/static/prerendered-input-objects.json

-1,055
Large diffs are not rendered by default.

lib/graphql/static/prerendered-mutations.json

-749
Large diffs are not rendered by default.

lib/graphql/static/prerendered-objects.json

-2,663
Large diffs are not rendered by default.

lib/graphql/static/previews.json

-142
Original file line numberDiff line numberDiff line change
@@ -839,148 +839,6 @@
839839
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
840840
}
841841
],
842-
"ghes-3.1": [
843-
{
844-
"title": "Access to package version deletion preview",
845-
"description": "This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.",
846-
"toggled_by": "package-deletes-preview",
847-
"toggled_on": [
848-
"Mutation.deletePackageVersion"
849-
],
850-
"owning_teams": [
851-
"@github/pe-package-registry"
852-
],
853-
"accept_header": "application/vnd.github.package-deletes-preview+json",
854-
"href": "/graphql/overview/schema-previews#access-to-package-version-deletion-preview"
855-
},
856-
{
857-
"title": "Deployments preview",
858-
"description": "This preview adds support for deployments mutations and new deployments features.",
859-
"toggled_by": "flash-preview",
860-
"toggled_on": [
861-
"DeploymentStatus.environment",
862-
"Mutation.createDeploymentStatus",
863-
"Mutation.createDeployment"
864-
],
865-
"owning_teams": [
866-
"@github/ecosystem-api"
867-
],
868-
"accept_header": "application/vnd.github.flash-preview+json",
869-
"href": "/graphql/overview/schema-previews#deployments-preview"
870-
},
871-
{
872-
"title": "Merge info preview",
873-
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
874-
"toggled_by": "merge-info-preview",
875-
"toggled_on": [
876-
"PullRequest.canBeRebased",
877-
"PullRequest.mergeStateStatus"
878-
],
879-
"owning_teams": [
880-
"@github/pe-pull-requests"
881-
],
882-
"accept_header": "application/vnd.github.merge-info-preview+json",
883-
"href": "/graphql/overview/schema-previews#merge-info-preview"
884-
},
885-
{
886-
"title": "Update refs preview",
887-
"description": "This preview adds support for updating multiple refs in a single operation.",
888-
"toggled_by": "update-refs-preview",
889-
"toggled_on": [
890-
"Mutation.updateRefs",
891-
"GitRefname",
892-
"RefUpdate"
893-
],
894-
"owning_teams": [
895-
"@github/reponauts"
896-
],
897-
"accept_header": "application/vnd.github.update-refs-preview+json",
898-
"href": "/graphql/overview/schema-previews#update-refs-preview"
899-
},
900-
{
901-
"title": "Project event details preview",
902-
"description": "This preview adds project, project card, and project column details to project-related issue events.",
903-
"toggled_by": "starfox-preview",
904-
"toggled_on": [
905-
"AddedToProjectEvent.project",
906-
"AddedToProjectEvent.projectCard",
907-
"AddedToProjectEvent.projectColumnName",
908-
"ConvertedNoteToIssueEvent.project",
909-
"ConvertedNoteToIssueEvent.projectCard",
910-
"ConvertedNoteToIssueEvent.projectColumnName",
911-
"MovedColumnsInProjectEvent.project",
912-
"MovedColumnsInProjectEvent.projectCard",
913-
"MovedColumnsInProjectEvent.projectColumnName",
914-
"MovedColumnsInProjectEvent.previousProjectColumnName",
915-
"RemovedFromProjectEvent.project",
916-
"RemovedFromProjectEvent.projectColumnName"
917-
],
918-
"owning_teams": [
919-
"@github/github-projects"
920-
],
921-
"accept_header": "application/vnd.github.starfox-preview+json",
922-
"href": "/graphql/overview/schema-previews#project-event-details-preview"
923-
},
924-
{
925-
"title": "Create content attachments preview",
926-
"description": "This preview adds support for creating content attachments.",
927-
"toggled_by": "corsair-preview",
928-
"toggled_on": [
929-
"Mutation.createContentAttachment"
930-
],
931-
"owning_teams": [
932-
"@github/feature-lifecycle"
933-
],
934-
"accept_header": "application/vnd.github.corsair-preview+json",
935-
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
936-
},
937-
{
938-
"title": "Labels preview",
939-
"description": "This preview adds support for adding, updating, creating and deleting labels.",
940-
"toggled_by": "bane-preview",
941-
"toggled_on": [
942-
"Mutation.createLabel",
943-
"Mutation.deleteLabel",
944-
"Mutation.updateLabel"
945-
],
946-
"owning_teams": [
947-
"@github/pe-pull-requests"
948-
],
949-
"accept_header": "application/vnd.github.bane-preview+json",
950-
"href": "/graphql/overview/schema-previews#labels-preview"
951-
},
952-
{
953-
"title": "Import project preview",
954-
"description": "This preview adds support for importing projects.",
955-
"toggled_by": "slothette-preview",
956-
"toggled_on": [
957-
"Mutation.importProject"
958-
],
959-
"owning_teams": [
960-
"@github/pe-issues-projects"
961-
],
962-
"accept_header": "application/vnd.github.slothette-preview+json",
963-
"href": "/graphql/overview/schema-previews#import-project-preview"
964-
},
965-
{
966-
"title": "Team review assignments preview",
967-
"description": "This preview adds support for updating the settings for team review assignment.",
968-
"toggled_by": "stone-crop-preview",
969-
"toggled_on": [
970-
"Mutation.updateTeamReviewAssignment",
971-
"TeamReviewAssignmentAlgorithm",
972-
"Team.reviewRequestDelegationEnabled",
973-
"Team.reviewRequestDelegationAlgorithm",
974-
"Team.reviewRequestDelegationMemberCount",
975-
"Team.reviewRequestDelegationNotifyTeam"
976-
],
977-
"owning_teams": [
978-
"@github/pe-pull-requests"
979-
],
980-
"accept_header": "application/vnd.github.stone-crop-preview+json",
981-
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
982-
}
983-
],
984842
"ghae": [
985843
{
986844
"title": "Access to package version deletion preview",

lib/graphql/static/upcoming-changes.json

-142
Original file line numberDiff line numberDiff line change
@@ -3473,148 +3473,6 @@
34733473
}
34743474
]
34753475
},
3476-
"ghes-3.1": {
3477-
"2021-01-01": [
3478-
{
3479-
"location": "MergeStateStatus.DRAFT",
3480-
"description": "<p><code>DRAFT</code> will be removed. Use PullRequest.isDraft instead.</p>",
3481-
"reason": "<p>DRAFT state will be removed from this enum and <code>isDraft</code> should be used instead</p>",
3482-
"date": "2021-01-01",
3483-
"criticality": "breaking",
3484-
"owner": "nplasterer"
3485-
},
3486-
{
3487-
"location": "EnterprisePendingCollaboratorEdge.isUnlicensed",
3488-
"description": "<p><code>isUnlicensed</code> will be removed.</p>",
3489-
"reason": "<p>All pending collaborators consume a license</p>",
3490-
"date": "2021-01-01",
3491-
"criticality": "breaking",
3492-
"owner": "BrentWheeldon"
3493-
},
3494-
{
3495-
"location": "EnterpriseOutsideCollaboratorEdge.isUnlicensed",
3496-
"description": "<p><code>isUnlicensed</code> will be removed.</p>",
3497-
"reason": "<p>All outside collaborators consume a license</p>",
3498-
"date": "2021-01-01",
3499-
"criticality": "breaking",
3500-
"owner": "BrentWheeldon"
3501-
},
3502-
{
3503-
"location": "EnterpriseMemberEdge.isUnlicensed",
3504-
"description": "<p><code>isUnlicensed</code> will be removed.</p>",
3505-
"reason": "<p>All members consume a license</p>",
3506-
"date": "2021-01-01",
3507-
"criticality": "breaking",
3508-
"owner": "BrentWheeldon"
3509-
}
3510-
],
3511-
"2020-10-01": [
3512-
{
3513-
"location": "Sponsorship.sponsor",
3514-
"description": "<p><code>sponsor</code> will be removed. Use <code>Sponsorship.sponsorEntity</code> instead.</p>",
3515-
"reason": "<p><code>Sponsorship.sponsor</code> will be removed.</p>",
3516-
"date": "2020-10-01",
3517-
"criticality": "breaking",
3518-
"owner": "nholden"
3519-
},
3520-
{
3521-
"location": "RepositoryInvitationOrderField.INVITEE_LOGIN",
3522-
"description": "<p><code>INVITEE_LOGIN</code> will be removed.</p>",
3523-
"reason": "<p><code>INVITEE_LOGIN</code> is no longer a valid field value. Repository invitations can now be associated with an email, not only an invitee.</p>",
3524-
"date": "2020-10-01",
3525-
"criticality": "breaking",
3526-
"owner": "jdennes"
3527-
},
3528-
{
3529-
"location": "PullRequest.timeline",
3530-
"description": "<p><code>timeline</code> will be removed. Use PullRequest.timelineItems instead.</p>",
3531-
"reason": "<p><code>timeline</code> will be removed</p>",
3532-
"date": "2020-10-01",
3533-
"criticality": "breaking",
3534-
"owner": "mikesea"
3535-
},
3536-
{
3537-
"location": "Issue.timeline",
3538-
"description": "<p><code>timeline</code> will be removed. Use Issue.timelineItems instead.</p>",
3539-
"reason": "<p><code>timeline</code> will be removed</p>",
3540-
"date": "2020-10-01",
3541-
"criticality": "breaking",
3542-
"owner": "mikesea"
3543-
},
3544-
{
3545-
"location": "EnterpriseOwnerInfo.pendingCollaborators",
3546-
"description": "<p><code>pendingCollaborators</code> will be removed. Use the <code>pendingCollaboratorInvitations</code> field instead.</p>",
3547-
"reason": "<p>Repository invitations can now be associated with an email, not only an invitee.</p>",
3548-
"date": "2020-10-01",
3549-
"criticality": "breaking",
3550-
"owner": "jdennes"
3551-
}
3552-
],
3553-
"2020-07-01": [
3554-
{
3555-
"location": "EnterprisePendingMemberInvitationEdge.isUnlicensed",
3556-
"description": "<p><code>isUnlicensed</code> will be removed.</p>",
3557-
"reason": "<p>All pending members consume a license</p>",
3558-
"date": "2020-07-01",
3559-
"criticality": "breaking",
3560-
"owner": "BrentWheeldon"
3561-
}
3562-
],
3563-
"2020-04-01": [
3564-
{
3565-
"location": "Sponsorship.maintainer",
3566-
"description": "<p><code>maintainer</code> will be removed. Use <code>Sponsorship.sponsorable</code> instead.</p>",
3567-
"reason": "<p><code>Sponsorship.maintainer</code> will be removed.</p>",
3568-
"date": "2020-04-01",
3569-
"criticality": "breaking",
3570-
"owner": "antn"
3571-
}
3572-
],
3573-
"2020-01-01": [
3574-
{
3575-
"location": "UnassignedEvent.user",
3576-
"description": "<p><code>user</code> will be removed. Use the <code>assignee</code> field instead.</p>",
3577-
"reason": "<p>Assignees can now be mannequins.</p>",
3578-
"date": "2020-01-01",
3579-
"criticality": "breaking",
3580-
"owner": "tambling"
3581-
},
3582-
{
3583-
"location": "EnterpriseBillingInfo.seats",
3584-
"description": "<p><code>seats</code> will be removed. Use EnterpriseBillingInfo.totalLicenses instead.</p>",
3585-
"reason": "<p><code>seats</code> will be replaced with <code>totalLicenses</code> to provide more clarity on the value being returned</p>",
3586-
"date": "2020-01-01",
3587-
"criticality": "breaking",
3588-
"owner": "BlakeWilliams"
3589-
},
3590-
{
3591-
"location": "EnterpriseBillingInfo.availableSeats",
3592-
"description": "<p><code>availableSeats</code> will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses instead.</p>",
3593-
"reason": "<p><code>availableSeats</code> will be replaced with <code>totalAvailableLicenses</code> to provide more clarity on the value being returned</p>",
3594-
"date": "2020-01-01",
3595-
"criticality": "breaking",
3596-
"owner": "BlakeWilliams"
3597-
},
3598-
{
3599-
"location": "AssignedEvent.user",
3600-
"description": "<p><code>user</code> will be removed. Use the <code>assignee</code> field instead.</p>",
3601-
"reason": "<p>Assignees can now be mannequins.</p>",
3602-
"date": "2020-01-01",
3603-
"criticality": "breaking",
3604-
"owner": "tambling"
3605-
}
3606-
],
3607-
"2019-04-01": [
3608-
{
3609-
"location": "LegacyMigration.uploadUrlTemplate",
3610-
"description": "<p><code>uploadUrlTemplate</code> will be removed. Use <code>uploadUrl</code> instead.</p>",
3611-
"reason": "<p><code>uploadUrlTemplate</code> is being removed because it is not a standard URL and adds an extra user step.</p>",
3612-
"date": "2019-04-01",
3613-
"criticality": "breaking",
3614-
"owner": "tambling"
3615-
}
3616-
]
3617-
},
36183476
"ghae": {
36193477
"2022-10-01": [
36203478
{

0 commit comments

Comments
 (0)