Skip to content

Commit 1974f31

Browse files
authored
docs: Remove screenshots of Studio since an example is linked (#843)
2 parents 5f2fc90 + 94b2c22 commit 1974f31

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

docs/source/code-generation/downloading-schema.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ Apollo Studio is a cloud platform that helps you build, validate, and secure you
1414

1515
In the SDL view of the Schema tab of Apollo Studio there is a drop-down menu where you can download the linked schema in SDL or JSON format.
1616

17-
Below is a screenshot showing the [StarWars GraphQL API](https://studio.apollographql.com/public/star-wars-swapi/home?variant=current) in an Apollo Studio [public example](https://studio.apollographql.com/public/star-wars-swapi/schema/sdl?variant=current). On the right-hand side you can see the drop-down allowing downloads of both formats.
18-
19-
<img class="screenshot" src="../screenshot/studio-starwarsapi-download.png" alt="Where to download a schema from Apollo Studio" />
17+
You can visit this [public example](https://studio.apollographql.com/public/star-wars-swapi/schema/sdl?variant=current) of Apollo Studio for a [StarWars GraphQL API](https://studio.apollographql.com/public/star-wars-swapi/home?variant=current). On the right-hand side, you can see the drop-down allowing downloads of both formats.
2018

2119
Please see the [documentation](https://www.apollographql.com/docs/studio/) for further details on how to use Apollo Studio.
2220

-471 KB
Binary file not shown.

docs/source/tutorial/codegen-getting-started.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ cd ios-code-gen-example
1919

2020
We'll use the [StarWars GraphQL API](https://studio.apollographql.com/public/star-wars-swapi/home?variant=current) for this example. You can check this schema out using [Apollo Studio](https://studio.apollographql.com/public/star-wars-swapi/schema/sdl?variant=current).
2121

22-
<img class="screenshot" src="../screenshot/studio-starwarsapi-download.png" alt="Where to download a schema from Apollo Studio" />
23-
2422
On the right-hand side in Apollo Studio find the drop-down to download the schema, shown in the above screenshot. Apollo Studio supports both `JSON` or `Raw` formats. For this tutorial select `Raw` which downloads the GraphQL schema in the Schema Definition Language (SDL) format.
2523

2624
Clicking `Raw` will download a file named `[email protected]`.

0 commit comments

Comments
 (0)