Skip to content

Demo GraphQL server using typeorm, graphql-yoga, and merge-graphql-schemas

Notifications You must be signed in to change notification settings

jboothe/typeorm-graphql-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typeorm-graphql-demo

A GraphQL Node Server based on typeorm, graphql-yoga using TypeScript

Get Started

  • Clone this repo git clone https://github.com/jboothe/typeorm-graphql-demo.git
  • cd into the project cd typeorm-graphql-demo
  • npm install
  • npm start
  • Open http://localhost:4000
  • Run the sample query
{
  beerMe
}

About

Demo GraphQL server using typeorm, graphql-yoga, and merge-graphql-schemas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published