userDeviceAttributes.graphql 184 B

123456789101112131415
  1. fragment userDeviceAttributes on UserDevice {
  2. id
  3. userId
  4. name
  5. os
  6. browser
  7. location
  8. deviceDetails
  9. locationDetails
  10. fingerprint
  11. userAgent
  12. ip
  13. createdAt
  14. updatedAt
  15. }