f / graphql.js

A Simple and Isomorphic GraphQL Client for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this be added in any CDN like JS deliver?

suryacaprice opened this issue · comments

Can this be added in any CDN like JS deliver?

I have added a temporary one https://cdn.jsdelivr.net/gh/f/graphql.js@master/graphql.min.js

This will work.

<script src="//cdn.jsdelivr.net/npm/graphql.js@0.6.6/graphql.min.js"></script>