Skip to content

AppleHealth

An Apple Health Sync

Fields

id · ID! · required · The unique identifier of the apple health
last_sync_date · String · The last time the apple health was synced

Used By

Definition

"""
An Apple Health Sync
"""
type AppleHealth {
"""
The unique identifier of the apple health
"""
id: ID!
"""
The last time the apple health was synced
"""
last_sync_date: String
}