This example demonstrates ways you can order Hygraph query results by using variables.
This example is built with Next.js, graphql-request and swr.
• Demo
npx degit hygraph/hygraph-examples/using-where-filter using-where-filterInstall & Run:
cd using-where-filter
npm install
npm run dev
# or
cd using-where-filter
yarn
yarn dev