Introduction to GraphQL with Prisma, Learn GraphQL & fundamentals by building a movie review project
Created by Chris Dixon,English, English [Auto-generated]
PREVIEW THIS COURSE - GET COUPON CODE
What you'll learn
- Setting up a web server using GraphQL Yoga
- Working with sample data in our project to get up and running
- Type definitions and resolvers
- Queries, mutations and subscriptions
- Scalar and custom object types
- Using the context to work with custom data
- Relationships between our types and data
- Nested data and resolvers
- Setting up Prisma and a database
- The data model and directives
- Writing and querying the database using Prisma methods
- How to auto generate a Prisma schema
- Checking if data exists and creating connections