update graphiql explorer in hasura console and graphiql online (closes #2313) (#2994)

* update graphiql explorer

* update onegraph explorer in graphiql online
This commit is contained in:
Rishichandra Wawhal 2019-10-08 16:17:19 +05:30 committed by Shahidh K Muhammed
parent 5ced530ccd
commit d3f80265f5
8 changed files with 14 additions and 15 deletions

View File

@ -6700,10 +6700,10 @@
}
}
},
"graphiql-explorer-hasura": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/graphiql-explorer-hasura/-/graphiql-explorer-hasura-0.0.7.tgz",
"integrity": "sha512-caF9QDQ3Cc1WHWkJLDu0z/f1WN4FUiCqdm4lAMhHDYPpWZj3Cj4arOtalUjZo7dLav8cpLxkxYDmxQGWlziGuQ=="
"graphiql-explorer": {
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/graphiql-explorer/-/graphiql-explorer-0.4.4.tgz",
"integrity": "sha512-NuQ1XAjZwykKb9GoHM6ofI9qITZ8Lue/mXi1Bj3/ZbGZv1Srk3sz0QkKQ5jBaxmuS3Ay09LRvJQSOr0Ci1dlfg=="
},
"graphql": {
"version": "14.3.0",

View File

@ -43,7 +43,7 @@
"apollo-link": "^1.2.2",
"apollo-link-ws": "^1.0.8",
"graphiql": "^0.13.2",
"graphiql-explorer-hasura": "0.0.7",
"graphiql-explorer": "0.4.4",
"graphql": "^14.3.0",
"graphql-voyager": "^1.0.0-rc.27",
"hasura-console-graphiql": "0.1.0-alpha.1",

View File

@ -1,7 +1,7 @@
import React from 'react';
import { getIntrospectionQuery, buildClientSchema } from 'graphql';
import GraphiQLExplorer from 'graphiql-explorer-hasura';
import GraphiQLExplorer from 'graphiql-explorer';
import {
makeDefaultArg,

View File

@ -1,4 +1,4 @@
import GraphiQLExplorer from 'graphiql-explorer-hasura';
import GraphiQLExplorer from 'graphiql-explorer';
export const makeDefaultArg = () => {
return false;

View File

@ -7161,10 +7161,10 @@
"markdown-it": "^8.4.0"
}
},
"graphiql-explorer-hasura": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/graphiql-explorer-hasura/-/graphiql-explorer-hasura-0.0.7.tgz",
"integrity": "sha512-caF9QDQ3Cc1WHWkJLDu0z/f1WN4FUiCqdm4lAMhHDYPpWZj3Cj4arOtalUjZo7dLav8cpLxkxYDmxQGWlziGuQ=="
"graphiql-explorer": {
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/graphiql-explorer/-/graphiql-explorer-0.4.4.tgz",
"integrity": "sha512-NuQ1XAjZwykKb9GoHM6ofI9qITZ8Lue/mXi1Bj3/ZbGZv1Srk3sz0QkKQ5jBaxmuS3Ay09LRvJQSOr0Ci1dlfg=="
},
"graphql": {
"version": "14.3.0",

View File

@ -57,8 +57,7 @@
"apollo-link-ws": "^1.0.8",
"brace": "^0.11.1",
"deep-equal": "^1.0.1",
"graphiql": "^0.11.11",
"graphiql-explorer-hasura": "0.0.7",
"graphiql-explorer": "0.4.4",
"graphql": "^14.3.0",
"graphql-voyager": "^1.0.0-rc.27",
"hasura-console-graphiql": "0.0.11",

View File

@ -1,7 +1,7 @@
import React from 'react';
import { getIntrospectionQuery, buildClientSchema } from 'graphql';
import GraphiQLExplorer from 'graphiql-explorer-hasura';
import GraphiQLExplorer from 'graphiql-explorer';
import {
makeDefaultArg,

View File

@ -1,4 +1,4 @@
import GraphiQLExplorer from 'graphiql-explorer-hasura';
import GraphiQLExplorer from 'graphiql-explorer';
export const makeDefaultArg = () => {
return false;