github-actions
released this
23 Oct 17:59
·
211 commits
to main
since this release
Minor Changes
-
c2dee5a: Support sending extensions from the client to the server.
client.execute({ operation, extensions: { secret: "I like turtles!" } });
The GraphQL over HTTP specification allows to send a extensions object as part of a GraphQL request to the server. This is now also supported. Possible use-cases might be access tokens or protocol extensions such as Automatic Persisted Queries.