graphql-http / handler / ResponseInit
handler.ResponseInit
Server agnostic response options (ex. status and headers) returned from
graphql-http needing to be coerced to the server implementation in use.
• Optional Readonly headers: ResponseHeaders
• Readonly status: number
• Readonly statusText: string