strawberry icon indicating copy to clipboard operation
strawberry copied to clipboard

Input extensions, needed for automatic peristed queries

Open basvandriel opened this issue 1 year ago • 0 comments

Related to #1707. This requires support for the underneath example in the curl command. See the documentation here.

curl --get http://localhost:4000/graphql \
  --header 'content-type: application/json' \
  --data-urlencode 'extensions={"persistedQuery":{"version":1,"sha256Hash":"ecf4edb46db40b5132295c0291d62fb65d6759a9eedfa4d5d612dd5ec54a6b38"}}'

Feature Request Type

  • [x] Core functionality
  • [x] Alteration (enhancement/optimization) of existing feature(s)
  • [x] New behavior

Description

For sending across extra input data, without a query for example in the automatic persisted queries example, the extensions input can be of use. See example above.

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

basvandriel avatar Dec 17 '23 20:12 basvandriel