yongjhih / docker-parse-server

Provide docker images and docker stack for parse-server npm versions and latest commit
https://hub.docker.com/r/yongjhih/parse-server/
Apache License 2.0
475 stars 166 forks source link

[Feature] GraphQL support #70

Closed katopz closed 7 years ago

katopz commented 7 years ago

Hey @yongjhih ,

I will need this express-graphql pretty soon, so what do you think? I can made a PR if you want :)

Actually it's just middleware but the hard part is custom schema which should configurable from outside (maybe read from some volume file)

Do tell me if you have better approach or better way to add GrapgQL support or maybe better way to use any other middleware.

Thanks