Skip to content

deleteFamilyHistory

Delete a Family History Condition

Arguments

input · deleteFamilyHistoryInput · Parameters for deleteFamilyHistory

Returns

deleteFamilyHistoryPayload

Example

mutation deleteFamilyHistory($input: deleteFamilyHistoryInput) {
deleteFamilyHistory(input: $input) {
family_history_condition
messages
}
}