OBJECT
type Device {id: ID! createdAt: Time updatedAt: Time name: String! type: DeviceType! refreshKey: String userID: ID! }