Skip to content

Commit

Permalink
Merge pull request #5138 from apollographql/sb/datasource-edits
Browse files Browse the repository at this point in the history
Content edit to Data Sources article
  • Loading branch information
Stephen Barlow committed Apr 29, 2021
2 parents 78304ec + d8c8007 commit 5489bba
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 284 deletions.
2 changes: 1 addition & 1 deletion docs/source/api/apollo-server.md
Expand Up @@ -109,7 +109,7 @@ For more details, see [The `context` argument](../data/resolvers/#the-context-ar

A function that returns an object containing `DataSource` instances for use by your resolvers. The object is automatically added to each operation's [`context`](#context).

For more details, see [Accessing data sources from resolvers](../data/data-sources/#accessing-data-sources-from-resolvers).
For more details, see [Adding data sources to Apollo Server](../data/data-sources/#adding-data-sources-to-apollo-server).
</td>
</tr>

Expand Down
282 changes: 0 additions & 282 deletions docs/source/data/data-sources.md

This file was deleted.

0 comments on commit 5489bba

Please sign in to comment.