From 01361635649b3cf3e12ac5231432fe7a74cb8fd0 Mon Sep 17 00:00:00 2001 From: Matej Jellus Date: Thu, 19 Mar 2020 23:56:12 +0100 Subject: [PATCH] Update Community-Resources.md Add two examples of GraphQL backends, one using Express, GraphQL and TypeScript, the other is in PHP. It has also its frontend part, so users can actually see how it works together with Relay. --- src/content/community/Community-Resources.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/community/Community-Resources.md b/src/content/community/Community-Resources.md index d927da9b82..fdd48515f4 100644 --- a/src/content/community/Community-Resources.md +++ b/src/content/community/Community-Resources.md @@ -123,3 +123,5 @@ To explore other community-developed resources and content about GraphQL, take a - [awesome-graphql](https://github.com/chentsulin/awesome-graphql): A fantastic community maintained collection of libraries, resources, and more. - [graphql-apis](https://github.com/APIs-guru/graphql-apis): A collective list of public GraphQL APIs. - [Basically, Full-stack GraphQL](https://github.com/TejasQ/basically-fullstack-graphql): A code-based introduction to working with GraphQL on the client _and_ server in plain English +- [express-graphql-example](https://github.com/juffalow/express-graphql-example): GraphQL server written in TypeScript with Knex database layer. Clone, start and play. +- [slim-graphql-eloquent-example](https://github.com/juffalow/slim-graphql-eloquent-example): GraphQL server in PHP and MySQL database.