chore: bump version (#3023)

(cherry picked from commit cff9fd1ead)
This commit is contained in:
Alex Yang
2023-07-05 14:54:09 +08:00
parent eaf7965e79
commit e99891f22d
12 changed files with 139 additions and 140 deletions
-1
View File
@@ -101,7 +101,6 @@ type Query {
type Mutation {
register(name: String!, email: String!, password: String!): UserType!
signIn(email: String!, password: String!): UserType!
signUp(email: String!, password: String!, name: String!): UserType!
"""
Create a new workspace