Files
hoppscotch/packages/hoppscotch-selfhost-web/src/api/queries/GetCurrentRESTSession.graphql

6 lines
66 B
GraphQL

query GetCurrentRESTSession {
me {
currentRESTSession
}
}