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

Commit

Permalink
Adjust image widths
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber committed Sep 6, 2024
1 parent c13739e commit ea599c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/content/graphos/delivery/check-configurations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ In [GraphOS Studio](https://studio.apollographql.com?referrer=docs-content), you
className="screenshot"
src="../img/schema-checks/check-configuration-page.jpg"
alt="Check configuration page in GraphOS Studio"
width="700"
/>

### Configuration options
Expand Down
2 changes: 1 addition & 1 deletion src/content/graphos/delivery/schema-checks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can review the results of schema checks inside GraphOS Studio from your grap
className="screenshot"
src="../img/schema-checks/checks-studio.jpg"
alt="Schema check results in Studio"
width="500"
width="700"
/>

With the exception of [contract checks](#types-of-checks), schema checks are free as part of [all Apollo plans](https://www.apollographql.com/pricing/).
Expand Down
8 changes: 4 additions & 4 deletions src/content/graphos/delivery/schema-linter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ description: Enforce GraphQL formatting conventions and best practices with Apol
GraphOS provides _schema linting_ to help you enforce formatting conventions and other GraphQL best practices with every proposed change to your graph's schema.

<img
src="../img/linter-violations.jpg"
src="../img/schema-checks/linter-violations.jpg"
class="screenshot"
alt="Linter violations in GraphOS Studio"
width="500"
width="600"
/>

- If you set up [schema checks](./schema-checks/) for your graph, linting runs as a separate check type alongside build and operation checks.
Expand Down Expand Up @@ -64,10 +64,10 @@ If you set up [schema checks](./schema-checks) for your graph, schema linting au
For example, the screenshot below shows failed and warning linting checks.

<img
src="../img/linter-check-results.jpg"
src="../img/schema-checks/linter-check-results.jpg"
class="screenshot"
alt="Checks page in Studio showing all check types"
width="500"
width="400"
/>


Expand Down

0 comments on commit ea599c6

Please sign in to comment.