Completed upgrade to spring boot 3.x

This commit is contained in:
2022-12-05 21:31:54 +07:00
parent f52cdf4237
commit 49023d2237
16 changed files with 71 additions and 42 deletions

View File

@@ -14,7 +14,8 @@ input UserInput {
}
type LoginResponse {
token: String
accessToken: String
refreshToken: String
}
input UserChangePasswordInput {