Skip to content

createChangeAccount

Create Change Health Labs for provider account

Arguments

input · CreateChangeAccountInput · Parameters for CreateChangeAccount

Returns

CreateChangeAccountPayload

Example

mutation createChangeAccount($input: CreateChangeAccountInput) {
createChangeAccount(input: $input) {
additional_info
messages
success_string
}
}