Skip to content

Commit be17452

Browse files
authoredAug 16, 2019
fix: remove unused RemoveEnterpriseIdentityProviderInput input (#195)
2 parents 9048ed9 + 04dbd35 commit be17452

File tree

2 files changed

+0
-50
lines changed

2 files changed

+0
-50
lines changed
 

‎schema.graphql

-15
Original file line numberDiff line numberDiff line change
@@ -19387,21 +19387,6 @@ input RemoveEnterpriseAdminInput {
1938719387
login: String!
1938819388
}
1938919389

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-
1940519390
"""
1940619391
Autogenerated input type of RemoveEnterpriseOrganization
1940719392
"""

‎schema.json

-35
Original file line numberDiff line numberDiff line change
@@ -79537,41 +79537,6 @@
7953779537
"enumValues": null,
7953879538
"possibleTypes": null
7953979539
},
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-
},
7957579540
{
7957679541
"kind": "INPUT_OBJECT",
7957779542
"name": "RegenerateEnterpriseIdentityProviderRecoveryCodesInput",

0 commit comments

Comments
 (0)
Please sign in to comment.