Types > Device
Commerce APITypesDevice
Device

Description

Topic: Devices

Fields

created_at: String!

The date and time when the user first logged in using this device, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


device_id: String!

Device ID

Example: "11347eb392cc227573a15d09ef41326b"


id: String!

Unique device identifier. See also: Unique Identifiers

Example: "de_EQzGqWoY"


info: IPAndUAInfo!


ip: String!

IP address used in conjunction with this device

Example: "8.8.8.8"


logged_in_at: String!

The date and time when the user last logged in using this device, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


trusted: Boolean!

Whether this device is marked as trusted

Example: false


user_agent: String!

User-Agent string

Example: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/5"


Used By

Mutations

devices

Queries

devices

Preview (typescript)

Loading module