Session

No description

type Session {
deviceName: String
expiresAt: ISO8601DateTime!
ipAddress: String
}

Fields#

deviceName (String)#

Device name to identify the session.

expiresAt (ISO8601DateTime!)#

Future timestamp of the expiration of the session.

ipAddress (String)#

Remote IP address of the session.