react-relay-network-modern
                                
                                 react-relay-network-modern copied to clipboard
                                
                                    react-relay-network-modern copied to clipboard
                            
                            
                            
                        Feature request: Per query cache
Hi, I'm not using this package, but currently, I have my implementation of a per query cache, basically returning a different QueryResponseCache  based on the request.name, and having a default one.
Would be nice to see this package supporting something like this.