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

Commit 06230a1

Browse files
authored
Remove legacy images (#935)
1 parent f55d162 commit 06230a1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/content/basics/intro/benefits.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,13 @@ Thanks to GraphQL's [strong typing](https://graphql.org/learn/schema) and built-
9090

9191
Apollo provides a cloud-hosted collection of tools that help you build your graph, measure its performance, and grow it safely. These tools are together known as [_Apollo GraphOS_](/graphos/).
9292

93-
After registering your schema with GraphOS, you can use the GraphOS Studio Explorer to inspect all its types and fields. You can also build and run queries against your running server:
94-
95-
<img src="../img/explorer/tab.jpg" alt="Studio Explorer tab" class="screenshot" />
93+
After registering your schema with GraphOS, you can use the GraphOS Studio Explorer to inspect all its types and fields.
94+
You can also build and run queries against your running server.
9695

9796
### Apollo Client DevTools
9897

9998
The Apollo Client DevTools extension for [Chrome](https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm) and [Firefox](https://addons.mozilla.org/en-US/firefox/addon/apollo-developer-tools/) enables you to inspect your Apollo Client cache, track active queries, and view mutations. It also includes an embedded version of the Explorer, which helps you test queries while you're working on frontend code.
10099

101-
<img src="../img/explorer/devtools.jpg" alt="Apollo DevTools" class="screenshot" />
102-
103100
## GraphQL is production-ready
104101

105102
GraphQL's adoption has risen steadily since Facebook published the original [specification](https://spec.graphql.org/) in 2015. For more and more organizations, the benefits of GraphQL have taken it from a curious engineer's hack-week experiment to the heart of the enterprise data layer.

0 commit comments

Comments
 (0)