Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/tutorial/tutorial-detail-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ query LaunchDetails($launchId: ID!) {
At the bottom of the Operations section, update the Variables section to pass in an ID for a launch. In this case, it needs to be a string that contains a number:

```json:title=(Sandbox%20Explorer)
{ "id": "25" }
{ "launchId": "25" }
```

This tells Sandbox Explorer to fill in the value of the `$launchId` variable with the value `"25"` when it runs the query. Press the big play button, and you should get some results back for the launch with ID 25:
Expand Down