How do I get a list of all classes/tables that exist in an instance of Parse Platform?
I looked around and can't find a way. Essentially I'm trying to do the same thing as Oracle query:
select * from all_table
but for Parse Platform.
Using the Parse Js SDK you can use Parse.Schema.all()
. Reference: https://docs.parseplatform.org/js/guide/#schema