Questions tagged [apollo-datasource]

No instructions have been provided for this tag at the moment.

Easily switch to using String id instead of ObjectId when working with MongoDataSource in Apollo Server

We are currently working with a MongoDB database that uses string IDs instead of the typical 12 bytes or 24 hex format. These IDs were generated by MeteorJS. As we develop a GraphQL layer using apollo server, we encountered an issue when trying to load da ...