CreateGlobalBasicCredentialsInput
No description
input CreateGlobalBasicCredentialsInput {
customerId: Int
canDecrypt: Boolean
name: String
username: String
password: String
}
Fields
CreateGlobalBasicCredentialsInput.customerId ● Int scalar
CreateGlobalBasicCredentialsInput.canDecrypt ● Boolean scalar
CreateGlobalBasicCredentialsInput.name ● String scalar
CreateGlobalBasicCredentialsInput.username ● String scalar
CreateGlobalBasicCredentialsInput.password ● String scalar
Member Of
createBasicCredentials mutation