Skip to content

Commit f52f744

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#57461)
Co-authored-by: heiskr <[email protected]>
1 parent 665e681 commit f52f744

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25820,7 +25820,7 @@ type Mutation {
2582025820
): RemoveEnterpriseIdentityProviderPayload
2582125821

2582225822
"""
25823-
Removes a user from all organizations within the enterprise
25823+
Completely removes a user from the enterprise
2582425824
"""
2582525825
removeEnterpriseMember(
2582625826
"""

src/graphql/data/fpt/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6024,7 +6024,7 @@
60246024
"kind": "mutations",
60256025
"id": "removeenterprisemember",
60266026
"href": "/graphql/reference/mutations#removeenterprisemember",
6027-
"description": "<p>Removes a user from all organizations within the enterprise.</p>",
6027+
"description": "<p>Completely removes a user from the enterprise.</p>",
60286028
"inputFields": [
60296029
{
60306030
"name": "input",

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25820,7 +25820,7 @@ type Mutation {
2582025820
): RemoveEnterpriseIdentityProviderPayload
2582125821

2582225822
"""
25823-
Removes a user from all organizations within the enterprise
25823+
Completely removes a user from the enterprise
2582425824
"""
2582525825
removeEnterpriseMember(
2582625826
"""

src/graphql/data/ghec/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6024,7 +6024,7 @@
60246024
"kind": "mutations",
60256025
"id": "removeenterprisemember",
60266026
"href": "/graphql/reference/mutations#removeenterprisemember",
6027-
"description": "<p>Removes a user from all organizations within the enterprise.</p>",
6027+
"description": "<p>Completely removes a user from the enterprise.</p>",
60286028
"inputFields": [
60296029
{
60306030
"name": "input",

0 commit comments

Comments
 (0)