CancelMobileHealthDataSnapshotInput
Autogenerated input type of CancelMobileHealthDataSnapshot
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEUsed 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!}