Skip to content

Commit 1570dc6

Browse files
authored
add ghec version to graphql guides (github#22314)
1 parent da419fd commit 1570dc6

37 files changed

+131291
-5
lines changed

content/admin/overview/about-enterprise-accounts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ For more information about billing for {% ifversion ghec %}{% data variables.pro
114114

115115
## Further reading
116116

117-
- "[Enterprise accounts](/free-pro-team@latest/graphql/guides/managing-enterprise-accounts)" in the GraphQL API documentation
117+
- "[Enterprise accounts](/graphql/guides/managing-enterprise-accounts)" in the GraphQL API documentation

content/graphql/guides/forming-calls-with-graphql.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /graphql/guides/forming-calls
77
versions:
88
fpt: '*'
9+
ghec: '*'
910
ghes: '*'
1011
ghae: '*'
1112
topics:

content/graphql/guides/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/guides
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:

content/graphql/guides/introduction-to-graphql.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /graphql/guides/intro-to-graphql
77
versions:
88
fpt: '*'
9+
ghec: '*'
910
ghes: '*'
1011
ghae: '*'
1112
topics:

content/graphql/guides/managing-enterprise-accounts.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ intro: You can manage your enterprise account and the organizations it owns with
44
redirect_from:
55
- /v4/guides/managing-enterprise-accounts
66
versions:
7-
fpt: '*'
7+
ghec: '*'
88
ghes: '*'
99
ghae: '*'
1010
topics:
@@ -58,12 +58,12 @@ For some example queries, see "[An example query using the Enterprise Accounts A
5858
- `admin:enterprise`
5959

6060
The enterprise account specific scopes are:
61-
- `admin:enterprise`: Gives full control of enterprises (includes {% ifversion ghes > 3.2 or fpt or ghae or ghec %}`manage_runners:enterprise`, {% endif %}`manage_billing:enterprise` and `read:enterprise`)
62-
- `manage_billing:enterprise`: Read and write enterprise billing data.{% ifversion ghes > 3.2 or fpt or ghae %}
61+
- `admin:enterprise`: Gives full control of enterprises (includes {% ifversion ghes > 3.2 or ghae or ghec %}`manage_runners:enterprise`, {% endif %}`manage_billing:enterprise` and `read:enterprise`)
62+
- `manage_billing:enterprise`: Read and write enterprise billing data.{% ifversion ghes > 3.2 or ghae %}
6363
- `manage_runners:enterprise`: Access to manage GitHub Actions enterprise runners and runner-groups.{% endif %}
6464
- `read:enterprise`: Read enterprise profile data.
6565

66-
4. Copy your personal access token and keep it in a secure place until you add it to your GraphQL client.
66+
3. Copy your personal access token and keep it in a secure place until you add it to your GraphQL client.
6767

6868
### 2. Choose a GraphQL client
6969

content/graphql/guides/migrating-from-rest-to-graphql.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /graphql/guides/migrating-from-rest
77
versions:
88
fpt: '*'
9+
ghec: '*'
910
ghes: '*'
1011
ghae: '*'
1112
topics:

content/graphql/guides/using-global-node-ids.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/guides/using-global-node-ids
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:

content/graphql/guides/using-the-explorer.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/guides/using-the-explorer
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:

content/graphql/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /v4
77
versions:
88
fpt: '*'
9+
ghec: '*'
910
ghes: '*'
1011
ghae: '*'
1112
children:

content/graphql/overview/about-the-graphql-api.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: About the GraphQL API
33
intro: 'The {% data variables.product.prodname_dotcom %} GraphQL API offers flexibility and the ability to define precisely the data you want to fetch.'
44
versions:
55
fpt: '*'
6+
ghec: '*'
67
ghes: '*'
78
ghae: '*'
89
topics:

content/graphql/overview/breaking-changes.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/breaking_changes
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:

content/graphql/overview/changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/changelog
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:

content/graphql/overview/explorer.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/explorer-new
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
layout: graphql-explorer

content/graphql/overview/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Overview
33
intro: 'Learn about the {% data variables.product.prodname_dotcom %} GraphQL API, previews for upcoming changes, breaking changes, and limitations. You can also use the GraphQL Explorer to interact with the API on real {% data variables.product.prodname_dotcom %} data.'
44
versions:
55
fpt: '*'
6+
ghec: '*'
67
ghes: '*'
78
ghae: '*'
89
children:

content/graphql/overview/public-schema.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/public_schema
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:

content/graphql/overview/resource-limitations.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/guides/resource-limitations
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:

content/graphql/overview/schema-previews.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/previews
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:

content/graphql/reference/enums.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/reference/enum
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:

content/graphql/reference/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/reference
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
children:

content/graphql/reference/input-objects.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/reference/input_object
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:

content/graphql/reference/interfaces.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/reference/interface
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:

content/graphql/reference/mutations.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/reference/mutation
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:

content/graphql/reference/objects.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/reference/object
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:

content/graphql/reference/queries.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /v4/reference/query
77
versions:
88
fpt: '*'
9+
ghec: '*'
910
ghes: '*'
1011
ghae: '*'
1112
topics:

content/graphql/reference/scalars.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/reference/scalar
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:

content/graphql/reference/unions.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /v4/reference/union
66
versions:
77
fpt: '*'
8+
ghec: '*'
89
ghes: '*'
910
ghae: '*'
1011
topics:
+147
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
- title: Access to package version deletion
2+
description: >-
3+
This preview adds support for the DeletePackageVersion mutation which
4+
enables deletion of private package versions.
5+
toggled_by: ':package-deletes-preview'
6+
announcement: null
7+
updates: null
8+
toggled_on:
9+
- Mutation.deletePackageVersion
10+
owning_teams:
11+
- '@github/pe-package-registry'
12+
- title: Deployments
13+
description: >-
14+
This preview adds support for deployments mutations and new deployments
15+
features.
16+
toggled_by: ':flash-preview'
17+
announcement: null
18+
updates: null
19+
toggled_on:
20+
- DeploymentStatus.environment
21+
- Mutation.createDeploymentStatus
22+
- CreateDeploymentStatusInput
23+
- CreateDeploymentStatusPayload
24+
- Mutation.createDeployment
25+
- CreateDeploymentInput
26+
- CreateDeploymentPayload
27+
owning_teams:
28+
- '@github/c2c-actions-service'
29+
- title: >-
30+
MergeInfoPreview - More detailed information about a pull request's merge
31+
state.
32+
description: >-
33+
This preview adds support for accessing fields that provide more detailed
34+
information about a pull request's merge state.
35+
toggled_by: ':merge-info-preview'
36+
announcement: null
37+
updates: null
38+
toggled_on:
39+
- PullRequest.canBeRebased
40+
- PullRequest.mergeStateStatus
41+
owning_teams:
42+
- '@github/pe-pull-requests'
43+
- title: UpdateRefsPreview - Update multiple refs in a single operation.
44+
description: This preview adds support for updating multiple refs in a single operation.
45+
toggled_by: ':update-refs-preview'
46+
announcement: null
47+
updates: null
48+
toggled_on:
49+
- Mutation.updateRefs
50+
- GitRefname
51+
- RefUpdate
52+
- UpdateRefsInput
53+
- UpdateRefsPayload
54+
owning_teams:
55+
- '@github/reponauts'
56+
- title: Access to a Repositories Dependency Graph
57+
description: This preview adds support for reading a dependency graph for a repository.
58+
toggled_by: ':hawkgirl-preview'
59+
announcement: null
60+
updates: null
61+
toggled_on:
62+
- DependencyGraphManifest
63+
- Repository.dependencyGraphManifests
64+
- DependencyGraphManifestEdge
65+
- DependencyGraphManifestConnection
66+
- DependencyGraphDependency
67+
- DependencyGraphDependencyEdge
68+
- DependencyGraphDependencyConnection
69+
- DependencyGraphPackageRelease.dependencies
70+
owning_teams:
71+
- '@github/dsp-dependency-graph'
72+
- title: Project Event Details
73+
description: >-
74+
This preview adds project, project card, and project column details to
75+
project-related issue events.
76+
toggled_by: ':starfox-preview'
77+
announcement: null
78+
updates: null
79+
toggled_on:
80+
- AddedToProjectEvent.project
81+
- AddedToProjectEvent.projectCard
82+
- AddedToProjectEvent.projectColumnName
83+
- ConvertedNoteToIssueEvent.project
84+
- ConvertedNoteToIssueEvent.projectCard
85+
- ConvertedNoteToIssueEvent.projectColumnName
86+
- MovedColumnsInProjectEvent.project
87+
- MovedColumnsInProjectEvent.projectCard
88+
- MovedColumnsInProjectEvent.projectColumnName
89+
- MovedColumnsInProjectEvent.previousProjectColumnName
90+
- RemovedFromProjectEvent.project
91+
- RemovedFromProjectEvent.projectColumnName
92+
owning_teams:
93+
- '@github/github-projects'
94+
- title: Create content attachments
95+
description: This preview adds support for creating content attachments.
96+
toggled_by: ':corsair-preview'
97+
announcement: null
98+
updates: null
99+
toggled_on:
100+
- Mutation.createContentAttachment
101+
owning_teams:
102+
- '@github/feature-lifecycle'
103+
- title: Labels Preview
104+
description: >-
105+
This preview adds support for adding, updating, creating and deleting
106+
labels.
107+
toggled_by: ':bane-preview'
108+
announcement: null
109+
updates: null
110+
toggled_on:
111+
- Mutation.createLabel
112+
- CreateLabelPayload
113+
- CreateLabelInput
114+
- Mutation.deleteLabel
115+
- DeleteLabelPayload
116+
- DeleteLabelInput
117+
- Mutation.updateLabel
118+
- UpdateLabelPayload
119+
- UpdateLabelInput
120+
owning_teams:
121+
- '@github/pe-pull-requests'
122+
- title: Import Project
123+
description: This preview adds support for importing projects.
124+
toggled_by: ':slothette-preview'
125+
announcement: null
126+
updates: null
127+
toggled_on:
128+
- Mutation.importProject
129+
owning_teams:
130+
- '@github/pe-issues-projects'
131+
- title: Team Review Assignments Preview
132+
description: >-
133+
This preview adds support for updating the settings for team review
134+
assignment.
135+
toggled_by: ':stone-crop-preview'
136+
announcement: null
137+
updates: null
138+
toggled_on:
139+
- Mutation.updateTeamReviewAssignment
140+
- UpdateTeamReviewAssignmentInput
141+
- TeamReviewAssignmentAlgorithm
142+
- Team.reviewRequestDelegationEnabled
143+
- Team.reviewRequestDelegationAlgorithm
144+
- Team.reviewRequestDelegationMemberCount
145+
- Team.reviewRequestDelegationNotifyTeam
146+
owning_teams:
147+
- '@github/pe-pull-requests'

0 commit comments

Comments
 (0)