Skip to content

Commit 07edb7a

Browse files
authoredAug 14, 2019
fix: remove unused SetEnterpriseIdentityProviderInput input (#191)
2 parents 43e5acb + 6f76cb2 commit 07edb7a

File tree

2 files changed

+0
-103
lines changed

2 files changed

+0
-103
lines changed
 

‎schema.graphql

-30
Original file line numberDiff line numberDiff line change
@@ -24873,36 +24873,6 @@ enum SecurityVulnerabilityOrderField {
2487324873
UPDATED_AT
2487424874
}
2487524875

24876-
"""
24877-
Autogenerated input type of SetEnterpriseIdentityProvider
24878-
"""
24879-
input SetEnterpriseIdentityProviderInput {
24880-
"""
24881-
A unique identifier for the client performing the mutation.
24882-
"""
24883-
clientMutationId: String
24884-
24885-
"""
24886-
The ID of the enterprise on which to set an identity provider.
24887-
"""
24888-
enterpriseId: ID!
24889-
24890-
"""
24891-
The x509 certificate used by the identity provider to sign assertions and responses.
24892-
"""
24893-
idpCertificate: String!
24894-
24895-
"""
24896-
The Issuer Entity ID for the SAML identity provider
24897-
"""
24898-
issuer: String
24899-
24900-
"""
24901-
The URL endpoint for the identity provider's SAML SSO.
24902-
"""
24903-
ssoUrl: URI!
24904-
}
24905-
2490624876
"""
2490724877
Represents an S/MIME signature on a Commit or Tag.
2490824878
"""

‎schema.json

-73
Original file line numberDiff line numberDiff line change
@@ -79531,79 +79531,6 @@
7953179531
"enumValues": null,
7953279532
"possibleTypes": null
7953379533
},
79534-
{
79535-
"kind": "INPUT_OBJECT",
79536-
"name": "SetEnterpriseIdentityProviderInput",
79537-
"description": "Autogenerated input type of SetEnterpriseIdentityProvider",
79538-
"fields": null,
79539-
"inputFields": [
79540-
{
79541-
"name": "enterpriseId",
79542-
"description": "The ID of the enterprise on which to set an identity provider.",
79543-
"type": {
79544-
"kind": "NON_NULL",
79545-
"name": null,
79546-
"ofType": {
79547-
"kind": "SCALAR",
79548-
"name": "ID",
79549-
"ofType": null
79550-
}
79551-
},
79552-
"defaultValue": null
79553-
},
79554-
{
79555-
"name": "ssoUrl",
79556-
"description": "The URL endpoint for the identity provider's SAML SSO.",
79557-
"type": {
79558-
"kind": "NON_NULL",
79559-
"name": null,
79560-
"ofType": {
79561-
"kind": "SCALAR",
79562-
"name": "URI",
79563-
"ofType": null
79564-
}
79565-
},
79566-
"defaultValue": null
79567-
},
79568-
{
79569-
"name": "issuer",
79570-
"description": "The Issuer Entity ID for the SAML identity provider",
79571-
"type": {
79572-
"kind": "SCALAR",
79573-
"name": "String",
79574-
"ofType": null
79575-
},
79576-
"defaultValue": null
79577-
},
79578-
{
79579-
"name": "idpCertificate",
79580-
"description": "The x509 certificate used by the identity provider to sign assertions and responses.",
79581-
"type": {
79582-
"kind": "NON_NULL",
79583-
"name": null,
79584-
"ofType": {
79585-
"kind": "SCALAR",
79586-
"name": "String",
79587-
"ofType": null
79588-
}
79589-
},
79590-
"defaultValue": null
79591-
},
79592-
{
79593-
"name": "clientMutationId",
79594-
"description": "A unique identifier for the client performing the mutation.",
79595-
"type": {
79596-
"kind": "SCALAR",
79597-
"name": "String",
79598-
"ofType": null
79599-
},
79600-
"defaultValue": null
79601-
}
79602-
],
79603-
"interfaces": null,
79604-
"enumValues": null,
79605-
"possibleTypes": null
79606-
},
7960779534
{
7960879535
"kind": "INPUT_OBJECT",
7960979536
"name": "RemoveEnterpriseIdentityProviderInput",

0 commit comments

Comments
 (0)
Please sign in to comment.