OBJECT

ReactivatedSession

link GraphQL Schema definition

1type ReactivatedSession {
2
3newSessionId: ID!
4
5reactivationDate: Timestamp!
6
7}