Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoferraro committed May 29, 2019
1 parent e05b729 commit 120ec70
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions graphcoolPlayground.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,8 @@ add "&raw" to the end of the URL within a browser.
// options as 'endpoint' belong here
endpoint: {{ .Endpoint }},
subscriptionEndpoint: {{ .SubscriptionEndpoint }},
setTitle: {{ .SetTitle }}
settings:{
"schema.polling.interval": 10000,
}
setTitle: {{ .SetTitle }},
settings: { "schema.polling.enable":false }
})
})</script>
</body>
Expand Down

0 comments on commit 120ec70

Please sign in to comment.