CDN Resources for graphql-tag
Various ways to access graphql-tag via Content Delivery Networks
Package Installation
npm
npm install graphql-tag
yarn
yarn add graphql-tag
pnpm
pnpm add graphql-tag
CDN 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