Skip to content

DeleteCareAlertInput

Autogenerated input type of DeleteCareAlert

Fields

deprecated DO NOT USE
id · ID! · required · ID of the care alert to delete

Used By

Definition

"""
Autogenerated input type of DeleteCareAlert
"""
input DeleteCareAlertInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the care alert to delete
"""
id: ID!
}