automatic_persisted_queries
configuration section is defined in the GraphQL router configuration file. This setup supports both in-memory caching and Redis-based storage for persisted queries.
cluster_enabled: false
, then we will use the first URL for the connection URL.
cluster_enabled: true
, then we will use all of the URLs for the Redis Cluster connection.
redis://myUser:myPass@localhost:6379?ssl=true&db=1@connectTimeout=2
__typename
query)
First, ensure that this query fails first (because the query itself isn’t persisted, and isn’t recognized yet by the router)