DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.
-
Updated
Jul 2, 2021 - JavaScript
Is it possible to specify a complexity limit that doesn't apply to schema introspection? Or to manually set the complexity cost for schema introspection?
I took a look through the generated code, but didn't see any hooks relating to this (I may very well have missed it).