How to use Laravel And Hasura For Instant GraphQL
– robmellett.com - submitted by Robert Mellett
In your infrastructure stack, Laravel and Hasura compliment each other extremely well. Hasura works really well because it magically converts GraphQL queries to SQL and is able to intelligently pick up your table relationships through the use of Foreign Keys. Hasura provides a SQL like GraphQL layer that Laravel developers will love to use!
Read more [robmellett.com]