How to add custom Sign up field that refers another entity
I am trying to create a custom sign up where a User can select college and university through a drop down. This is my defineUserSignupFields method call:
All of these attributes exist in my User entity however I get this error:
Unknown arg
trying to use universityId/collegeId instead of university/college yields the same error but with typ UserCreateInput
All of these attributes exist in my User entity however I get this error:
Unknown arg
university in data.university for type UserUncheckedCreateInput. Did you mean universityId?trying to use universityId/collegeId instead of university/college yields the same error but with typ UserCreateInput