OBJECT
type Device {name: String! product: String productVersion: String platform: String platformVersion: String device: String clientIdentifier: String createdAt: String lastSeenAt: String provides: String owned: Boolean accessToken: String publicAddress: String httpsRequired: Boolean synced: Boolean relay: Boolean publicAddressMatches: Boolean presence: Boolean connections: [Connection!]! }