Merge pull request #970 from automatisch/add-signup

feat: add signup page
This commit is contained in:
Ali BARIN
2023-03-03 19:06:43 +01:00
committed by GitHub
10 changed files with 243 additions and 6 deletions

View File

@@ -336,6 +336,7 @@ input DeleteStepInput {
}
input CreateUserInput {
fullName: String!
email: String!
password: String!
}