Skip to content

Commit 02de08d

Browse files
GraphQL schema update (#62615)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent 71b1b81 commit 02de08d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/graphql/data/fpt/schema-enterprise-admin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@
694694
"name": "removeEnterpriseMember",
695695
"id": "removeenterprisemember",
696696
"href": "/graphql/reference/enterprise-admin#mutation-removeenterprisemember",
697-
"description": "<p>Completely removes a user from the enterprise.</p>",
697+
"description": "<p>Completely removes a user from the enterprise asynchronously.</p>",
698698
"isDeprecated": false,
699699
"inputFields": [
700700
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28577,7 +28577,7 @@ type Mutation @docsCategory(name: "meta") {
2857728577
): RemoveEnterpriseIdentityProviderPayload @docsCategory(name: "enterprise-admin")
2857828578

2857928579
"""
28580-
Completely removes a user from the enterprise
28580+
Completely removes a user from the enterprise asynchronously.
2858128581
"""
2858228582
removeEnterpriseMember(
2858328583
"""

src/graphql/data/ghec/schema-enterprise-admin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@
694694
"name": "removeEnterpriseMember",
695695
"id": "removeenterprisemember",
696696
"href": "/graphql/reference/enterprise-admin#mutation-removeenterprisemember",
697-
"description": "<p>Completely removes a user from the enterprise.</p>",
697+
"description": "<p>Completely removes a user from the enterprise asynchronously.</p>",
698698
"isDeprecated": false,
699699
"inputFields": [
700700
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28577,7 +28577,7 @@ type Mutation @docsCategory(name: "meta") {
2857728577
): RemoveEnterpriseIdentityProviderPayload @docsCategory(name: "enterprise-admin")
2857828578

2857928579
"""
28580-
Completely removes a user from the enterprise
28580+
Completely removes a user from the enterprise asynchronously.
2858128581
"""
2858228582
removeEnterpriseMember(
2858328583
"""

0 commit comments

Comments
 (0)