DeleteCredentialInput
The input for deleting a credential.
input DeleteCredentialInput {
credential: String!
}
Fields
DeleteCredentialInput.credential
● String!
non-null scalar
The unique identifier assigned to the credential to be deleted.
Member of
deleteCredential
mutation