Skip to content

Commit 4bddbde

Browse files
committed
Update comments
1 parent 3ed31b0 commit 4bddbde

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

server/graph/generated/generated.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/graph/schema.graphqls

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ input AdminSignupInput {
306306
admin_secret: String!
307307
}
308308

309-
# Deprecated with v1.2.0
309+
# Deprecated from v1.2.0
310310
input MobileSignUpInput {
311311
email: String
312312
given_name: String
@@ -365,7 +365,7 @@ input LoginInput {
365365
state: String
366366
}
367367

368-
# Deprecated with v1.2.0
368+
# Deprecated from v1.2.0
369369
input MobileLoginInput {
370370
phone_number: String!
371371
password: String!
@@ -577,10 +577,10 @@ input GetUserRequest {
577577

578578
type Mutation {
579579
signup(params: SignUpInput!): AuthResponse!
580-
# Deprecated with v1.2.0
580+
# Deprecated from v1.2.0
581581
mobile_signup(params: MobileSignUpInput): AuthResponse!
582582
login(params: LoginInput!): AuthResponse!
583-
# Deprecated with v1.2.0
583+
# Deprecated from v1.2.0
584584
mobile_login(params: MobileLoginInput!): AuthResponse!
585585
magic_link_login(params: MagicLinkLoginInput!): Response!
586586
logout: Response!

0 commit comments

Comments
 (0)