Skip to content

Commit

Permalink
add docs link of configuration values
Browse files Browse the repository at this point in the history
  • Loading branch information
ergofriend committed Mar 11, 2023
1 parent 796dacc commit 6c2cc7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphql/playground/apollo_sandbox_playground.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ var apolloSandboxPage = template.Must(template.New("ApolloSandbox").Parse(`<!doc
{{- else}}
const url = location.protocol + '//' + location.host + {{.endpoint}};
{{- end}}
<!-- See https://www.apollographql.com/docs/graphos/explorer/sandbox/#options -->
new window.EmbeddedSandbox({
target: '#embedded-sandbox',
initialEndpoint: url,
Expand Down

0 comments on commit 6c2cc7d

Please sign in to comment.