INPUT_OBJECT
input CreateUserWithPasswordInput {# Email for new user.email: String# Password for new user.password: String# Role IDs to add to new user.roleIds: [String!]}