0.0.2 • Published 12 months ago

@adobe/plugin-source-headers v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
12 months ago

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 --save

Usage

Usage instructions for your code.

Example:

const useSourceHeaders = require('@adobe/plugin-source-headers');

useSourceHeaders(meshConfig: MeshConfig);