Specs
Queries
Articles
- π Queries and Mutations - Graphql.org
- π The Anatomy of a Graphql Query β Sashko Stubailo
- π Front End Queries Made Easy - Rasheed Bustamam
- π An Introduction to Graphql Queries - Alligator.io
- π Examples for GraphQL-Queries and Mutations - predict8
Videos
- π₯ GraphQL Tutorial #4 - Making Queries - The Net Ninja
- π₯ Writing GraphQL Queries - Live Coding with Jesse
Mutations
Articles
- π Mutations in GraphQL - Alexander Kondov
- π Mutations - GraphQL.org
- π Organizing GraphQL Mutations - Jeff Lowery
- π GraphQL mutations: Partial updates implementation - Arnaud BezanΓ§on
- π Modeling GraphQL Mutations - Oleg Ilyenko
- π GraphQL Mutation Design: Anemic Mutations - Marc-AndrΓ© Giroux
Videos
- π₯ GraphQL Tutorial #18 - Mutations - The Net Ninja
- π₯ GraphQL Tutorial #19 - More on Mutations - The Net Ninja
- π₯ Learn Apollo - Basic Mutations - Prisma
Subscriptions
Articles
- π Subscriptions in Graphql and Relay - Dan Schafer
- π From Zero to Graphql Subscriptions - Robert Zhu
- π Make web real-time with GraphQL subscriptions - David Qorashi
- π Realtime GraphQL Subscriptions - How to Graphql
- π A Guide to Subscriptions in GraphQL with Apollo -Brenda Jimenez
Videos
- π₯ What is a Graphql Subscription - Ben Awad
- π₯ Introducing GraphQL Subscriptions - Lee Byron
- π₯ How to build a Realtime Chat with GraphQL Subscriptions and Apollo - Prisma
- π₯ How to setup GraphQL Subscriptions Nodejs - Ben Awad
Types
Articles
Videos
- π₯ Author Types β The Net Ninja
- π₯ Extending Schema Types - Full-stack GraphQL with Apollo, Meteor & React - LevelUpTuts
Fields
Articles
Root Field
Articles
Videos
Relationships
Articles
- π Thinking in graphs - Graphql.Org
- π A simple graphql example with relationships - Graphql Documentation
Videos
Introspection
Articles
Arguments
Articles
Union Types
Articles
- π How to write add unions and interfaces to a schema - Apollo Documentation
- π Graphql Tour Interfaces and Unions β Clay Allsopp
- π Graphql Interfaces and Unions-How to design a Graphql Schema β David Mraz
- π Interfaces and Unions in GraphQL β AWS Documentation
Interface Types
Articles
Directives
Articles
- π GraphQL Directives - Abhi Aiyer
- π Use custom directives to protect your GraphQL APIs - David He
- π An introduction to GraphQL: Directives - Flavioscopes
- π The Power of GraphQL Directives - Εukasz Czyszczonik
- π Schema Directives - Apollo
- π SDL Directives - GraphQLJava
Videos
Type Extension
Articles
- π Type Extension - Facebook
- π Modularizing your GraphQL Schema Code: Extending types in multiple files - Apollo
- π Schema Extension - Facebook
- π The ultimate guide to schema stitching in GraphQL: Schema Extension - Rishichandra Wawhal
Videos
Relay Specification
Articles
- π GraphQL Server Specification - Facebook
- π Implementing the Relay spec in a GraphQL Server - Marc-Andre Giroux
- π Relay/GraphqL: De-mystifying Node ID - Soon Hin Khor
Schema Definition Language - SDL
Articles
- π GraphQL SDL, Schema Definition Language - Prisma Documentation
- π Three ways to represent your GraphQL schema - Sashko Stubailo
- π A GraphQL SDL Reference - Alligator