Skip to content

Commit

Permalink
Re-fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
mklopets authored Dec 28, 2017
1 parent e295019 commit 5048434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/remote-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ A link is a function capable of retrieving GraphQL results. It is the same way t
Link API
</h3>

Since graphql-tools supports using a link for the network layer, the API is the same as you would write on the client. To learn more about how Apollo Link works, check out the [docs](https://apollo-link-docs.netlify.com/docs/link/); Both GraphQL and Apollo Links have slightly varying concepts of what `context` is used for. To make it easy to use your GraphQL context to create your Apollo Link context, `makeRemoteExecutableSchema` attaches the context from the graphql resolver onto the link context under `graphqlContext`.
Since graphql-tools supports using a link for the network layer, the API is the same as you would write on the client. To learn more about how Apollo Link works, check out the [docs](https://www.apollographql.com/docs/link/); Both GraphQL and Apollo Links have slightly varying concepts of what `context` is used for. To make it easy to use your GraphQL context to create your Apollo Link context, `makeRemoteExecutableSchema` attaches the context from the graphql resolver onto the link context under `graphqlContext`.

Basic usage

Expand Down

0 comments on commit 5048434

Please sign in to comment.