Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -4,8 +4,8 @@ type Mutation { | ... | @@ -4,8 +4,8 @@ type Mutation { |
| 4 | email: String! | 4 | email: String! |
| 5 | password: String! | 5 | password: String! |
| 6 | password2: String! | 6 | password2: String! |
| 7 | + phoneNum: String! | ||
| 7 | bio: String | 8 | bio: String |
| 8 | avatarUrl: String | 9 | avatarUrl: String |
| 9 | - phoneNum: String! | ||
| 10 | ): AuthPayload! | 10 | ): AuthPayload! |
| 11 | } | 11 | } | ... | ... |
-
Please register or login to post a comment