Installation $ npm install Running the app # development $ npm run start Repro Open http://localhost:3000/graphql Run mutation A { moduleALogin(code: "code") } mutation B { moduleBLogin(username: "username") } A works but B dont