Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Sandbox screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber committed Sep 6, 2024
1 parent 348047a commit a191b85
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/content/graphos/basics/graphs/federated-graphs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ To add a subgraph to your supergraph with Rover, you publish the subgraph's sche

### Modifying a subgraph

From your variant's Subgraphs page, you can modify an existing subgraph's routing URL:
From your variant's **Subgraphs** page, you can modify an existing subgraph's routing URL:

1. Open the **•••** menu for the subgraph you want to modify:

Expand Down
12 changes: 1 addition & 11 deletions src/content/graphos/explorer/embed-explorer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,7 @@ You can prepopulate your embedded Explorer with an operation from one of your ex
- Any variable names and values defined in the operation's associated tab that are used by the operation
- All header names and values defined in the operation's associated tab

To prepopulate a default operation, use one of the following methods:

#### Option 1

Open the **•••** menu next to an operation and click **Embed this operation**:

<img class="screenshot" src="../img/explorer/embed-definition-menu.jpg" alt="Explorer embed link" width="300" />

#### Option 2

Open the share dropdown in the Explorer and select **Share as embed**:
To prepopulate a default operation, open the share dropdown in the Explorer and select **Share as embed**:

<img class="screenshot" src="../img/explorer/embed-share-dropdown.jpg" alt="Explorer embed dropdown" width="300" />

Expand Down
2 changes: 1 addition & 1 deletion src/content/graphos/explorer/sandbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can run subgraph checks on supergraphs. If you're using Sandbox with a subgr

<img
class="screenshot"
src="../img/subgraph/sandbox-check-prompt.jpg"
src="../img/explorer/sandbox-check-prompt.jpg"
alt="Sandbox subgraph check prompt"
width="500"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/content/graphos/explorer/scripting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ function exampleTransform(ships, filterFn, mapFn) {
return mappedShips;
}

// Retrive and transform ships
// Retrieve and transform ships
const allShips = explorer.response.body.data.Ships;
const transformedShips = exampleTransform( allShips, filterFn, mapFn);

Expand Down
2 changes: 1 addition & 1 deletion src/content/graphos/explorer/subscriptions-explorer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Remember that the path and protocol of your subscriptions URL might differ from

## Executing a subscription

You define a subscription operation in the Explorer's Operation panel, just as you do for a query or mutation.
You define a subscription operation in the Explorer's **Operation** panel, just as you do for a query or mutation.
When you run the subscription, a **Subscriptions** panel appears in the bottom right that updates as new data arrives:

<img
Expand Down
Binary file not shown.
Binary file modified src/content/graphos/img/explorer/embed-share-dropdown.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/content/graphos/img/explorer/environment-variables.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/content/graphos/img/explorer/example-postop-script.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed src/content/graphos/img/explorer/query-plan.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/content/graphos/img/explorer/sandbox-diff.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/content/graphos/img/explorer/sandbox-url-parameters-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/content/graphos/img/explorer/sandbox-url-parameters-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/content/graphos/img/explorer/sandbox-url.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/content/graphos/img/subgraph/list.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/content/graphos/img/subgraph/menu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit a191b85

Please sign in to comment.