kapix-graphql-prisma-client
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
import { O as i, G as o, S as t, P as r, U as l, Q as p, T as u, R as d, V as f } from "./index-92223bb2.js"; | ||
import { O as i, G as o, S as t, P as r, U as l, Q as p, T as u, R as d, V as f } from "./index-629630d6.js"; | ||
import "lodash-es"; | ||
@@ -3,0 +3,0 @@ export { |
@@ -289,3 +289,3 @@ | ||
export interface IManyMutationSelect { | ||
count?: boolean | ||
count?: boolean | Alias | ||
__typename?: boolean | ||
@@ -406,3 +406,3 @@ } | ||
interface IGetListGraphqlRequestQueryOptions<T extends IEntityModel> extends ICommonGraphqlRequestQueryOptions { | ||
select?: string | SelectQuery<T['$prototype']['entityType']> | ISelectQueryOptions<T> | ||
select?: string | SelectQuery<T['$prototype']['entityType']> | ISelectQueryOptions<T> | SubAlias<SelectQuery<T['$prototype']['entityType']>> | SubAlias<ISelectQueryOptions<T>> | ||
orderBy?: string | OrderByQuery<T['$prototype']['entityType']> | IOrderByQueryOptions<T> | ||
@@ -416,3 +416,3 @@ where?: string | WhereQuery<T['$prototype']['entityType']> | IWhereQueryOptions<T> | ||
skip?: number | ||
count?: boolean | ||
count?: boolean | Alias | ||
@@ -419,0 +419,0 @@ mockedData?: ListResult<Partial<T['$prototype']['fullEntityType']>> |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "2.0.16", | ||
"version": "2.0.17", | ||
"private": false, | ||
@@ -8,0 +8,0 @@ "author": "Sparda", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3375816
0.02%