Skip to content

Commit c3f82dc

Browse files
authored
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.
1 parent 456659f commit c3f82dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/community/Community-Resources.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,5 @@ To explore other community-developed resources and content about GraphQL, take a
121121
- [awesome-graphql](https://github.com/chentsulin/awesome-graphql): A fantastic community maintained collection of libraries, resources, and more.
122122
- [graphql-apis](https://github.com/APIs-guru/graphql-apis): A collective list of public GraphQL APIs.
123123
- [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
124+
- [express-graphql-example](https://github.com/juffalow/express-graphql-example): GraphQL server written in TypeScript with Knex database layer. Clone, start and play.
125+
- [slim-graphql-eloquent-example](https://github.com/juffalow/slim-graphql-eloquent-example): GraphQL server in PHP and MySQL database.

0 commit comments

Comments
 (0)