Demo project for practicing on GraphQL with Laravel and Lighthouse.
- 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.
You can check Lighthouse Documentation and this simple playlist.
The Laravel framework is open-sourced software licensed under the MIT license.