Route new logins to profile until company card is filled

This commit is contained in:
Ruslan Bakiev
2026-04-02 15:33:54 +07:00
parent 87c30447a6
commit c918fa3443
4 changed files with 24 additions and 2 deletions

View File

@@ -7,6 +7,9 @@ mutation ConsumeLoginToken($token: String!) {
email
fullName
role
company {
id
}
}
}
}

View File

@@ -7,6 +7,9 @@ mutation VerifyLoginCode($input: VerifyLoginCodeInput!) {
email
fullName
role
company {
id
}
}
}
}