Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
Laravel GraphQL API
NotificationsYou must be signed in to change notification settings
alphaolomi/laravel-graphql-api
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
- Laravel The PHP Framework for Web Artisans.
- Lighthouse A Lighthouse is a GraphQL framework for Laravel.
- GraphQL Playground A GraphQL Playground UI for testing and exploring GraphQL APIs.
Note: This project requires Git and Composer.
git clonecomposer installcp .env.example .envphp artisan key:generatetouch database/database.sqlitephp artisan migratephp artisan db:seedphp artisan serve
Openhttp://localhost:8000/graphql-playground to view it in the browser.
Here are some example queries to try:
{users {idnameemailposts {idtitlebody } }}{user(id:1) {idnameemailposts {idtitlebody } }}php artisantestIf you liked this project, please give it a star ⭐ & check out myother projects.
This project is open-sourced software licensed under theMIT license.
About
Laravel GraphQL API
Topics
Resources
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
