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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ This implementation will follow JavaScript version as close as possible until Gr
24
24
-[Query Resolution and Data Fetching](#query-resolution)
25
25
-[HTTP endpoint example](#http-endpoint)
26
26
-[More Examples](#more-examples)
27
+
-[Complementary Tools](#complementary-tools)
27
28
28
29
## Overview
29
30
GraphQL is intended to be a replacement for REST APIs. [Read more](http://facebook.github.io/react/blog/2015/05/01/graphql-introduction.html) about rationale behind it.
@@ -463,3 +464,10 @@ echo json_encode($result);
463
464
464
465
### More Examples
465
466
Make sure to check [tests](https://github.com/webonyx/graphql-php/tree/master/tests) for more usage examples.
467
+
468
+
### Complementary Tools
469
+
-[Integration with Relay](https://github.com/ivome/graphql-relay-php)
470
+
-[Use GraphQL with Laravel 5](https://github.com/Folkloreatelier/laravel-graphql)
471
+
-[Relay helpers for laravel-graphql](https://github.com/nuwave/laravel-graphql-relay)
472
+
473
+
Also check [Awesome GraphQL](https://github.com/chentsulin/awesome-graphql) for full picture of GraphQL ecosystem.
0 commit comments