README
Apollo Schema Link
Assists with mocking and server-side rendering.
Documentation
All Apollo Client documentation, including Apollo Link usage articles and helpful recipes, lives on https://www.apollographql.com/docs/react/
Use a GraphQL Schema to request data
<script type="module">
import apolloLinkSchema from 'https://cdn.skypack.dev/@apollo/link-schema';
</script>

Assists with mocking and server-side rendering.
All Apollo Client documentation, including Apollo Link usage articles and helpful recipes, lives on https://www.apollographql.com/docs/react/