Skip to content

Commit

Permalink
Merge pull request folkloreinc#299 from KevinAsher/KevinAsher-patch-1
Browse files Browse the repository at this point in the history
Update graphiql to latest version
  • Loading branch information
dmongeau authored Feb 26, 2018
2 parents cd94571 + dacb71e commit 0c0c31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/graphiql.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.5.4/react.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.5.4/react-dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.3/graphiql.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.11/graphiql.min.js"></script>
</head>
<body>
<div id="graphiql">Loading...</div>
Expand Down

0 comments on commit 0c0c31e

Please sign in to comment.