Skip to content

DeleteCareAlertInput

Autogenerated input type of DeleteCareAlert

Fields

id · ID! · required · ID of the care alert to delete

Used By

Definition

"""
Autogenerated input type of DeleteCareAlert
"""
input DeleteCareAlertInput {
"""
ID of the care alert to delete
"""
id: ID!
}