Fitbit
A Fitbit Sync
Fields
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}