Hi, how well does Parse server support GraphQL now?
Hi @hkblue ,
Lot of work has been achieved by the team.
To get a global view of the maturity of the API, I can suggest to take a look to the doc GraphQL API Guide | Parse
And also give it a try by spinning up a parse-server with graphql option and playing with the GraphQL playground.
Special note: graphql API will be even easier to use with the new Defined Schema feature on Parse v5 !
I’ve been using it. It works pretty well. I haven’t seen the v5 changes yet, but you get CRUD for free and it’s easy to define new queries and mutations. Custom ACL is a problem though, as well as if you want to do custom changes to the CRUD operations. I wish there was a hook for them.