I have 2 models (Admin and Customer) inheritance from User Model - Mounting operations Into DummySchema - Sending multiple values to the graphql_context and it worked for 2 models How to authenticate field base on User Type? (Customer or Admin)
I have 2 models (Admin and Customer) inheritance from User Model
How to authenticate field base on User Type? (Customer or Admin)