Skip to content

ProcessMobileHealthDataSnapshotInput

Autogenerated input type of ProcessMobileHealthDataSnapshot

Fields

snapshot_id · ID! · required · ID of the snapshot to process

Used By

Definition

"""
Autogenerated input type of ProcessMobileHealthDataSnapshot
"""
input ProcessMobileHealthDataSnapshotInput {
"""
ID of the snapshot to process
"""
snapshot_id: ID!
}