This example demonstrates how to use gatsby-plugin-mdx with RichText fields from Hygraph.
• Demo
npx degit hygraph/hygraph-examples/with-gatsby-mdx with-gatsby-mdxInstall & Run:
cd with-gatsby-mdx
npm install
npm run dev
# or
cd with-gatsby-mdx
yarn
yarn dev