6 lines
66 B
GraphQL
6 lines
66 B
GraphQL
query GetCurrentRESTSession {
|
|
me {
|
|
currentRESTSession
|
|
}
|
|
}
|