CancelMobileHealthDataSnapshotInput
Autogenerated input type of CancelMobileHealthDataSnapshot
Fields
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!}