This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user