feat: Initial authentication logic and UX
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
mutation AuthRefreshToken($refreshToken: String!) {
|
||||
refreshToken( input: { refreshToken: $refreshToken }) {
|
||||
authToken
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user