Skip to content

issues Search Results · repo:GraphQLGuide/apollo-datasource-mongodb language:JavaScript

Filter by

66 results
 (72 ms)

66 results

inGraphQLGuide/apollo-datasource-mongodb (press backspace or delete to remove)

We use apollo 3 and don t plan to upgrade any time in the near future. But, we are continuously upgrading our mongodb library. With that comes updates to the bson package. It looks like this library has ...
  • AustinHunt
  • 1
  • Opened 
    on May 2, 2024
  • #124

I rarely have time for reviewing PRs and making releases—would be happy to find someone interested in taking that on! Let me know if you re interested in helping out: loren@graphql.guide
  • lorensr
  • Opened 
    on Oct 28, 2022
  • #116

Hi, when you install apollo-datasource-mongodb, I got the following error warning apollo-datasource-mongodb apollo-server-errors@2.5.0 has incorrect peer dependency graphql@^0.12.0 || ^0.13.0 || ^14.0.0 ...
bug
help wanted
  • mishanianod
  • 1
  • Opened 
    on Oct 18, 2022
  • #115

I have the following ApolloServer (v4) import { MongoDataSource } from apollo-datasource-mongodb export default class LoaderAsset extends MongoDataSource { async getAsset(assetId) { return this.findOneById(assetId) ...
  • mishanianod
  • 9
  • Opened 
    on Oct 15, 2022
  • #114

hi, I was trying to query mongodb, but found that the password field was missing in the fields queried by model The password field is hidden in the query result, how can I get it out
  • 9a-aaaaaaaa
  • 1
  • Opened 
    on Oct 11, 2022
  • #113

I am wondering why isn t there a findOneByFields method, similar to the existing findByFields one. Currently I m using this hack: async findOneByFields(values) { return this.findByFields(values).then((documents) ...
  • RemyMachado
  • 2
  • Opened 
    on Oct 5, 2022
  • #112

I have the following collation on my collection: schemaOptions: { collection: users , collation: { locale: en , strength: 2, }, }, ...
bug
help wanted
  • RemyMachado
  • Opened 
    on Oct 5, 2022
  • #111

I would like to store the authenticated user in the context, in order for each method of the DataSource to directly access it, but I think it may be an antipattern. I m not even sure async initialize() ...
help wanted
question
  • RemyMachado
  • Opened 
    on Sep 12, 2022
  • #108

I m stuck in a loop! I m trying to define the Context type present in my DataSource, but this one includes the different DataSources. Context - dataSources - DataSource[] and for each DataSource: DataSource ...
  • RemyMachado
  • 1
  • Opened 
    on Sep 11, 2022
  • #107

I replaced my UserAPI with the one in apollo-datasources-mongodb typescript section, and still got the same error. ---ERROR--- Argument of type import( C:/Users/969070/Code/pistachio_develpment/server/node_modules/mongodb/mongodb ...
  • JRedded
  • 3
  • Opened 
    on Aug 17, 2022
  • #106
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub