You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

kapix-graphql-prisma-client

Package Overview
Dependencies
Maintainers
5
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kapix-graphql-prisma-client - npm Package Compare versions

Comparing version

to
2.0.17

dist/index-629630d6.js

2

dist/kapix-graphql-prisma-client.es.js

@@ -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",