Feb 8, 2021
Mostly we mean the default set, that seems to be enabled by default, but are not really all that useful in production (at least in our setup):
We disable these by feeding the following flags into ApolloServer (the koa flavour) constructor:
tracing: false
debug: false
cacheControl: false
engine: false
It seems that they default to being on (or at least having some overhead).