mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
Merge pull request #293 from ephemer/patch-1
Update GraphiQL version to 0.9.1
This commit is contained in:
commit
af2245c882
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export type GraphiQLData = {
|
|||
};
|
||||
|
||||
// Current latest version of GraphiQL.
|
||||
const GRAPHIQL_VERSION = '0.8.0';
|
||||
const GRAPHIQL_VERSION = '0.9.1';
|
||||
|
||||
// Ensures string values are safe to be used within a <script> tag.
|
||||
// TODO: I don't think that's the right escape function
|
||||
|
|
Loading…
Add table
Reference in a new issue