Set graphQL cors for a specific query

I’m running graphQL on my meteor app with using meteor/apollo.
Would there be a way to set cors options for a specific query?
Someting like:
https://www.npmjs.com/package/cors#enable-cors-for-a-single-route
Does anyone know if this is documented somewhere?