Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 744 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 744 Bytes

GraphQL server

This repository shows a simple example for a GraphQL server and its schema.

Routes

  • GET|POST /graphql endpoint for graphql queries/mutations
  • GET /graphiql explorativ client for the graphql endpoint

Link-List

Mentions

This repository is summing up the GraphQL Workshop by Mike Bild. For further information about GraphQL you may visit his repository

License

This project is under the MIT license.

Todos

  • directiven: @include(if: boolVariable)