-
-
Notifications
You must be signed in to change notification settings - Fork 570
Open
Labels
Description
I was studying from the liftoff series in this course for the second time as I needed graphql in a project (I started this course a year ago when I wanted to learn more about graphql in general).
I link their incremental approach of teaching one thing at a time along with the companion illustrations with each lesson.
They use Apollo client and server packages in the course (surely since these are their products), but because I needed to use php in the first place, I had to follow along and incrementally write equivalent code in php.
I thought about sharing the code in php so that any learner coming from their course would have the equivalent code in php in hand, thus making the migration process even easier.
If you agree, I can either:
- Add the link of the repo to the docs
- If you want full control over the code, I can clone this package(webonyx/graphql-php) and add the code to it(a bit cumbersome, but doable)