Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

deadcoder0904/simplest-graphql-express-server

Open more actions menu

Repository files navigation

simplest-graphql-express-server

Easiest GraphQL 🎨 example with Express & Fake JSON server 😉

Configuration

(1) Start Fake JSON server in 1 Terminal Window

yarn run json:server

(2) Start Express server in another Terminal Window

yarn run dev

(3) Open http://localhost:1337/graphql & enter the following

{
  user(id: "57") {
    name,
    gender,
    age
  }
}

License

MIT © Akshay Kadam

Made by A2K

Sign

About

Easiest GraphQL 🎨 example with Express & Fake JSON server 😉

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.