This example demonstrates how to query from GraphCMS with graphql-request
in React.js.
• Demo
npx degit graphcms/graphcms-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