This extension intercepts Apollo's persisted queries, forcing it to retry the request by sending the entire graphql query.
Apollo supports two separate but related features called automatic persisted queries (APQs) and persisted queries. With both features, clients can execute a GraphQL operation by sending an operation's ID instead of the entire operation string. This ID is generally a SHA256 hash and is cached in the application memory (when using the default settings).
This plugin, based on the regex entered intercepts the graphQL query and forces Apollo to re-try the same query except that this time sending the entire operation string of the graphQL request.
Tutorial Link : https://youtu.be/Gmr6eE5kTxQ
Statistics
Installs
17
history
Category
Rating
5.0 (2 votes)
Last update / version
2024-11-02 / 0.0.8
Listing languages
en