Is there a plan for the `ApolloApi` construct to s...
# sst
a
Is there a plan for the
ApolloApi
construct to support the default healthcheck endpoint? https://www.apollographql.com/docs/apollo-server/monitoring/health-checks/. If there is, will it have the option to bypass authentication or customize authentication?
@Frank @thdxr ☝️
f
Hey @Abdul Taleb, sorry for the delayed response.
Let me take a look at the health check endpoint today. Btw is it a separate GET endpoint? Or is it the same GET endpoint as the playground?
a
separate endpoint
there is also an
onHealthCheck
option to pass to apollo server
@Frank were you able to take a look at the health check api by apollo?