EditCredentialInput
The input for editing the name of an existing credential by providing the client_id
of the credential and the new name
to be assigned.
input EditCredentialInput {
clientId: String!
name: String!
}
Fields
EditCredentialInput.clientId
● String!
non-null scalar
A unique string identifier assigned to the credential during creation.
EditCredentialInput.name
● String!
non-null scalar
The new name to be assigned to the credential.
Member of
editCredential
mutation