Closed (works as designed)
Project:
GraphQL
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2025 at 02:08 UTC
Updated:
29 Apr 2026 at 19:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
richard cheung commentedComment #3
bisonbleu commentedI'm also wondering about this… I'm not sure what to make of the UI…?
Comment #4
bisonbleu commentedComment #5
richard cheung commentedRefer to https://github.com/apollographql/apollo-link-persisted-queries and
After enabling the Automatic Persisted Query, I can map the query with a hash and run the query with queryId.
curl http://localhost/graphql -d '{ "queryId": "__HASH_KEY_HERE__" }'However, there is no way to browse the persisted queries in the UI.
Not under the Persisted queries tab nor the Explorer tab.
Comment #6
usmanjutt84+1 - I also need to learn how we can generate and setup persisted query in the Drupal UI.
Comment #7
kingdutchThe persisted query UI allows configuring the order of persisted query plugins and enabling/disabling the functionality. It's not intended as an overview to see or manage persisted GraphQL queries.
The only currently supported plugins for persisted queries is the Automatic Persisted Queries (APQ) plugin that's compatible with Apollo.