Skip to content

addDosespot

Create Dosespot E-Rx for provider account

Arguments

input · createDosespotInput · Parameters for createDosespot

Returns

createDosespotPayload

Example

mutation addDosespot($input: createDosespotInput) {
addDosespot(input: $input) {
messages
success_string
}
}