# commerce-gateway-plugin-source-headers **Repository Path**: mirrors_adobe/commerce-gateway-plugin-source-headers ## Basic Information - **Project Name**: commerce-gateway-plugin-source-headers - **Description**: A GraphQL Yoga and GraphQL Mesh plugin responsible for collecting response headers from source fetches, aggregating them, and returning them on response. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 --save ``` ### Usage Usage instructions for your code. Example: ``` const useSourceHeaders = require('@adobe/plugin-source-headers'); useSourceHeaders(meshConfig: MeshConfig); ```