You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: site/community/Community-Resources.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,3 +121,5 @@ To explore other community-developed resources and content about GraphQL, take a
121
121
-[awesome-graphql](https://github.com/chentsulin/awesome-graphql): A fantastic community maintained collection of libraries, resources, and more.
122
122
-[graphql-apis](https://github.com/APIs-guru/graphql-apis): A collective list of public GraphQL APIs.
123
123
-[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