Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Building Better APIs with GraphQL
Rating: 4.0 out of 5(146 ratings)
934 students

Building Better APIs with GraphQL

Step-by-step guide to building a better and faster API with GraphQL
Created byMatthew Mueller
Last updated 12/2015
English
English [Auto],

What you'll learn

  • Create powerful GraphQL APIs
  • Build APIs faster than ever before
  • Answer important questions about your data
  • Glue your data and 3rd party data together into one easy-to-use API

Course content

4 sections16 lectures2h 23m total length
  • Introduction7:38

    In this lecture we cover the basics of GraphQL and talk about the benefits of using GraphQL over REST.

  • Understanding the GraphQL Schema4:21

    This lecture covers the GraphQL schema syntax in depth

  • Understanding GraphQL Queries5:14

    This lecture covers the GraphQL query language and how these queries relate and are executed against the schema.

Requirements

  • Basic Javascript Knowledge
  • Node.js Installed
  • An text editor
  • A willingness to learn

Description

This course teaches you everything you need to know about GraphQL. GraphQL was open sourced by Facebook in 2015 and is a fresh new approach to API development.

GraphQL will replace REST in the coming years. Don't just take my word for it though, here's what some other folks on Twitter are saying:

"Just watched a talk on GraphQL, I want this thing and I want it by yesterday" – @sunesimonsen

"I long for the day when GraphQL will be the new API standard."@xinron

"GraphQL is the King. Long Live the King! (R.I.P. REST)" – @scbarrus

––––––––––––––––––––––

About this course:

  • We build two projects from scratch so you have everything you need to know to use GraphQL
  • Full, free lifetime access
  • Unconditional Udemy 30 day money-back guarantee - that's my personal promise of your success!
  • On-screen, over my shoulder view of where to go, what to click on, and how to set everything up from start to finish


What you'll learn:

  • How the GraphQL schema works so you can use GraphQL on your own servers
  • How to query GraphQL so you can access and mutate your data
  • We'll start simple, creating a schema with dummy data
  • Then we'll hook up our with schema to a live Star Wars API
  • We'll learn how to query the data, filter the data, and optimize the queries with DataLoader
  • We'll cover how to put the schema on an Express server so you can get access to your data with just HTTP requests
  • Then we'll get started with mutations, the GraphQL version of POST, PUT, and DELETE of REST
  • We'll build a blog API using just GraphQL mutations and queries, tying everything we've learned so far
  • We'll cover the state of GraphQL Subscriptions, an emerging and evolving standard

So you've read this far! Thank you.

One final and important point

If you've ever had trouble working with REST in the past, it's not your fault. It's been the recommended way of building APIs since 1996. There are countless articles on creating "thoughtful RESTful APIs", but none of them ever seem to apply to what you're working on. GraphQL offers a way out of this madness.

I've been running a GraphQL server in production for the last 3 months and it's sped up our response time, simplified our architecture and made it easier to access our data. I am not alone. Many multi-million dollar companies are also seeing the benefits of GraphQL in production including the Financial Times, Artsy, and Facebook.

Let's get started. Click the "Take this Course" button in the top-right corner right now and I'll see you on the other side.

Matthew Mueller

Who this course is for:

  • You should take this course if you have data you need to access easily
  • You should take this course if you want to upgrade your API skills. If you need to access your data in a flexible and reliable way, this course is for you
  • You should not take this course if you're looking for a React or Relay course. This course covers GraphQL as a standalone technology