Skip to main content

UserSessionType

No description

type UserSessionType {
id: ID!
isCurrent: Boolean
loginMethod: String
deviceType: String
deviceBrowserName: String
deviceAppVersion: String
deviceName: String
createdAt: String
lastSeen: String
lastSeenIpAdress: String
}

Fields

UserSessionType.id ● ID! non-null scalar

The ID of an object

UserSessionType.isCurrent ● Boolean scalar

UserSessionType.loginMethod ● String scalar

UserSessionType.deviceType ● String scalar

UserSessionType.deviceBrowserName ● String scalar

UserSessionType.deviceAppVersion ● String scalar

UserSessionType.deviceName ● String scalar

UserSessionType.createdAt ● String scalar

UserSessionType.lastSeen ● String scalar

UserSessionType.lastSeenIpAdress ● String scalar