Skip to content

updateChangeAccount

Update Change Health Account for provider

Arguments

input · SdUpdateChangeHealthAccountInput · Parameters for SdUpdateChangeHealthAccount

Returns

SdUpdateChangeHealthAccountPayload

Example

mutation updateChangeAccount($input: SdUpdateChangeHealthAccountInput) {
updateChangeAccount(input: $input) {
messages
success_string
}
}