Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1317 from apollographql/cheapsteak-patch-1-1
Browse files Browse the repository at this point in the history
update endpoint for fullstack tutorial to /graphql
  • Loading branch information
cheapsteak authored Feb 23, 2022
2 parents 7dab7fb + 5711c12 commit 55f1bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio-docs/source/explorer/embed-explorer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For example, here's an embedded Explorer for an Apollo example graph. Try it out

<EmbeddableExplorer
graphRef="Apollo-Fullstack-Demo-o3tsz8@current"
graphEndpoint="https://apollo-fullstack-tutorial.herokuapp.com/"
graphEndpoint="https://apollo-fullstack-tutorial.herokuapp.com/graphql"
graphSubscriptionEndpoint="wss://apollo-fullstack-tutorial.herokuapp.com/graphql"
defaultOperation={`query GetLaunches {
launches {
Expand Down

0 comments on commit 55f1bfd

Please sign in to comment.