6th Practical Class:
GraphQL on FrontEnd
App Setup
GraphQL
Query
JSON Response
Apollo Client
Apollo Provider
The ApolloProvider
component wraps the React app and places Apollo Client on the context,
enabling you to access it from anywhere in your component tree.
Minimal setup: