Skip to content

cookieranger/simple-graphql-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple GraphQL server implementations

WARNING: This example might be slightly out of date, please check official docs for used libraries

GraphQL server using Express & Apollo & Prisma.

Please not that this repo contains only basic implementations, GraphQL can be much more powerfull.

If you want simply generate backend based on Models only, you can use great GraphCool service. There is also interesting code generator project.

Another cool project from Graphcool is Prisma. Prisma can easily generate ready to run GraphQL backend and can be hosted myself or in Prisma cloud.

To setup robust server you can also use Apollo server. It's great and stable solution.

To learn more about GraphQL visit GraphQL official website.

Code Examples

  1. Express basic (raw) implementation in folder ./express.

Schema

  1. Prisma example in ./prisma (under development).

  2. Apollo example in ./apollo (under development).

Interesting links

GraphQL visualizers:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published