Skip to content

Fitbit

A Fitbit Sync

Fields

id · ID! · required · The unique identifier of the fitbit
is_enabled · Boolean! · required · Checking is active sync in current moment
last_sync_date · String · The last time the fitbit was synced

Used By

Definition

"""
A Fitbit Sync
"""
type Fitbit {
"""
The unique identifier of the fitbit
"""
id: ID!
"""
Checking is active sync in current moment
"""
is_enabled: Boolean!
"""
The last time the fitbit was synced
"""
last_sync_date: String
}