relay-mongoose
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -39,2 +39,2 @@ import { Document, DocumentQuery, FilterQuery } from 'mongoose'; | ||
} | ||
export declare const findConnections: <DocType extends EnhancedDocument, QueryHelpers = {}>(documentQuery: DocumentQuery<DocType | DocType[], any, QueryHelpers> & QueryHelpers, { before, after, first, last }: PaginationArgs, projection?: any | null) => Promise<ConnectionDocuments<DocType>>; | ||
export declare const findConnections: <DocType extends EnhancedDocument, QueryHelpers = {}>(documentQuery: DocumentQuery<DocType | DocType[], any, QueryHelpers>, { before, after, first, last }: PaginationArgs, projection?: any | null) => Promise<ConnectionDocuments<DocType>>; |
{ | ||
"name": "relay-mongoose", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"repository": "https://github.com/wadamek65/relay-mongoose.git", | ||
@@ -5,0 +5,0 @@ "author": "wadamek65 <wadamek65@gmail.com>", |
@@ -138,3 +138,3 @@ import { Document, DocumentQuery, FilterQuery } from 'mongoose'; | ||
export const findConnections = async <DocType extends EnhancedDocument, QueryHelpers = {}>( | ||
documentQuery: DocumentQuery<DocType | DocType[] | null, any, QueryHelpers> & QueryHelpers, | ||
documentQuery: DocumentQuery<DocType | DocType[] | null, any, QueryHelpers>, | ||
{ before, after, first, last }: PaginationArgs, | ||
@@ -141,0 +141,0 @@ projection?: any | null |
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
21647
335