Skip to content

jakubnavratil/nestjs-resolvers-bug

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published