GraphQL Spring Boot - How to get started with Spring for GraphQL

preview_player
Показать описание
In this tutorial, you will learn how to work with GraphQL in Spring Boot. To build GraphQL-powered applications in Spring you will use a new project called Spring for GraphQL.

0:00 - Intro
1:32 - Spring Initalizr
3:42 - Models
7:45 - Repositories
11:52 - GraphQL Schema
17:05 - GraphQL Controller
21:28 - GraphiQL UI
25:44 - GraphQL Arguments
29:18 Conclusion

🔗Resources & Links mentioned in this video:

👋🏻Connect with me:

Рекомендации по теме
Комментарии
Автор

very nice video. You have walked through the steps in a very clear and easy to understand English. I will surely return to watch your other videos.💯

abhishekomprakash
Автор

Thanks for this wonderful video. This is what I wanted to get started. GraphQL is pretty new for me.

mrcoder
Автор

searching for so long how to get started with graphql. finally found this video ❤

saranraj
Автор

As usual nice video Dan. Looking forwards more blogs and videos. Thanks.

Anbu_Sampath
Автор

Thanks a lot. Crisp and precise. Keep up the good work.

debashishbhattacharjee
Автор

Thanks for this awesome video Dan, looking forward to learning more from your channel!

AwkwardFX
Автор

Love your channel Dan! Thank you so much for your hard work!

igoeast
Автор

[Edit] I am using spring boot 2.7.3, the url to graphql seems to be [ /graphiql ] even that it says [ /graphql ] in the console. it works now
original question:
no matter what I did I still cant see the graphQL in the browser, I even cloned your repo and still the same, I only get an empty page

maxjustmax
Автор

Thanks for making this tutorial, it's very helpful. Can you make a Spring with Kafka tutorial?

hieuprogrammer
Автор

First of all, thanks for sharing this content, it was pretty awesome. If you do not mind to answer a question: If we have just one endpoint, how can we manage the code architecture when we varied types of business object?

brunocardoso
Автор

Could you please provide video by adding functionality of Localdatetime data type in Entity

Rajesh-Tech
Автор

Love it, but how to get the fullName out?

limitlessgreen
Автор

Hello,

I'm new to spring boot and graphql so my question might be dump but I didn't see any answer on internet so i'm asking it here.
What's the difference between the graphql resolvers and the sring boot Controller ?
Most of the tutorials I see on google and youtube are using these specific ways (some are also using services but it seems less popular) of mapping a query to an execution that will retrieve data from a repository.
I can't find are the differences, do they have the same purpose or maybe I am misunderdanting something ? What is the best way to make that schema mapping between query and execution ?
I would be glad to have your thoughts about this, if my question isn't clear, tell me how i can explain it better.

Thanks for your help

Great video by the way, you are the only tutorial i managed to succeed, but i still need to understand that shit with the resolvers aha

louisdaisomont
Автор

On your top bar, from right to left, you have your Battery icon, the Bluetooth icon, Rectangle App and 2 other programs. What are those 2 other programs?

Soromeister
Автор

Thanks for the video. I tried testing the queries from Postman, its working but could not start the grqphiql UI in my localhost. any help?

tarunnaik
Автор

Hello, just wanted to say great tutorial. I'm getting the whitelabel error page when trying to access localhost:8080. I've tried changing the @Controller to @RestController and copied and pasted from the github page to ensure no typos. Any idea what could be the issue?

jehucs
Автор

Hello. Is there a way to do code-first approach with spring boot graphql ?

henimbola
Автор

I tried to build the whole project but it was not possible

dapecompany