We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc84feb commit c50446fCopy full SHA for c50446f
app/components/Explorer/Explorer.js
@@ -97,6 +97,7 @@ export default class Explorer extends Component {
97
98
return createPromise(
99
"window.__APOLLO_CLIENT__.makeGraphiqlQuery(" + JSON.stringify({
100
+ operationName: graphQLParams.operationName,
101
query: parse(graphQLParams.query),
102
variables: graphQLParams.variables,
103
}) + ", " + noFetch + ")"
extension/manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.0.2",
+ "version": "1.0.3",
3
"name": "Apollo Client Developer Tools",
4
"short_name": "Apollo DevTools",
5
0 commit comments