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.