Description
In this course, you will learn :
- Learn about GraphQL and its benefits and drawbacks.
- Discover the fundamentals of GraphQL.
- How to use GraphQL to query, create, and edit data.
- How to create a GraphQL API in Node.js.
- How to design a GraphQL API for consistency and scalability.
- How GraphQL security works.
Syllabus :
- What is GraphQL?
- GraphQL vs REST
- How GraphQL Types Work
- How GraphQL Schema Works
- Mutations
- Building a basic GraphQL Server with Node
- Security considerations with GraphQL