Reuse existing session when signing in in for assume

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-09 19:13:08 +04:00
parent 65ac873cff
commit 039ff7c5f0
6 changed files with 179 additions and 15 deletions

View File

@@ -626,6 +626,8 @@ type PageInfo {
}
input SignInInput {
# When assuming an org with a password auth method
organizationId: ID
email: EmailAddr!
password: String!
}