Auctioneer Server

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

Queries and Subscrips

Subscrip

subscription test {
  testSub {
    text
  }
}

Query

query test {
  test {
    text
  }
}