Skip to content

Latest commit

 

History

History

using-order-by-filter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Working with the orderBy filter in Hygraph

Join our Slack

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

Deploy with Vercel Clone project

How to Use

Download Manually

npx degit hygraph/hygraph-examples/using-order-by-filter using-order-by-filter

Install & Run:

cd using-order-by-filter
npm install
npm run dev
# or
cd using-order-by-filter
yarn
yarn dev

Run on Codesandbox

Develop with Codesandbox