illustration for Build a CRUD-ready GraphQL API + Admin UI with KeystoneJS

Build a CRUD-ready GraphQL API + Admin UI with KeystoneJS

14m
46
people completed
Bookmark
Download
RSS

This collection of videos teaches you how to use KeystoneJS to build a CRUD-ready GraphQL API, coming with an automatically generated Admin UI.

Starting with a blank file, we will create an API by:

  • defining "Lists" as content types
  • adding fields (Select, Text, Checkbox, ...) to our lists
  • customising access control to define what users can (and cannot!) do with our API.