Skip to content

Commit

Permalink
docs: Move apollo-datasource-firestore to modern datasources (#7612)
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Jun 19, 2023
1 parent d5c1175 commit a87e5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/data/fetching-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,13 @@ Apollo maintains the following open-source data source for Apollo Server 4:
| --- | --- | --- |
| [`RESTDataSource`](https://github.com/apollographql/datasource-rest) | [See Fetching Rest](./fetching-rest)| HTTP/REST APIs |

The community maintains the following open-source data source for Apollo Server 4:
The community maintains the following open-source data sources for Apollo Server 4:

<!-- prettier-ignore -->
| Class | Source | For Use With |
| --- | --- | --- |
| [`BatchedSQLDataSource`](https://github.com/nic-jennings/batched-sql-datasource) | Community | SQL databases (via [Knex.js](http://knexjs.org/)) & Batching (via [DataLoader](https://github.com/graphql/dataloader)) |
| [`FirestoreDataSource`](https://github.com/swantzter/apollo-datasource-firestore) | Community | Cloud Firestore |

### Legacy data source classes

Expand All @@ -246,7 +247,6 @@ The larger community maintains the following open-source implementations:
| [`SQLDataSource`](https://github.com/cvburgess/SQLDataSource) | Community | SQL databases (via [Knex.js](http://knexjs.org/)) |
| [`MongoDataSource`](https://github.com/GraphQLGuide/apollo-datasource-mongodb/) | Community | MongoDB |
| [`CosmosDataSource`](https://github.com/andrejpk/apollo-datasource-cosmosdb) | Community | Azure Cosmos DB |
| [`FirestoreDataSource`](https://github.com/swantzter/apollo-datasource-firestore) | Community | Cloud Firestore |

> Apollo does not provide official support for community-maintained libraries. We cannot guarantee that community-maintained libraries adhere to best practices, or that they will continue to be maintained.

Expand Down

0 comments on commit a87e5fe

Please sign in to comment.