PluralSight – Consuming a GraphQL API with Apollo Client and React

PluralSight – Consuming a GraphQL API with Apollo Client and React Bookware-KNiSO
English | Size: 271.18 MB
Category: Tutorial


Release Notes: Traditional REST APIs are not always focused on the client GraphQL is an alternative where the client has more power to ask for what they want and get exactly that back in a single call. In this course, Consuming a GraphQL API with Apollo Client and React, you ll learn to consume and interact with GraphQL APIs from your frontend React application. First you ll explore writing queries to retrieve data from the GraphQL API. Next, you ll learn more about the GraphQL Schema using API introspection techniques. Finally, you ll learn how to write mutations to modify and update the GraphQL data When you re finished with this course, you ll have the skills and knowledge to build frontend applications that can consume GraphQL API using the Apollo client

PluralSight – Securing a GraphQL API with Apollo

PluralSight – Securing a GraphQL API with Apollo Bookware-KNiSO
English | Size: 591.48 MB
Category: Tutorial


Securing APIs has always been an important part of web application development, and with GraphQL it is no different Access control is a critical aspect of your API whether you re developing for internal or third-party use. In this course, Securing a GraphQL API with Apollo, you ll learn to implement modern security practices for using GraphQL effectively on the server and client, as well as protection against complex queries specific to GraphQL APIs. First you ll explore how authentication is handled for Apollo on both the server and client. Next, you ll discover how GraphQL can give you fine-grained role-based access for your models even down to the field level. Finally, you ll learn about complex queries and how to handle and prevent them. When you re finished with this course, you ll have the skills and knowledge of how to build modern, secure GraphQL APIs with the Apollo server and client libraries

WintellectNOW – GraphQL Subscriptions with React-CONSORTiUM

WintellectNOW – GraphQL Subscriptions with React-CONSORTiUM
English | Size: 290.61 MB
Category: Tutorial


Master the art of using GraphQL subscriptions with React to build dynamic multi-user apps. Learn how to configure subscriptions on the client and the server, and how to use the Subscription component.