chore: bump version (#3023)

This commit is contained in:
Alex Yang
2023-07-05 14:54:09 +08:00
committed by GitHub
parent 319febb00d
commit cff9fd1ead
12 changed files with 139 additions and 140 deletions

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