We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fe94b commit b7a95c6Copy full SHA for b7a95c6
1 file changed
graphql-query.html
@@ -52,8 +52,6 @@ <h1>[[result.block.title]]</h1>
52
-->
53
54
<script>
55
- window.PolymerApolloClient = window.PolymerApolloClient || {};
56
-
57
class GraphQLQuery extends MatryoshkaLoaderMixin(Polymer.Element) {
58
static get is() {
59
return 'graphql-query';
@@ -193,7 +191,7 @@ <h1>[[result.block.title]]</h1>
193
191
* Connect to a different client.
194
192
*/
195
clientName: {
196
- value: window.PolymerApolloClient.CLIENT_NAME_DEFAULT
+ value: CLIENT_NAME_DEFAULT
197
},
198
199
/**
0 commit comments