Thank you very much man. This video open my head to the GraphQL technology. Congrat's!
@willyguillard2897 Жыл бұрын
amazing voice and assurance during this 35 min. i like your stuff.
@Icodestuff Жыл бұрын
Glad you enjoy it!
@zzzord7565 Жыл бұрын
Thanks, really good content 👍
@daniels72503 ай бұрын
Please make a video about Shopify GraphQl Api, how can we impliment Shopify GraphQl Api in laravel dashboard.Thanks for the value!
@leeeeee2862 жыл бұрын
This was a super helpful video. Thank you!
@daniel-ti4no Жыл бұрын
Hey i just watch ur vids. I just have a question. Is it a good decision to work with livewire and graphql?? Will it work??
@m7mmadomar8 ай бұрын
Thank you very much, this is very helpful to me. Can you please explain Lighthouse in detail? Many advanced and wonderful concepts have been added, and I really need it.
@legendary-team2 жыл бұрын
Thanks for an excellent experience. Do not be ill ☺
@sakthivel-kl1ws2 жыл бұрын
Thanks it’s Very useful. I have questions , how to restrict to access queries data based user roles. Like admin can query certain db tables and normal user certain db tables.
@Icodestuff2 жыл бұрын
Hi Sakthi, if you want to add authorization to your queries & mutations, you can extend the authorize method from the base Query & Mutation class. More details here: github.com/rebing/graphql-laravel#authorization
@sakthivel-kl1ws2 жыл бұрын
Thank you so much. I will try out .
@whatsupbudbud2 жыл бұрын
Would be nice to have a quick comment about the structure of the queries/mutations php files, otherwise a nice video that shows just how easy it is to use graphql in laravel. Thanks!