Skip to content

Instantly share code, notes, and snippets.

@gabrielEloy
Created August 20, 2021 05:13
Embed
What would you like to do?
const parseQuery = new Parse.Query('Post');
parseQuery.descending("createdAt");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment