File tree 2 files changed +0
-50
lines changed
2 files changed +0
-50
lines changed Original file line number Diff line number Diff line change @@ -19387,21 +19387,6 @@ input RemoveEnterpriseAdminInput {
19387
19387
login: String!
19388
19388
}
19389
19389
19390
- """
19391
- Autogenerated input type of RemoveEnterpriseIdentityProvider
19392
- """
19393
- input RemoveEnterpriseIdentityProviderInput {
19394
- """
19395
- A unique identifier for the client performing the mutation.
19396
- """
19397
- clientMutationId: String
19398
-
19399
- """
19400
- The ID of the enterprise from which to remove the identity provider.
19401
- """
19402
- enterpriseId: ID!
19403
- }
19404
-
19405
19390
"""
19406
19391
Autogenerated input type of RemoveEnterpriseOrganization
19407
19392
"""
Original file line number Diff line number Diff line change 79537
79537
"enumValues": null,
79538
79538
"possibleTypes": null
79539
79539
},
79540
- {
79541
- "kind": "INPUT_OBJECT",
79542
- "name": "RemoveEnterpriseIdentityProviderInput",
79543
- "description": "Autogenerated input type of RemoveEnterpriseIdentityProvider",
79544
- "fields": null,
79545
- "inputFields": [
79546
- {
79547
- "name": "enterpriseId",
79548
- "description": "The ID of the enterprise from which to remove the identity provider.",
79549
- "type": {
79550
- "kind": "NON_NULL",
79551
- "name": null,
79552
- "ofType": {
79553
- "kind": "SCALAR",
79554
- "name": "ID",
79555
- "ofType": null
79556
- }
79557
- },
79558
- "defaultValue": null
79559
- },
79560
- {
79561
- "name": "clientMutationId",
79562
- "description": "A unique identifier for the client performing the mutation.",
79563
- "type": {
79564
- "kind": "SCALAR",
79565
- "name": "String",
79566
- "ofType": null
79567
- },
79568
- "defaultValue": null
79569
- }
79570
- ],
79571
- "interfaces": null,
79572
- "enumValues": null,
79573
- "possibleTypes": null
79574
- },
79575
79540
{
79576
79541
"kind": "INPUT_OBJECT",
79577
79542
"name": "RegenerateEnterpriseIdentityProviderRecoveryCodesInput",
You can’t perform that action at this time.
0 commit comments