graphql-compose-mongoose
Advanced tools
Comparing version 9.5.2 to 9.5.3
@@ -1,5 +0,5 @@ | ||
import type { Model, Document } from 'mongoose'; | ||
import type { Model } from 'mongoose'; | ||
import { ComposeWithMongooseDiscriminatorsOpts, DiscriminatorTypeComposer } from './discriminators'; | ||
export * from './discriminators'; | ||
export declare function composeWithMongooseDiscriminators<TDoc extends Document, TContext = any>(baseModel: Model<TDoc>, opts?: ComposeWithMongooseDiscriminatorsOpts<TContext>): DiscriminatorTypeComposer<TDoc, TContext>; | ||
export declare function composeWithMongooseDiscriminators<TDoc, TContext = any>(baseModel: Model<TDoc>, opts?: ComposeWithMongooseDiscriminatorsOpts<TContext>): DiscriminatorTypeComposer<TDoc, TContext>; | ||
//# sourceMappingURL=composeWithMongooseDiscriminators.d.ts.map |
{ | ||
"name": "graphql-compose-mongoose", | ||
"version": "9.5.2", | ||
"version": "9.5.3", | ||
"description": "Plugin for `graphql-compose` which derive a graphql types from a mongoose model.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
443496