Hi,
I have a page model with with modular content. Would you suggest to load all the module content blocks in one api call, or stream in each block separately with a separate query for each?
Thanks
Hi,
I have a page model with with modular content. Would you suggest to load all the module content blocks in one api call, or stream in each block separately with a separate query for each?
Thanks
Hello @nuurcodes we would recommend not splitting GraphQL calls unnecessarily , this way, once its cached, you can have all your data at once much faster, as well as you have less API calls accounted towards your plan limits