Query.products is defined in resolvers but not in schema
问题 Hi I defined rootQuery in Customer schema and then in Product schema I extended query. I wrote resolvers for product schema but then I got following error: Error: Query.products defined in resolvers, but not in schema. When I move product queries to customer query definition it works. I dont understand why I'm getting this error. Do I need implement some rootQuery and insert it into typeDefs array and then extend queries in Customer and Product ? Customer schema import CustomerPhoto from ".