1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-24 23:01:05 +03:00

graphql: Expose the BrowserSession User-Agent

This commit is contained in:
Quentin Gliech
2023-08-29 16:50:44 +02:00
parent 5d3b8cd92f
commit a19f405e53
4 changed files with 19 additions and 0 deletions

View File

@@ -100,6 +100,8 @@ export type BrowserSession = CreationEvent &
state: BrowserSessionState;
/** The user logged in this session. */
user: User;
/** The user-agent string with which the session was created. */
userAgent?: Maybe<Scalars["String"]["output"]>;
};
export type BrowserSessionConnection = {