jakubnavratil / nestjs-resolvers-bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 78.6%Language:JavaScript 21.4%