Skip to content

Commit

Permalink
Updated altair=graphql-plugin-graphql-explorer plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Oct 13, 2019
1 parent bde648a commit 260d83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/containers/app/app.component.ts
Expand Up @@ -166,7 +166,7 @@ export class AppComponent implements OnDestroy {
)
.subscribe(data => {
if (data.settings.enableExperimental) {
this.pluginRegistry.getPlugin('altair-graphql-plugin-graphql-explorer', { version: '0.0.5' });
this.pluginRegistry.getPlugin('altair-graphql-plugin-graphql-explorer', { version: '0.0.6' });
// this.pluginRegistry.getPlugin('altair-graphql-plugin-graphql-explorer', {
// pluginSource: 'url',
// version: '0.0.4',
Expand Down

0 comments on commit 260d83d

Please sign in to comment.