Hi, I’m new to AC3. I’d like to separate AC3 configuration by feature, for example when a page loads then add the AC3 configuration for queries on that page, rather than configuring AC3 for all pages when some may never be loaded.
I can see 2 solutions.
- Wrap each feature page in a ApolloProvider with a client for that page
- update the typePolicies when the page loads
Options 2 seems cleaner, something like
So my question: is it possible to update typePolicies or should I pursue another option?