This example demonstrates how to query from Hygraph with graphql-request
in React.js.
• Demo
npx degit hygraph/hygraph-examples/with-apollo-client-3 with-apollo-client-3
Install & Run:
cd with-apollo-client-3
npm install
npm run dev
# or
cd with-apollo-client-3
yarn
yarn dev