00:50 Intro of Presenters 02:00 What is GraphQL 07:50 Pillars of GraphQL: GraphQL Schema and Query 09:45 GraphQL Schema and Query example 12:20 Ecosystem 14:05 GraphQL Java 18:55 DataFetcher 23:35 Spring GraphQL 29:55 Web Transport 35:00 Security and Context Propagation 37:30 DataFetcher Contract 44:30 Querydsl 48:35 GraphqlTester 49:45 Webgraphql 50:40 GraphQL Spring Boot Starter 52:25 Collaboration with Netflix DGS 54:45 Roadmap Timeline
@АндрейБашук-ч3э10 ай бұрын
Awesome work🎉
@chauchau08253 жыл бұрын
Finally a useful implementation!!
@AshuSinghIN Жыл бұрын
I only wish that the audio could have been more better.
@hardcorecode3 жыл бұрын
so no more *.graphqls files need to be created, that has been replaced with annotations. right? or am I missing something. If so it's about time. I needed this 6 months ago and suffered endless hours fixing typos or looking for typos in the *.graphqls files. I was even considering leaving spring boot because of it's poor support for graphql but with this new development I can look forward to smoother development in the future. This is greatly appreciated.
@valour.se473 жыл бұрын
Websockets mean we can expect graphql subscriptions too?
@kc_official2 жыл бұрын
How we can do query cost analysis as part of the query that was coming from the client and restrict it, if it is more than anticipated?