Persisted Queries? Let’s start with a very quick primer on GraphQL persisted queries. A typical interaction between a GraphQL client and server looks a bit like this. While this works perfectly well, there are certain downsides with query-based APIs: The request payload can grow large and is sent every single request, even…