With the experimentalCRUD plugin is there a way to set default configurations? I see you can set a resolver for it, but that kinda overrides everything, right? I want to set a default of 100 records returned if no “first” or “last” is designated, but keep everything else the same.
r
Ryan
11/24/2020, 2:36 PM
@Paul Hendrickson 👋
You have the
originalResolve
here in which you can just customize the args and let Nexus do the fetching.