Skip to content

ProcessMobileHealthDataSnapshotInput

Autogenerated input type of ProcessMobileHealthDataSnapshot

Fields

deprecated DO NOT USE
snapshot_id · ID! · required · ID of the snapshot to process

Used By

Definition

"""
Autogenerated input type of ProcessMobileHealthDataSnapshot
"""
input ProcessMobileHealthDataSnapshotInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the snapshot to process
"""
snapshot_id: ID!
}