Skip to content

CancelMobileHealthDataSnapshotInput

Autogenerated input type of CancelMobileHealthDataSnapshot

Fields

deprecated DO NOT USE
snapshot_id · ID! · required · ID of the snapshot to cancel
cancellation_reason · String! · required · Reason for cancelling the snapshot (cannot be empty)

Used By

Definition

"""
Autogenerated input type of CancelMobileHealthDataSnapshot
"""
input CancelMobileHealthDataSnapshotInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the snapshot to cancel
"""
snapshot_id: ID!
"""
Reason for cancelling the snapshot (cannot be empty)
"""
cancellation_reason: String!
}