Excellent work. Expecting more videos like this. And what about authentication. What are the different kinds of authentications we can use with graphql.
Great video! As an Insomnia nubie, I wish you would have told us that if you don't save the Data in the "Application -> Preferences ->Data->ExportData" you will lose all of the GraphQL queries you make in this video.
This is really a great tutorial, well explained and easy to implement. But if you mention how to use graphQL query parameters in dbcontext select query, so there are exact no. for fields retrieved from the db as per graphQL query request parameters.
The TH-cam video player is not comfortable. We cant zoom particular parts in video. So that im downloading your video. Im ready pay as much i can if you directly share me HQ videos. Or you can upload in udemy i will buy it.
Hello, you can find the full source code on github github.com/mohamadlawand087/v28-Net5-GraphQL and thank you for your suggestions. If the source code is still not enough let me know and will find a way to share the video
@@MohamadLawand thank you for ur reply. My concern is i have already downloading your videos and watching it. Particularly this video what i need exactly to start my new office project. I think it is not fair to download without ur permission. Either kindly share videos ( i will make dua ) if you are not intend to make money from TH-cam or i have fully paid udemy subscription. Or any other suggestions.
@@clashclan4739 You have my permission to download the videos. Thank you for your dua that means a lot. If you want to support me you can sponsor me on github or buymeacoffee on this link www.buymeacoffee.com/mohamadlawand
If anyone is watching this in 2024, these are some problems you might have following this. - When adding a Resolver and trying to query it, you might get this error: "message": "There was no argument with the name `list` found on the field `itemDatas`." You can make it work by adding the [Parent] attribute to your Resolvers GetItem method for the first Parameter. public IQueryable GetItems([Parent] ItemList list, [ScopedService] ApiDbContext context) { return context.Items.Where(x => x.ListId == list.Id); }
For anyone using visual studio I recommend using "SQLite/SQL Server Compact Toolbox" for viewing the SQLite database. You can download it from Extensions -> Manage Extensions -> search here for it and install it
Lebanon is really proud of you brother.
Thank you! Very nice video, you help me so much.
Clear explanation, just great.
GraphQL 34:13
You are helping me and my project a lot. Love what you are doing. Please do more about Graphql for dot net.
Fantastic video. Thank you.
Thank you 👍
Hi Mohamad Lawand, It will be really useful for us, if you can make a video where you can go more deep in GraphQl Queries.
Will create more GraphQl content soon
Excellent work. Expecting more videos like this. And what about authentication. What are the different kinds of authentications we can use with graphql.
👍👍👍
Brilliant Tutorial! Any chance of covering Subscriptions and use Blazor to consume the Api as a client?
Thank you, will incorporate this topic in the future
Great video! As an Insomnia nubie, I wish you would have told us that if you don't save the Data in the "Application -> Preferences ->Data->ExportData" you will lose all of the GraphQL queries you make in this video.
Yeah I am sorry, I will make sure to mention it next time I use insomnia
Thank y0u))
Is going to 'Mars' this video!
Great and could be greater if you explain how to upload the project to a working website.!!
This is really a great tutorial, well explained and easy to implement. But if you mention how to use graphQL query parameters in dbcontext select query, so there are exact no. for fields retrieved from the db as per graphQL query request parameters.
hi brother,
please explain how to integrate graphql with dotnet,
give me suggestion.
Could you please share a video about GraphQL with Asp.Net Core 5 and MongoDB
The Source link couldn't found! Could you please share the source code?
Can you help me further?
You should have done all this in visual studio.
It could have save much time.
The TH-cam video player is not comfortable. We cant zoom particular parts in video. So that im downloading your video. Im ready pay as much i can if you directly share me HQ videos. Or you can upload in udemy i will buy it.
Hello, you can find the full source code on github github.com/mohamadlawand087/v28-Net5-GraphQL and thank you for your suggestions. If the source code is still not enough let me know and will find a way to share the video
@@MohamadLawand thank you for ur reply. My concern is i have already downloading your videos and watching it. Particularly this video what i need exactly to start my new office project. I think it is not fair to download without ur permission. Either kindly share videos ( i will make dua ) if you are not intend to make money from TH-cam or i have fully paid udemy subscription. Or any other suggestions.
@@clashclan4739 You have my permission to download the videos. Thank you for your dua that means a lot. If you want to support me you can sponsor me on github or buymeacoffee on this link www.buymeacoffee.com/mohamadlawand
If anyone is watching this in 2024, these are some problems you might have following this.
- When adding a Resolver and trying to query it, you might get this error:
"message": "There was no argument with the name `list` found on the field `itemDatas`."
You can make it work by adding the [Parent] attribute to your Resolvers GetItem method for the first Parameter.
public IQueryable GetItems([Parent] ItemList list, [ScopedService] ApiDbContext context) {
return context.Items.Where(x => x.ListId == list.Id);
}
Leo
For anyone using visual studio I recommend using "SQLite/SQL Server Compact Toolbox" for viewing the SQLite database. You can download it from Extensions -> Manage Extensions -> search here for it and install it