Can we use apollo client without npm (on shopify theme basically)
I am trying to implement apollo client in our shopify theme using vanilla js. almost all the documentation and guides use npm to install the apollo client package. while on shopify we don’t use npm but instead use either cdn or locally served asset files. is there a way to use apollo in this scenario? or suggest any alternate for caching.