|
774 | 774 | "href": "/graphql/overview/schema-previews#team-review-assignments-preview" |
775 | 775 | } |
776 | 776 | ], |
777 | | - "ghes-2.20": [ |
778 | | - { |
779 | | - "title": "GitHub packages preview", |
780 | | - "description": "This preview adds support for objects relating to GitHub Packages.", |
781 | | - "toggled_by": "packages-preview", |
782 | | - "toggled_on": [ |
783 | | - "Package", |
784 | | - "PackageFile", |
785 | | - "PackageFileOrder", |
786 | | - "PackageFileOrderField", |
787 | | - "PackageOrder", |
788 | | - "PackageOrderField", |
789 | | - "PackageOwner", |
790 | | - "PackageStatistics", |
791 | | - "PackageTag", |
792 | | - "PackageVersion", |
793 | | - "PackageVersionOrder", |
794 | | - "PackageVersionOrderField", |
795 | | - "PackageVersionStatistics", |
796 | | - "Organization.packages", |
797 | | - "PackageMetadatum.packageVersion", |
798 | | - "Repository.packages", |
799 | | - "User.packages", |
800 | | - "PackageConnection.nodes", |
801 | | - "PackageFileConnection.nodes", |
802 | | - "PackageTagConnection.nodes", |
803 | | - "PackageVersionConnection.nodes", |
804 | | - "PackageEdge.node", |
805 | | - "PackageFileEdge.node", |
806 | | - "PackageTagEdge.node", |
807 | | - "PackageVersionEdge.node", |
808 | | - "CreateRegistryPackageFilePayload.packageFile", |
809 | | - "CreateRegistryPackageVersionMetadataPayload.packageVersion", |
810 | | - "CreateRegistryPackageVersionPayload.packageVersion", |
811 | | - "DeleteRegistryPackagePayload.package", |
812 | | - "DeleteRegistryPackageTagPayload.package", |
813 | | - "SetRegistryPackageTagPayload.package", |
814 | | - "UpdateRegistryPackageFilePayload.packageFile", |
815 | | - "UpdateRegistryPackageVersionPayload.packageVersion", |
816 | | - "CreatePackageVersionPayload.packageVersion", |
817 | | - "UpdatePackageVersionPayload.packageVersion", |
818 | | - "CreatePackageFilePayload.packageFile", |
819 | | - "UpdatePackageFilePayload.packageFile", |
820 | | - "CreatePackageVersionMetadataPayload.packageVersion", |
821 | | - "AddPackageTagPayload.package", |
822 | | - "DeletePackageTagPayload.package" |
823 | | - ], |
824 | | - "owning_teams": [ |
825 | | - "@github/pe-package-registry" |
826 | | - ], |
827 | | - "accept_header": "application/vnd.github.packages-preview+json", |
828 | | - "href": "/graphql/overview/schema-previews#github-packages-preview" |
829 | | - }, |
830 | | - { |
831 | | - "title": "Deployments preview", |
832 | | - "description": "This preview adds support for deployments mutations and new deployments features.", |
833 | | - "toggled_by": "flash-preview", |
834 | | - "toggled_on": [ |
835 | | - "DeploymentStatus.environment", |
836 | | - "Mutation.createDeploymentStatus", |
837 | | - "Mutation.createDeployment" |
838 | | - ], |
839 | | - "owning_teams": [ |
840 | | - "@github/ecosystem-api" |
841 | | - ], |
842 | | - "accept_header": "application/vnd.github.flash-preview+json", |
843 | | - "href": "/graphql/overview/schema-previews#deployments-preview" |
844 | | - }, |
845 | | - { |
846 | | - "title": "Draft pull requests preview", |
847 | | - "description": "This preview adds support for draft pull requests.", |
848 | | - "toggled_by": "shadow-cat-preview", |
849 | | - "toggled_on": [ |
850 | | - "Mutation.markPullRequestReadyForReview", |
851 | | - "CreatePullRequestInput.draft", |
852 | | - "PullRequest.isDraft" |
853 | | - ], |
854 | | - "owning_teams": [ |
855 | | - "@github/pe-pull-requests" |
856 | | - ], |
857 | | - "accept_header": "application/vnd.github.shadow-cat-preview+json", |
858 | | - "href": "/graphql/overview/schema-previews#draft-pull-requests-preview" |
859 | | - }, |
860 | | - { |
861 | | - "title": "Checks preview", |
862 | | - "description": "This preview adds support for reading checks created by GitHub Apps.", |
863 | | - "toggled_by": "antiope-preview", |
864 | | - "toggled_on": [ |
865 | | - "CheckAnnotationRange", |
866 | | - "CheckAnnotationPosition", |
867 | | - "CheckAnnotationSpan", |
868 | | - "CheckAnnotation", |
869 | | - "CheckAnnotationConnection.nodes", |
870 | | - "CheckAnnotationData", |
871 | | - "CheckAnnotationEdge.node", |
872 | | - "CheckAnnotationLevel", |
873 | | - "CheckConclusionState", |
874 | | - "CheckStatusState", |
875 | | - "CheckSuiteAutoTriggerPreference", |
876 | | - "CheckRun", |
877 | | - "CheckRunConnection.nodes", |
878 | | - "CheckRunEdge.node", |
879 | | - "CheckRunAction", |
880 | | - "CheckRunFilter", |
881 | | - "CheckRunOutput", |
882 | | - "CheckRunOutputImage", |
883 | | - "CheckRunType", |
884 | | - "CheckSuite", |
885 | | - "CheckSuiteConnection.nodes", |
886 | | - "CheckSuiteEdge.node", |
887 | | - "CheckSuiteFilter", |
888 | | - "Commit.checkSuites", |
889 | | - "Mutation.createCheckRun", |
890 | | - "Mutation.createCheckSuite", |
891 | | - "Mutation.rerequestCheckSuite", |
892 | | - "Mutation.updateCheckRun", |
893 | | - "Mutation.updateCheckSuitePreferences", |
894 | | - "Push", |
895 | | - "RequestableCheckStatusState", |
896 | | - "UpdateCheckSuitePayload.checkSuite" |
897 | | - ], |
898 | | - "owning_teams": [ |
899 | | - "@github/ecosystem-primitives" |
900 | | - ], |
901 | | - "accept_header": "application/vnd.github.antiope-preview+json", |
902 | | - "href": "/graphql/overview/schema-previews#checks-preview" |
903 | | - }, |
904 | | - { |
905 | | - "title": "Merge info preview", |
906 | | - "description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.", |
907 | | - "toggled_by": "merge-info-preview", |
908 | | - "toggled_on": [ |
909 | | - "PullRequest.canBeRebased", |
910 | | - "PullRequest.mergeStateStatus" |
911 | | - ], |
912 | | - "owning_teams": [ |
913 | | - "@github/pe-pull-requests" |
914 | | - ], |
915 | | - "accept_header": "application/vnd.github.merge-info-preview+json", |
916 | | - "href": "/graphql/overview/schema-previews#merge-info-preview" |
917 | | - }, |
918 | | - { |
919 | | - "title": "Update refs preview", |
920 | | - "description": "This preview adds support for updating multiple refs in a single operation.", |
921 | | - "toggled_by": "update-refs-preview", |
922 | | - "toggled_on": [ |
923 | | - "Mutation.updateRefs", |
924 | | - "GitRefname", |
925 | | - "RefUpdate" |
926 | | - ], |
927 | | - "owning_teams": [ |
928 | | - "@github/pe-repos" |
929 | | - ], |
930 | | - "accept_header": "application/vnd.github.update-refs-preview+json", |
931 | | - "href": "/graphql/overview/schema-previews#update-refs-preview" |
932 | | - }, |
933 | | - { |
934 | | - "title": "Project event details preview", |
935 | | - "description": "This preview adds project, project card, and project column details to project-related issue events.", |
936 | | - "toggled_by": "starfox-preview", |
937 | | - "toggled_on": [ |
938 | | - "AddedToProjectEvent.project", |
939 | | - "AddedToProjectEvent.projectCard", |
940 | | - "AddedToProjectEvent.projectColumnName", |
941 | | - "ConvertedNoteToIssueEvent.project", |
942 | | - "ConvertedNoteToIssueEvent.projectCard", |
943 | | - "ConvertedNoteToIssueEvent.projectColumnName", |
944 | | - "MovedColumnsInProjectEvent.project", |
945 | | - "MovedColumnsInProjectEvent.projectCard", |
946 | | - "MovedColumnsInProjectEvent.projectColumnName", |
947 | | - "MovedColumnsInProjectEvent.previousProjectColumnName", |
948 | | - "RemovedFromProjectEvent.project", |
949 | | - "RemovedFromProjectEvent.projectColumnName" |
950 | | - ], |
951 | | - "owning_teams": [ |
952 | | - "@github/github-projects" |
953 | | - ], |
954 | | - "accept_header": "application/vnd.github.starfox-preview+json", |
955 | | - "href": "/graphql/overview/schema-previews#project-event-details-preview" |
956 | | - }, |
957 | | - { |
958 | | - "title": "Minimize comments preview", |
959 | | - "description": "This preview adds support for minimizing comments on issues, pull requests, commits, and gists.", |
960 | | - "toggled_by": "queen-beryl-preview", |
961 | | - "toggled_on": [ |
962 | | - "Mutation.minimizeComment", |
963 | | - "Mutation.unminimizeComment", |
964 | | - "Minimizable" |
965 | | - ], |
966 | | - "owning_teams": [ |
967 | | - "@github/ce-community-and-safety" |
968 | | - ], |
969 | | - "accept_header": "application/vnd.github.queen-beryl-preview+json", |
970 | | - "href": "/graphql/overview/schema-previews#minimize-comments-preview" |
971 | | - }, |
972 | | - { |
973 | | - "title": "Create content attachments preview", |
974 | | - "description": "This preview adds support for creating content attachments.", |
975 | | - "toggled_by": "corsair-preview", |
976 | | - "toggled_on": [ |
977 | | - "Mutation.createContentAttachment" |
978 | | - ], |
979 | | - "owning_teams": [ |
980 | | - "@github/ecosystem-primitives" |
981 | | - ], |
982 | | - "accept_header": "application/vnd.github.corsair-preview+json", |
983 | | - "href": "/graphql/overview/schema-previews#create-content-attachments-preview" |
984 | | - }, |
985 | | - { |
986 | | - "title": "Pinned issues preview", |
987 | | - "description": "This preview adds support for pinned issues.", |
988 | | - "toggled_by": "elektra-preview", |
989 | | - "toggled_on": [ |
990 | | - "Repository.pinnedIssues", |
991 | | - "PinnedIssue", |
992 | | - "PinnedIssueEdge", |
993 | | - "PinnedIssueConnection", |
994 | | - "Mutation.pinIssue", |
995 | | - "Mutation.unpinIssue" |
996 | | - ], |
997 | | - "owning_teams": [ |
998 | | - "@github/pe-pull-requests" |
999 | | - ], |
1000 | | - "accept_header": "application/vnd.github.elektra-preview+json", |
1001 | | - "href": "/graphql/overview/schema-previews#pinned-issues-preview" |
1002 | | - }, |
1003 | | - { |
1004 | | - "title": "Labels preview", |
1005 | | - "description": "This preview adds support for adding, updating, creating and deleting labels.", |
1006 | | - "toggled_by": "bane-preview", |
1007 | | - "toggled_on": [ |
1008 | | - "Mutation.createLabel", |
1009 | | - "Mutation.deleteLabel", |
1010 | | - "Mutation.updateLabel" |
1011 | | - ], |
1012 | | - "owning_teams": [ |
1013 | | - "@github/pe-pull-requests" |
1014 | | - ], |
1015 | | - "accept_header": "application/vnd.github.bane-preview+json", |
1016 | | - "href": "/graphql/overview/schema-previews#labels-preview" |
1017 | | - }, |
1018 | | - { |
1019 | | - "title": "Import project preview", |
1020 | | - "description": "This preview adds support for importing projects.", |
1021 | | - "toggled_by": "slothette-preview", |
1022 | | - "toggled_on": [ |
1023 | | - "Mutation.importProject" |
1024 | | - ], |
1025 | | - "owning_teams": [ |
1026 | | - "@github/pe-issues-projects" |
1027 | | - ], |
1028 | | - "accept_header": "application/vnd.github.slothette-preview+json", |
1029 | | - "href": "/graphql/overview/schema-previews#import-project-preview" |
1030 | | - }, |
1031 | | - { |
1032 | | - "title": "Multi line comments preview", |
1033 | | - "description": "This preview adds support for blob-positioned and multi-line comments.", |
1034 | | - "toggled_by": "comfort-fade-preview", |
1035 | | - "toggled_on": [ |
1036 | | - "Mutation.addPullRequestReviewThread", |
1037 | | - "AddPullRequestReviewInput.threads", |
1038 | | - "DiffSide", |
1039 | | - "PullRequestReviewThread.startLine", |
1040 | | - "PullRequestReviewThread.originalStartLine", |
1041 | | - "PullRequestReviewThread.startDiffSide", |
1042 | | - "PullRequestReviewThread.line", |
1043 | | - "PullRequestReviewThread.originalLine", |
1044 | | - "PullRequestReviewThread.diffSide" |
1045 | | - ], |
1046 | | - "owning_teams": [ |
1047 | | - "@github/pe-pull-requests" |
1048 | | - ], |
1049 | | - "accept_header": "application/vnd.github.comfort-fade-preview+json", |
1050 | | - "href": "/graphql/overview/schema-previews#multi-line-comments-preview" |
1051 | | - }, |
1052 | | - { |
1053 | | - "title": "Team review assignments preview", |
1054 | | - "description": "This preview adds support for updating the settings for team review assignment.", |
1055 | | - "toggled_by": "stone-crop-preview", |
1056 | | - "toggled_on": [ |
1057 | | - "Mutation.updateTeamReviewAssignment", |
1058 | | - "TeamReviewAssignmentAlgorithm", |
1059 | | - "Team.reviewRequestDelegationEnabled", |
1060 | | - "Team.reviewRequestDelegationAlgorithm", |
1061 | | - "Team.reviewRequestDelegationMemberCount", |
1062 | | - "Team.reviewRequestDelegationNotifyTeam" |
1063 | | - ], |
1064 | | - "owning_teams": [ |
1065 | | - "@github/pe-pull-requests" |
1066 | | - ], |
1067 | | - "accept_header": "application/vnd.github.stone-crop-preview+json", |
1068 | | - "href": "/graphql/overview/schema-previews#team-review-assignments-preview" |
1069 | | - } |
1070 | | - ], |
1071 | 777 | "ghae": [ |
1072 | 778 | { |
1073 | 779 | "title": "Access to package version deletion preview", |
|
0 commit comments