With the experimentalCRUD plugin is there a way to...
# graphql-nexus
p
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
@Paul Hendrickson 👋 You have the
originalResolve
here in which you can just customize the args and let Nexus do the fetching.
❤️ 1
p
Wow! That was incredibly easy! Prisma is amazing.
🙌 1