Comparing version 0.0.5 to 0.0.6
@@ -135,3 +135,3 @@ /// <reference types="node" /> | ||
export interface SqlExecutor { | ||
execute<TResult, TRecord extends Row = Row>(query: Knex.QueryBuilder<TRecord, TResult>): Promise<TResult>; | ||
execute<TResult, TRecord extends Row = Row>(query: Knex.QueryBuilder<TRecord, TResult> | Knex.Raw<TResult>): Promise<TResult>; | ||
} | ||
@@ -138,0 +138,0 @@ export interface UserInputErrorConstructor { |
{ | ||
"name": "gqlsql", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "GraphQL SQL Resolver Builders", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
310560