Sorry, one more dummy question: Is it possible in (especially in version 3.x.x) graphql endpoint to access response HTTP headers? Like in Spring you can create
ResponseEntity<T>
and set response status and HTTP headers directly inside Controller. Is it achievable in graphql endpoints as well?