Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Complete guide to building a GraphQL API
Rating: 4.3 out of 5(256 ratings)
1,263 students

Complete guide to building a GraphQL API

Everything you need to know to build your own GraphQL API
Created byXavier Decuyper
Last updated 10/2017
English

What you'll learn

  • Understand how GraphQL works
  • Build your own GraphQL API with JavaScript
  • Learn how to install and use Graphiql

Course content

6 sections25 lectures1h 45m total length
  • Course overview1:38
  • What is GraphQL?2:44
  • GraphQL vs REST API's4:22

    REST API's are very popular still today. So why would you start using GraphQL instead?

    In this video we'll explore the big differences between GraphQL and REST. I'll also talk about why GraphQL is a better choice and how much more efficient it is.

Requirements

  • Basic knowledge of JavaScript and Nodejs

Description

GraphQL is a query language developed by Facebook to power their mobile applications. It's a replacement for traditional REST API's and is far more flexible and faster. With GraphQL you can query multiple resources with a single request to the server. Making it ideal for web applications and mobile apps.

It's very easy to write your own GraphQL API. It's compatible with any database and can even work across different database engines if required. Start now and have your GraphQL API running in no time!

Who this course is for:

  • Anyone who wants to learn how to build a GraphQL API
  • Anyone who is tired of inflexible, inefficient REST API's