(no title)
fgkramer | 2 months ago
My understanding is that this is not part of the spec and that the only way to achieve this is to sign/hash documents on clients and server to check for correctness
fgkramer | 2 months ago
My understanding is that this is not part of the spec and that the only way to achieve this is to sign/hash documents on clients and server to check for correctness
verdverm|2 months ago
At build time, the server generates a random string resolver names that map onto queries, 1-1, fixed, because we know exactly what we need when we are shipping to production.
Clients can only call those random strings with some parameters, the graph is now locked down and the production server only responds to the random string resolver names
Flexibility in dev, restricted in prod
girvo|2 months ago
Though you still don’t need to and shouldn’t. Better to use the well defined tools to gate max depth/complexity.
verdverm|2 months ago