@adobe/plugin-source-headers
v0.0.2
Published
Adobe API Mesh Source Headers Plugin
Maintainers
Keywords
Readme
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);