Robert Matyszewski
8/28/2019
Are you wondering where to start learning or improve your GraphQL sklls? Which tutorial to start?
Don’t worry - I’ve checked all the best tutorials available on the internet and reviewed them for you.
At first you have table of contents and later each tutorial with description what’s inside. Enjoy.
FUNDAMENTALS
ADVANCED
REACT
VUE
JAVA
RUBY
NODE
APOLLO
PYTHON
ELIXIR
What’s inside:
What’s inside:
What’s inside:
What's inside:
What's inside:
Adapt your existing ORM, SOA, or REST API to GraphQL so that you can begin to use GraphQL-based technologies like Relay.
What's inside:
In this video author will be teaching you what GraphQL is, why it is important, why it is better than REST, and then we will be walking through an entire Node.js and Express GraphQL API for books and authors. By the end of this video you will have a complete understanding of what GraphQL is and how to use it.
What's inside:
Complete course on GraphQL where you will create a full-stack application from scratch using:
What's inside:
Starring Lee Byron, Dan Schafer and Nick Schrock (co-creators of GraphQL) and other big names from the #GraphQL community, The Movie explores the story of why and how GraphQL came to be and the impact it's having on big #tech companies worldwide, including Facebook, Twitter, Airbnb and Github.
What’s inside
What’s inside:
What’s inside
What's inside:
The aim of this tutorial is to help you make an easy transition from REST to GraphQL, whether you’ve already made your mind for GraphQL or you’re just willing to give it a try. No prior knowledge of GraphQL is needed, but some familiarity with REST APIs is required to understand the article.
What's inside:
Brooks Swinnerton - a Github developer presents an introduction to the query language, how GitHub uses it internally with Ruby and Rails, and the lessons they learned launching their GraphQL API externally.
What's inside:
In this panel, hear from some of the first big companies to adopt GraphQL and learn how they are scaling GraphQL for production apps. Moderated by Meteor and Apollo Co-Founder Matt DeBergalis.
Speakers:
What's inside:
Adam Neary, technical lead at Airbnb, describes his team's approach to transitioning Airbnb's product engineering stack to Apollo and GraphQL, leveraging the company's investments in Thrift-based microservices while gaining the product development benefits of GraphQL and the full-stack Apollo suite of tools. Adam shows how infrastructure and product engineers collaborated on design requirements and gives a close look at some of the design and implementation they're rolling out in production.
What's inside:
Sashko Stubailo from Apollo speaks about deploying a serverless GraphQL API with AWS Lambda and Apollo Engine. More and more, we find that GraphQL APIs are being developed by product developers that don't want to worry about operating backend services. The serverless function model of deployment has a lot of benefits for APIs, but isn't as well suited when you need some stateful features such as caching or performance metrics aggregation. In this talk, Sashko presents a solution that combines the best of both worlds: A stateless GraphQL API running in AWS Lambda for ease of deployment with Apollo Engine in front to handle stateful concerns.
What's inside:
In this video Eris discuss the differences between GraphQL and rest and why you might consider GraphQL on your next project. He also gives a beginners explanantion of what GraphQL is, and I show you the GraphQL playground.
What's inside:
In this talk, Zdenek take a critical look at predominant API architectural style – RESTful APIs and put it in contrast to GraphQL and Hypermedia APIs. He discuss the expected properties of distributed systems, the consequences of choosing a particular API style, and reflect these findings in the pros and cons of the popular methods.
What's inside:
Verbling CTO and Co-Founder Gustav Rydstedt presents at Practical GraphQL meetup about Schema Desing and Dev Tools.
What's inside:
In this talk, Brandon Black share some of the motivations and driving factors behind the decision to invest in GraphQL at GitHub, why they chose to expose GraphQL interface externally to developers and some of the challenges and learnings we've encountered along the way.
What’s inside:
You’re going to build a simple clone of Hackernews. Here’s a list of the features the app will have:
What’s inside:
Luiz Fernando shows you the steps and some tips to create a development environment using Relay and GraphQL.
What’s inside:
In this client-sided GraphQL application we’ll build together, you will learn how to combine React with GraphQL. There is no clever library like Apollo Client or Relay to help you get started yet, so instead, you will perform GraphQL queries and mutations with basic HTTP requests. Later, in the next application we are going to build together, I’ll introduce Apollo as a GraphQL client for your React.js application
What’s inside:
In this tutorial, you will learn how to combine React with GraphQL in your application using Apollo. The Apollo toolset can be used to create a GraphQL client, GraphQL server, and other complementary applications, but you will use the Apollo Client for your React client-side application. Along the way, you will build a simplified GitHub client that consumes GitHub’s GraphQL API using Apollo instead of plain HTTP requests like the previous application.
What’s inside:
You’re going to build a simple clone of Hackernews. Here’s a list of the features the app will have:
What’s inside:
What is GraphQL? When would you use GraphQL? How does GraphQL work? The first video of a complete series where we will build an entire app (an event booking app) with GraphQL, Node, MongoDB and React.js. Let's dive in!
What’s inside:
In this series we'll be creating, from scratch, a full-stack application, including a GraphQL server on Node.js, a React front-end (with Apollo) and MongoDB to store all of our data.
What’s inside:
In these tutorial, you will create and interact with a GraphQL database using AWS AppSync and React Native. This app will have real-time and offline functionality, something we get out of the box with AppSync. In this post we'll get started by setting up the back-end with AppSync.
What’s inside:
In this series we will build a small app using GraphQL, Express, React & Apollo. In the first part we will implement our GraphQL Express server. We will use SpaceX data using their API.
What’s inside:
James Baxley, technical lead at Apollo, shows how GraphQL and Apollo bring simple, powerful patterns for data fetching and state management to React, replacing fragile code with elegant queries. See examples of server side rendering, error handling, pagination, local state management, advanced patterns like optimistic UI, data prefetching, and full-stack caching, and ways to use cutting edge React features like the new suspense API without writing a line of code.
What’s inside:
You’re going to build a simple clone of Hackernews. The final product can be viewed here. Here’s a list of the features the app will have:
What’s inside:
We take a look at using GraphQL with Laravel and Vue.js. In this first part, we take a look at the GitHub API to see some of the problems that GraphQL solves over a traditional REST API.
We then take a look at the Lighthouse PHP package to work with GraphQL within Laravel. We take a look at the tutorial app which implements a blog. We get familiar with GraphQL tools like GraphiQL and GraphQL Playground.
We then take a look at Vue Apollo for our GraphQL client on the front-end. We take a look at the basics and start communicating with our backend.
What's inside:
What’s inside:
What’s inside:
What's inside:
What's inside:
What’s inside:
What's inside:
How to write a GraphQL server for Node.js from scratch, with PostgreSQL / MySQL as a data store. Explores basic queries, mapping relationships to GraphQL, and mutation (i.e. "write" APIs).
What's inside:
This is a tutorial for Apollo Server and Apollo Engine — how to build a GraphQL server that connects to multiple backends: a SQL database, a MongoDB database and a REST endpoint. We’ll be combining all of them to build a very basic blog with authors, posts and views.
What's inside:
What's inside:
What’s inside:
In this tutorial, you’ll implement your own GraphQL server by developing a Hackernews clone using Graphene and Graphene-Django.
What’s inside: