Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 } ...
user avatar