We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f39a70 commit 23a6819Copy full SHA for 23a6819
README.md
@@ -89,7 +89,7 @@ SQLDataSource is an ES6 Class that can be extended to make a new SQLDataSource a
89
90
Like all DataSources, SQLDataSource has an initialize method that Apollo will call when a new request is routed.
91
92
-If no cache is provided in your Apollo server
+If no cache is provided in your Apollo server configuration, SQLDataSource falls back to the same InMemoryLRUCache leveraged by [RESTDataSource].
93
94
### context
95
0 commit comments