0.0.2 • Published 9 months ago
@adobe/plugin-source-headers v0.0.2
plugin-source-headers
A GraphQL Yoga and GraphQL Mesh plugin responsible for collecting response headers from source fetches, aggregating them, and returning them on response.
Installation
Instructions for how to download/install the code onto your machine.
Example:
npm install @adobe/plugin-source-headers --saveUsage
Usage instructions for your code.
Example:
const useSourceHeaders = require('@adobe/plugin-source-headers');
useSourceHeaders(meshConfig: MeshConfig);