About Laravel GraphQL

Demo project for practicing on GraphQL with Laravel and Lighthouse.

Laravel GraphQl Content

  • This application will consist of two resources: Articles and Users.
  • There is one-to-many relationship between our two objects. Users can write many articles, and an article has an author (user) assigned to it.

Learning GraphQL with Laravel

You can check Lighthouse Documentation and this simple playlist.

License

The Laravel framework is open-sourced software licensed under the MIT license.