We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_gqcTypeComposer
1 parent 846cbd0 commit 18a0463Copy full SHA for 18a0463
src/definition.js
@@ -29,7 +29,6 @@ export type MongoosePseudoModelT = {
29
}
30
31
export type MongooseModelT = {
32
- _gqcTypeComposer?: TypeComposer,
33
modelName: string,
34
schema: MongooseModelSchemaT,
35
create(doc: Object | Object[]): Promise<Object>,
0 commit comments