Table of contents

GraphQL

%3 cluster_c9477330_b706_4760_a132_01e0b56db77b GraphQL cluster_4e12118e_4206_4a41_9880_2e71e4dd95e1 Introduction to GraphQL _0d85d68a_b4f4_46e6_964f_bff4b498e8c8 Queries and Mutations _ea48ec1d_f9d4_4fb7_b39a_faa7b6e2ba95 🪧 Notes index _ea48ec1d_f9d4_4fb7_b39a_faa7b6e2ba95->__0:cluster_c9477330_b706_4760_a132_01e0b56db77b _fd444e3d_a9a0_4524_a85a_ba68127bfb7d UIs are streaming DAGs _fd444e3d_a9a0_4524_a85a_ba68127bfb7d->__1:cluster_c9477330_b706_4760_a132_01e0b56db77b

SOMETIME

Introduction to GraphQL

webpage

type Query {
  me: User
}

type User {
  id: ID
  name: String
}