Skip to content

Commit

Permalink
Update GraphiQL to '0.12.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Nov 4, 2018
1 parent a7389d1 commit 9326362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderGraphiQL.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type GraphiQLData = {
};

// Current latest version of GraphiQL.
const GRAPHIQL_VERSION = '0.11.11';
const GRAPHIQL_VERSION = '0.12.0';

// Ensures string values are safe to be used within a <script> tag.
function safeSerialize(data): string {
Expand Down

0 comments on commit 9326362

Please sign in to comment.