illustration for GraphQL Query Language

GraphQL Query Language

Instructor

Eve Porcello
30m closed-captioning
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.7
1798
people completed
Bookmark
Download
RSS

GraphQL is gaining traction as one of the most popular ways to create an API. Regardless of which GraphQL implementation you pick, you’ll use the QL in GraphQL — the query language — to query data, change data with mutations, and listen for data changes with subscriptions.

You need to know the Query Language regardless of the server-side implementation. In this course, we will learn the GraphQL query language by sending an assortment of GraphQL operations to an existing API.

To start, we’ll learn how to write queries to obtain all the data needed for an app in one response. As the course progresses, we’ll use mutations to add and change data. To wrap up, we’ll investigate GraphQL subscriptions and realtime data.

After the course, you’ll be ready to communicate with a GraphQL API regardless of server-side implementation using the GraphQL query language.

🌱 This is a Fresh Course

This course is a must watch for anyone considering GraphQL. You'll be introduced to all of the GraphQL specific jargon and be able to take this knowledge to any application that is powered by GraphQL.

What you'll learn

  • Query, mutation, & subscription
  • GraphiQL playground
  • Schema
  • Fragments
  • Variables
  • Input types, unions, interfaces, & return payloads
  • Introspective Queries

Learner Reviews

  • Veronica
    3 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Great series! Love that each lesson is all info and no filler. Lessons build well and Eve's style is easy to consume and apply.

  • Marc d'Entremont
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Great walk through of many mechanisms GraphQL provides

  • Tiberiu
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Well structured, easy to understand, based on examples.

  • blainewishart
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    The concepts are skillfully woven together. Progress is incremental and step x often provides the motivation for step x+1. Enunciation and language are precise. [My hearing is imperfect.] Concepts like interface are well motivated, explained, and demonstrated. I'm kicking myself for not looking at this material sooner. I gave this a 7. By that standard, any course that gets a 4 is high quality and worthwhile.

  • Dennis
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What would make this course a 7 for you?

    short, fast, and yet informative.

  • Arthur
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Nice introduction to graphql concepts.

Course Content

30m • 19 lessons

    You might also like these resources:

    illustration for Introduction to Cloudflare Workers

    Introduction to Cloudflare Workers

    Kristian Freeman・36m・Course

    Become familiar with the Workers CLI wrangler that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.

    illustration for Create an eCommerce Store with Next.js and Stripe Checkout

    Create an eCommerce Store with Next.js and Stripe Checkout

    Colby Fayock・1h 4m・Course

    This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio

    illustration for Practical Git for Everyday Professional Use

    Practical Git for Everyday Professional Use

    Trevor Miller・1h・Course

    git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.