All Questions
1 question
1
vote
1
answer
5k
views
Sorting in GraphQL by ID
I downloaded one simple tutorial code.
But as I am playing with it I couldn't figure out how can I sort for example by id in graphql.
This is query.js
import React from "react";
import { useQuery } ...