Skip to content

DexcomConnection

A Dexcom Connection

Fields

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

Used By

Definition

"""
A Dexcom Connection
"""
type DexcomConnection {
"""
The unique identifier of the connection
"""
id: ID!
"""
The last time Dexcom was synced
"""
last_sync_date: String
}