We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d19265 commit cc9547cCopy full SHA for cc9547c
README.md
@@ -68,6 +68,12 @@ console.log(users)
68
69
You can download `graphql.js` directly, or you can use **Bower** or **NPM**.
70
71
+#### CDN
72
+
73
+```html
74
+<script src="https://cdn.jsdelivr.net/npm/graphql.js@0.6.6/graphql.min.js"></script>
75
+```
76
77
#### Download for Browser
78
79
- [Development Version - 12kb](https://raw.githubusercontent.com/f/graphql.js/master/graphql.js)
0 commit comments