Skip to content

CancelMobileHealthDataSnapshotInput

Autogenerated input type of CancelMobileHealthDataSnapshot

Fields

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 {
"""
ID of the snapshot to cancel
"""
snapshot_id: ID!
"""
Reason for cancelling the snapshot (cannot be empty)
"""
cancellation_reason: String!
}