OBJECT

Fitbit

A Fitbit Sync

link GraphQL Schema definition

  • 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
  • }