CDN Resources for graphql-tag
Various ways to access graphql-tag via Content Delivery Networks
Package Installation
npm
npm install graphql-tagyarn
yarn add graphql-tagpnpm
pnpm add graphql-tagCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/graphql-tag"></script>Unpkg
<script src="https://unpkg.com/graphql-tag"></script>jsDelivr ESM
<script type="module">
import graphqltag from 'https://cdn.jsdelivr.net/npm/graphql-tag/+esm';
</script>Skypack
<script type="module">
import graphqltag from 'https://cdn.skypack.dev/graphql-tag';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages