CreateUserInputType
No description
input CreateUserInputType {
email: String
password: String
phoneNumber: String
firstName: String
lastName: String
}
No description
input CreateUserInputType {
email: String
password: String
phoneNumber: String
firstName: String
lastName: String
}
CreateUserInputType.email
● String
scalarCreateUserInputType.password
● String
scalarCreateUserInputType.phoneNumber
● String
scalarCreateUserInputType.firstName
● String
scalarCreateUserInputType.lastName
● String
scalar