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: src/content/community/Community-Resources.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,3 +123,5 @@ To explore other community-developed resources and content about GraphQL, take a
123
123
-[awesome-graphql](https://github.com/chentsulin/awesome-graphql): A fantastic community maintained collection of libraries, resources, and more.
124
124
-[graphql-apis](https://github.com/APIs-guru/graphql-apis): A collective list of public GraphQL APIs.
125
125
-[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