Create a Todo App with React, GraphQL, MongoDB and Apollo (Server Side)
9 videos • 15,091 views • by ckmobile Each step source code can be found at here. https://ckmobile.gumroad.com/l/graphq... Why GraphQL? GraphQL enable us to get what we want with one single query. For example, we usually fetch an object array with all the properties. But most of the time, we just need two or even one property of those object. GraphQL can help us do that. What inside the course? Build the todo app with GraphQL, React, Express, NodeJS, Apollo and MongoDB. What you will learn? GraphQL Schema, Mutation and Queries MongoDB connection, model and Schema Solve the Cross Origin problems