@graphql-tools/executor-graphql-ws
Advanced tools
Comparing version 1.3.0-alpha-20240925195618-76a963d2812a0cd2c8dab7afc36a51c77cbb0aad to 1.3.0-alpha-20240925200637-7cb3ea662076fdf0f156c1603392894ae75749d6
{ | ||
"name": "@graphql-tools/executor-graphql-ws", | ||
"version": "1.3.0-alpha-20240925195618-76a963d2812a0cd2c8dab7afc36a51c77cbb0aad", | ||
"version": "1.3.0-alpha-20240925200637-7cb3ea662076fdf0f156c1603392894ae75749d6", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -8,3 +8,6 @@ import { print } from 'graphql'; | ||
/** | ||
* Additional headers to include when querying the original schema | ||
* Additional headers to include with the upgrade request. | ||
* It will never be sent again during the lifecycle of the socket. | ||
* | ||
* Warning: This is a noop in browser environments | ||
*/ | ||
@@ -11,0 +14,0 @@ headers?: Record<string, string>; |
Sorry, the diff of this file is not supported yet
9176
157