Skip to content

WithingsConnection

A Withings Connection

Fields

id · ID! · required · The unique identifier of the connections
last_sync_date · ISO8601DateTime · The last time Withings was synced

Used By

Definition

"""
A Withings Connection
"""
type WithingsConnection {
"""
The unique identifier of the connections
"""
id: ID!
"""
The last time Withings was synced
"""
last_sync_date: ISO8601DateTime
}