Skip to content

mrrashidov/graphql-skeleton

Repository files navigation

Graphql Skeleton

Install

yarn install
knex migrate:latest
knex seed:run
yarn dev

Playground

http://localhost:3000

query hello($name: String!){
  hello(name:$name)
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published