You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RESTDataSource seems to cache everything and I cant figure out how to disable caching. For example I set up project which uses https://www.uuidgenerator.net/api/version4 service to generate UUID and grapqhl query always returns same UUID. This service returns header "Cache-Control: max-age=0, private, must-revalidate" so I guess responses should not be cached. I also tried to set ttl to 1 , but no effect
RESTDataSource seems to cache everything and I cant figure out how to disable caching. For example I set up project which uses https://www.uuidgenerator.net/api/version4 service to generate UUID and grapqhl query always returns same UUID. This service returns header "Cache-Control: max-age=0, private, must-revalidate" so I guess responses should not be cached. I also tried to set ttl to 1 , but no effect
I created sample project https://github.com/lmx2k5/rest-datasource-cache-test
The text was updated successfully, but these errors were encountered: