UpdateBasicCredentialsInput
No description
input UpdateBasicCredentialsInput {
id: ID!
shared: Boolean
canDecrypt: Boolean
name: String
username: String
password: String
}
No description
input UpdateBasicCredentialsInput {
id: ID!
shared: Boolean
canDecrypt: Boolean
name: String
username: String
password: String
}
UpdateBasicCredentialsInput.id ● ID! non-null scalarUpdateBasicCredentialsInput.shared ● Boolean scalarUpdateBasicCredentialsInput.canDecrypt ● Boolean scalarUpdateBasicCredentialsInput.name ● String scalarUpdateBasicCredentialsInput.username ● String scalarUpdateBasicCredentialsInput.password ● String scalar