Forward Client Extensions
Forward Client Extensions allow you to share arbitrary data between clients and subgraphs. For subscriptions, it is the only method for sharing init-session data.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Forward Client Extensions allow you to share arbitrary data between clients and subgraphs. For subscriptions, it is the only method for sharing init-session data.
{"query":"{hello}","extensions":{"token":"asd"}}
{"id":"1","type":"subscribe","payload":{"extensions":{"token":"asd"},"query":"subscription {\n currentTime {\n unixTime\n }\n}"}}
Was this page helpful?