Completed
GraphQL Mutations Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
GraphQL Mutations in Spring Boot - Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 GraphQL Mutations Introduction
- 2 Java Maven Project Setup
- 3 Application Setup in IntelliJ
- 4 Book and Review Model Creation
- 5 Creating Book Repository
- 6 Application.properties Configuration
- 7 H2 Console Database Verification
- 8 Book Controller Creation
- 9 GraphQL Schema Definition
- 10 Creating Simple Mutation
- 11 Using Input Objects in Mutations
- 12 Batch Create with Lists