WithingsConnection
A Withings Connection
Fields
last_sync_date
· String
· 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: String}