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