graffiti-mongoose icon indicating copy to clipboard operation
graffiti-mongoose copied to clipboard

⚠️ DEVELOPMENT DISCONTINUED - Mongoose (MongoDB) adapter for graffiti (Node.js GraphQL ORM)

Results 32 graffiti-mongoose issues
Sort by recently updated
recently updated
newest added

fix Error: Schema must contain unique named types but contains multiple types named function setTypeFields(type, fields) { type._typeConfig.fields = function () { return fields; }; } change to function setTypeFields(type,...

Hi, Does this library support mongoose virtual fields ?

type: feat

getSchema returns a GraphQLSchema object based on MongooseModels, how do I go about adding my own types to this schema? Consider the use case: I have a `Post` object with...

## Overview of the Issue In the docs of GraphiQL is no possible to see a description for the schemas. ## Suggest a Fix We could add the description for...

I volunteer to be a maintainer. I think this library is fantastic and should be way more popular than it is.

## Overview of the Issue Error during npm nstall ```javascript MacBook-Pro-de-Jorge:CRM jpacora$ npm install graphql @risingstack/graffiti-mongoose --save [email protected] /Users/jpacora/Documents/Dev/CRM ├─┬ @risingstack/[email protected] │ ├─┬ [email protected] │ │ └── [email protected] │ ├──...

Right now, subdocument arrays are created as GraphQLLists (Psuedocode): ``` ParentSchema = { items: SubSchema } ``` And ParentSchema.items would be of type GraphQLList. This makes it unfilterable/unpaginable. Support for...

## Overview of the Issue @tothandras Sorry to raise the dead (#66) but do you have a working example of how to get the individual field validation errors for a...

I would like to use bcrypt in order to encrypt user passwords. Basically bcrypt provides both synchronus and asynchronous methods to achieve this. Regarding the performance I tried the async...

Fixes #117 Use Relay Connections for arrays of Sub-Documents. This is a breaking change as it casts **every** array of subdocuments into relay style connections/edges. I figured this is okay...