File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
310310input 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
369369input MobileLoginInput {
370370 phone_number : String !
371371 password : String !
@@ -577,10 +577,10 @@ input GetUserRequest {
577577
578578type 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 !
You can’t perform that action at this time.
0 commit comments