anyone able to point me to some documentation for ...
# orm-help
s
anyone able to point me to some documentation for creating a
/status
endpoint on a
graphql-yoga
project? I have one deployed in AWS and want to hook up a load balancer health check.
d
You can eject the express and mount specific routes https://github.com/prismagraphql/graphql-yoga#how-to-eject-from-the-standard-express-setup 🙂