-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
It would be nice if there was an overall approach to server-stored query documents. This is a bit tricky, since we need to abstract over how such documents are persisted on the server and exposed in a cluster. But at the root of it, the client should be able to send a request that simply identifies the query by some form of ID, and optionally supply variables and/or operation name. This can greatly reduce the size of request sent to the server and slice a chunk of processing time out of handling the request, when the parsed query is already cached in memory.