create_user-api
All checks were successful
deploy / deploy (push) Successful in 1m34s

This commit is contained in:
2023-10-24 20:49:34 +03:00
parent ef5aa743bf
commit 38f9b4bf78
5 changed files with 91 additions and 30 deletions

View File

@@ -410,6 +410,8 @@ input UpdateProfileInput {
input CreateUserInput {
email: String
email_verified: Boolean
email_verified_at: Int64
password: String
given_name: String
family_name: String
@@ -417,6 +419,8 @@ input CreateUserInput {
nickname: String
phone_number: String
picture: String
created_at: Int64
updated_at: Int64
}