-
Hi. I could change my server to express, but i would like to know, whether healthchecks and readiness checks are directly supported with
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Standalone Yoga server has a plugin for |
Beta Was this translation helpful? Give feedback.
Standalone Yoga server has a plugin for
/health
and/readiness
endpoints.https://github.com/dotansimha/graphql-yoga/blob/master/packages/common/src/plugins/useHealthCheck.ts#L16
But you cannot change the path names for these for now. You can implement their own plugin with these experimental HTTP specific hooks.