Skip to content

Commit 0136163

Browse files
committed
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 24f7de4 commit 0136163

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/community/Community-Resources.md

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

0 commit comments

Comments
 (0)