@constructive-io/graphql-server 2.19.2 → 2.19.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/codegen/orm/index.d.ts +7 -603
- package/codegen/orm/index.js +4 -127
- package/codegen/orm/input-types.d.ts +14682 -7790
- package/codegen/orm/input-types.js +0 -5
- package/codegen/orm/models/api.d.ts +6 -6
- package/codegen/orm/models/api.js +3 -4
- package/codegen/orm/models/domain.d.ts +6 -6
- package/codegen/orm/models/domain.js +3 -4
- package/codegen/orm/models/index.d.ts +1 -58
- package/codegen/orm/models/index.js +3 -118
- package/codegen/orm/mutation/index.d.ts +1 -525
- package/codegen/orm/mutation/index.js +2 -591
- package/codegen/orm/query/index.d.ts +3 -257
- package/codegen/orm/query/index.js +8 -274
- package/codegen/orm/query-builder.d.ts +2 -1
- package/codegen/orm/query-builder.js +376 -129
- package/codegen/orm/select-types.d.ts +33 -0
- package/esm/codegen/orm/index.js +4 -127
- package/esm/codegen/orm/input-types.js +0 -5
- package/esm/codegen/orm/models/api.js +3 -4
- package/esm/codegen/orm/models/domain.js +3 -4
- package/esm/codegen/orm/models/index.js +1 -58
- package/esm/codegen/orm/mutation/index.js +2 -591
- package/esm/codegen/orm/query/index.js +8 -274
- package/esm/codegen/orm/query-builder.js +343 -129
- package/esm/middleware/api.js +145 -173
- package/esm/middleware/gql.js +72 -71
- package/middleware/api.d.ts +16 -3
- package/middleware/api.js +148 -173
- package/middleware/gql.d.ts +174 -24
- package/middleware/gql.js +76 -76
- package/middleware/types.d.ts +3 -19
- package/package.json +7 -4
- package/types.d.ts +17 -44
- package/codegen/orm/models/apiExtension.d.ts +0 -42
- package/codegen/orm/models/apiExtension.js +0 -77
- package/codegen/orm/models/apiModule.d.ts +0 -42
- package/codegen/orm/models/apiModule.js +0 -77
- package/codegen/orm/models/apiSchema.d.ts +0 -42
- package/codegen/orm/models/apiSchema.js +0 -77
- package/codegen/orm/models/app.d.ts +0 -42
- package/codegen/orm/models/app.js +0 -77
- package/codegen/orm/models/checkConstraint.d.ts +0 -42
- package/codegen/orm/models/checkConstraint.js +0 -77
- package/codegen/orm/models/connectedAccountsModule.d.ts +0 -42
- package/codegen/orm/models/connectedAccountsModule.js +0 -77
- package/codegen/orm/models/cryptoAddressesModule.d.ts +0 -42
- package/codegen/orm/models/cryptoAddressesModule.js +0 -77
- package/codegen/orm/models/cryptoAuthModule.d.ts +0 -42
- package/codegen/orm/models/cryptoAuthModule.js +0 -77
- package/codegen/orm/models/database.d.ts +0 -42
- package/codegen/orm/models/database.js +0 -77
- package/codegen/orm/models/databaseExtension.d.ts +0 -42
- package/codegen/orm/models/databaseExtension.js +0 -77
- package/codegen/orm/models/databaseProvision.d.ts +0 -42
- package/codegen/orm/models/databaseProvision.js +0 -77
- package/codegen/orm/models/defaultIdsModule.d.ts +0 -42
- package/codegen/orm/models/defaultIdsModule.js +0 -77
- package/codegen/orm/models/denormalizedTableField.d.ts +0 -42
- package/codegen/orm/models/denormalizedTableField.js +0 -77
- package/codegen/orm/models/emailsModule.d.ts +0 -42
- package/codegen/orm/models/emailsModule.js +0 -77
- package/codegen/orm/models/encryptedSecretsModule.d.ts +0 -42
- package/codegen/orm/models/encryptedSecretsModule.js +0 -77
- package/codegen/orm/models/extension.d.ts +0 -42
- package/codegen/orm/models/extension.js +0 -77
- package/codegen/orm/models/field.d.ts +0 -42
- package/codegen/orm/models/field.js +0 -77
- package/codegen/orm/models/fieldModule.d.ts +0 -42
- package/codegen/orm/models/fieldModule.js +0 -77
- package/codegen/orm/models/foreignKeyConstraint.d.ts +0 -42
- package/codegen/orm/models/foreignKeyConstraint.js +0 -77
- package/codegen/orm/models/fullTextSearch.d.ts +0 -42
- package/codegen/orm/models/fullTextSearch.js +0 -77
- package/codegen/orm/models/hierarchyModule.d.ts +0 -42
- package/codegen/orm/models/hierarchyModule.js +0 -77
- package/codegen/orm/models/indexModel.d.ts +0 -42
- package/codegen/orm/models/indexModel.js +0 -77
- package/codegen/orm/models/invitesModule.d.ts +0 -42
- package/codegen/orm/models/invitesModule.js +0 -77
- package/codegen/orm/models/levelsModule.d.ts +0 -42
- package/codegen/orm/models/levelsModule.js +0 -77
- package/codegen/orm/models/limitFunction.d.ts +0 -42
- package/codegen/orm/models/limitFunction.js +0 -77
- package/codegen/orm/models/limitsModule.d.ts +0 -42
- package/codegen/orm/models/limitsModule.js +0 -77
- package/codegen/orm/models/membershipTypesModule.d.ts +0 -42
- package/codegen/orm/models/membershipTypesModule.js +0 -77
- package/codegen/orm/models/membershipsModule.d.ts +0 -42
- package/codegen/orm/models/membershipsModule.js +0 -77
- package/codegen/orm/models/module.d.ts +0 -42
- package/codegen/orm/models/module.js +0 -77
- package/codegen/orm/models/moduleDefinition.d.ts +0 -42
- package/codegen/orm/models/moduleDefinition.js +0 -77
- package/codegen/orm/models/moduleField.d.ts +0 -42
- package/codegen/orm/models/moduleField.js +0 -77
- package/codegen/orm/models/moduleInputRecord.d.ts +0 -42
- package/codegen/orm/models/moduleInputRecord.js +0 -77
- package/codegen/orm/models/moduleOutput.d.ts +0 -42
- package/codegen/orm/models/moduleOutput.js +0 -77
- package/codegen/orm/models/permissionsModule.d.ts +0 -42
- package/codegen/orm/models/permissionsModule.js +0 -77
- package/codegen/orm/models/phoneNumbersModule.d.ts +0 -42
- package/codegen/orm/models/phoneNumbersModule.js +0 -77
- package/codegen/orm/models/policy.d.ts +0 -42
- package/codegen/orm/models/policy.js +0 -77
- package/codegen/orm/models/primaryKeyConstraint.d.ts +0 -42
- package/codegen/orm/models/primaryKeyConstraint.js +0 -77
- package/codegen/orm/models/procedure.d.ts +0 -42
- package/codegen/orm/models/procedure.js +0 -77
- package/codegen/orm/models/profilesModule.d.ts +0 -42
- package/codegen/orm/models/profilesModule.js +0 -77
- package/codegen/orm/models/rlsFunction.d.ts +0 -42
- package/codegen/orm/models/rlsFunction.js +0 -77
- package/codegen/orm/models/rlsModule.d.ts +0 -42
- package/codegen/orm/models/rlsModule.js +0 -77
- package/codegen/orm/models/schema.d.ts +0 -42
- package/codegen/orm/models/schema.js +0 -77
- package/codegen/orm/models/schemaGrant.d.ts +0 -42
- package/codegen/orm/models/schemaGrant.js +0 -77
- package/codegen/orm/models/secretsModule.d.ts +0 -42
- package/codegen/orm/models/secretsModule.js +0 -77
- package/codegen/orm/models/site.d.ts +0 -42
- package/codegen/orm/models/site.js +0 -77
- package/codegen/orm/models/siteMetadatum.d.ts +0 -42
- package/codegen/orm/models/siteMetadatum.js +0 -77
- package/codegen/orm/models/siteModule.d.ts +0 -42
- package/codegen/orm/models/siteModule.js +0 -77
- package/codegen/orm/models/siteTheme.d.ts +0 -42
- package/codegen/orm/models/siteTheme.js +0 -77
- package/codegen/orm/models/table.d.ts +0 -42
- package/codegen/orm/models/table.js +0 -77
- package/codegen/orm/models/tableGrant.d.ts +0 -42
- package/codegen/orm/models/tableGrant.js +0 -77
- package/codegen/orm/models/tokensModule.d.ts +0 -42
- package/codegen/orm/models/tokensModule.js +0 -77
- package/codegen/orm/models/trigger.d.ts +0 -42
- package/codegen/orm/models/trigger.js +0 -77
- package/codegen/orm/models/triggerFunction.d.ts +0 -42
- package/codegen/orm/models/triggerFunction.js +0 -77
- package/codegen/orm/models/uniqueConstraint.d.ts +0 -42
- package/codegen/orm/models/uniqueConstraint.js +0 -77
- package/codegen/orm/models/userAuthModule.d.ts +0 -42
- package/codegen/orm/models/userAuthModule.js +0 -77
- package/codegen/orm/models/usersModule.d.ts +0 -42
- package/codegen/orm/models/usersModule.js +0 -77
- package/codegen/orm/models/uuidModule.d.ts +0 -42
- package/codegen/orm/models/uuidModule.js +0 -77
- package/esm/codegen/orm/models/apiExtension.js +0 -73
- package/esm/codegen/orm/models/apiModule.js +0 -73
- package/esm/codegen/orm/models/apiSchema.js +0 -73
- package/esm/codegen/orm/models/app.js +0 -73
- package/esm/codegen/orm/models/checkConstraint.js +0 -73
- package/esm/codegen/orm/models/connectedAccountsModule.js +0 -73
- package/esm/codegen/orm/models/cryptoAddressesModule.js +0 -73
- package/esm/codegen/orm/models/cryptoAuthModule.js +0 -73
- package/esm/codegen/orm/models/database.js +0 -73
- package/esm/codegen/orm/models/databaseExtension.js +0 -73
- package/esm/codegen/orm/models/databaseProvision.js +0 -73
- package/esm/codegen/orm/models/defaultIdsModule.js +0 -73
- package/esm/codegen/orm/models/denormalizedTableField.js +0 -73
- package/esm/codegen/orm/models/emailsModule.js +0 -73
- package/esm/codegen/orm/models/encryptedSecretsModule.js +0 -73
- package/esm/codegen/orm/models/extension.js +0 -73
- package/esm/codegen/orm/models/field.js +0 -73
- package/esm/codegen/orm/models/fieldModule.js +0 -73
- package/esm/codegen/orm/models/foreignKeyConstraint.js +0 -73
- package/esm/codegen/orm/models/fullTextSearch.js +0 -73
- package/esm/codegen/orm/models/hierarchyModule.js +0 -73
- package/esm/codegen/orm/models/indexModel.js +0 -73
- package/esm/codegen/orm/models/invitesModule.js +0 -73
- package/esm/codegen/orm/models/levelsModule.js +0 -73
- package/esm/codegen/orm/models/limitFunction.js +0 -73
- package/esm/codegen/orm/models/limitsModule.js +0 -73
- package/esm/codegen/orm/models/membershipTypesModule.js +0 -73
- package/esm/codegen/orm/models/membershipsModule.js +0 -73
- package/esm/codegen/orm/models/module.js +0 -73
- package/esm/codegen/orm/models/moduleDefinition.js +0 -73
- package/esm/codegen/orm/models/moduleField.js +0 -73
- package/esm/codegen/orm/models/moduleInputRecord.js +0 -73
- package/esm/codegen/orm/models/moduleOutput.js +0 -73
- package/esm/codegen/orm/models/permissionsModule.js +0 -73
- package/esm/codegen/orm/models/phoneNumbersModule.js +0 -73
- package/esm/codegen/orm/models/policy.js +0 -73
- package/esm/codegen/orm/models/primaryKeyConstraint.js +0 -73
- package/esm/codegen/orm/models/procedure.js +0 -73
- package/esm/codegen/orm/models/profilesModule.js +0 -73
- package/esm/codegen/orm/models/rlsFunction.js +0 -73
- package/esm/codegen/orm/models/rlsModule.js +0 -73
- package/esm/codegen/orm/models/schema.js +0 -73
- package/esm/codegen/orm/models/schemaGrant.js +0 -73
- package/esm/codegen/orm/models/secretsModule.js +0 -73
- package/esm/codegen/orm/models/site.js +0 -73
- package/esm/codegen/orm/models/siteMetadatum.js +0 -73
- package/esm/codegen/orm/models/siteModule.js +0 -73
- package/esm/codegen/orm/models/siteTheme.js +0 -73
- package/esm/codegen/orm/models/table.js +0 -73
- package/esm/codegen/orm/models/tableGrant.js +0 -73
- package/esm/codegen/orm/models/tokensModule.js +0 -73
- package/esm/codegen/orm/models/trigger.js +0 -73
- package/esm/codegen/orm/models/triggerFunction.js +0 -73
- package/esm/codegen/orm/models/uniqueConstraint.js +0 -73
- package/esm/codegen/orm/models/userAuthModule.js +0 -73
- package/esm/codegen/orm/models/usersModule.js +0 -73
- package/esm/codegen/orm/models/uuidModule.js +0 -73
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ApiSchemaModel = void 0;
|
|
4
|
-
const query_builder_1 = require("../query-builder");
|
|
5
|
-
// ============================================================================
|
|
6
|
-
// Model Class
|
|
7
|
-
// ============================================================================
|
|
8
|
-
class ApiSchemaModel {
|
|
9
|
-
client;
|
|
10
|
-
constructor(client) {
|
|
11
|
-
this.client = client;
|
|
12
|
-
}
|
|
13
|
-
findMany(args) {
|
|
14
|
-
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('ApiSchema', 'apiSchemas', args?.select, {
|
|
15
|
-
where: args?.where,
|
|
16
|
-
orderBy: args?.orderBy,
|
|
17
|
-
first: args?.first,
|
|
18
|
-
last: args?.last,
|
|
19
|
-
after: args?.after,
|
|
20
|
-
before: args?.before,
|
|
21
|
-
offset: args?.offset,
|
|
22
|
-
}, 'ApiSchemaFilter', 'ApiSchemasOrderBy');
|
|
23
|
-
return new query_builder_1.QueryBuilder({
|
|
24
|
-
client: this.client,
|
|
25
|
-
operation: 'query',
|
|
26
|
-
operationName: 'ApiSchema',
|
|
27
|
-
fieldName: 'apiSchemas',
|
|
28
|
-
document,
|
|
29
|
-
variables,
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
findFirst(args) {
|
|
33
|
-
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('ApiSchema', 'apiSchemas', args?.select, { where: args?.where }, 'ApiSchemaFilter');
|
|
34
|
-
return new query_builder_1.QueryBuilder({
|
|
35
|
-
client: this.client,
|
|
36
|
-
operation: 'query',
|
|
37
|
-
operationName: 'ApiSchema',
|
|
38
|
-
fieldName: 'apiSchemas',
|
|
39
|
-
document,
|
|
40
|
-
variables,
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
create(args) {
|
|
44
|
-
const { document, variables } = (0, query_builder_1.buildCreateDocument)('ApiSchema', 'createApiSchema', 'apiSchema', args.select, args.data, 'CreateApiSchemaInput');
|
|
45
|
-
return new query_builder_1.QueryBuilder({
|
|
46
|
-
client: this.client,
|
|
47
|
-
operation: 'mutation',
|
|
48
|
-
operationName: 'ApiSchema',
|
|
49
|
-
fieldName: 'createApiSchema',
|
|
50
|
-
document,
|
|
51
|
-
variables,
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
update(args) {
|
|
55
|
-
const { document, variables } = (0, query_builder_1.buildUpdateDocument)('ApiSchema', 'updateApiSchema', 'apiSchema', args.select, args.where, args.data, 'UpdateApiSchemaInput');
|
|
56
|
-
return new query_builder_1.QueryBuilder({
|
|
57
|
-
client: this.client,
|
|
58
|
-
operation: 'mutation',
|
|
59
|
-
operationName: 'ApiSchema',
|
|
60
|
-
fieldName: 'updateApiSchema',
|
|
61
|
-
document,
|
|
62
|
-
variables,
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
delete(args) {
|
|
66
|
-
const { document, variables } = (0, query_builder_1.buildDeleteDocument)('ApiSchema', 'deleteApiSchema', 'apiSchema', args.where, 'DeleteApiSchemaInput');
|
|
67
|
-
return new query_builder_1.QueryBuilder({
|
|
68
|
-
client: this.client,
|
|
69
|
-
operation: 'mutation',
|
|
70
|
-
operationName: 'ApiSchema',
|
|
71
|
-
fieldName: 'deleteApiSchema',
|
|
72
|
-
document,
|
|
73
|
-
variables,
|
|
74
|
-
});
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
exports.ApiSchemaModel = ApiSchemaModel;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* App model for ORM client
|
|
3
|
-
* @generated by @constructive-io/graphql-codegen
|
|
4
|
-
* DO NOT EDIT - changes will be overwritten
|
|
5
|
-
*/
|
|
6
|
-
import { OrmClient } from '../client';
|
|
7
|
-
import { QueryBuilder } from '../query-builder';
|
|
8
|
-
import { type ConnectionResult, type FindManyArgs, type FindFirstArgs, type CreateArgs, type UpdateArgs, type DeleteArgs, type InferSelectResult } from '../select-types';
|
|
9
|
-
import { type AppWithRelations, type AppSelect, type AppFilter, type AppsOrderBy, type CreateAppInput, type AppPatch } from '../input-types';
|
|
10
|
-
export declare class AppModel {
|
|
11
|
-
private client;
|
|
12
|
-
constructor(client: OrmClient);
|
|
13
|
-
findMany<const S extends AppSelect>(args?: FindManyArgs<S, AppFilter, AppsOrderBy>): QueryBuilder<{
|
|
14
|
-
apps: ConnectionResult<InferSelectResult<AppWithRelations, S>>;
|
|
15
|
-
}>;
|
|
16
|
-
findFirst<const S extends AppSelect>(args?: FindFirstArgs<S, AppFilter>): QueryBuilder<{
|
|
17
|
-
apps: {
|
|
18
|
-
nodes: InferSelectResult<AppWithRelations, S>[];
|
|
19
|
-
};
|
|
20
|
-
}>;
|
|
21
|
-
create<const S extends AppSelect>(args: CreateArgs<S, CreateAppInput['app']>): QueryBuilder<{
|
|
22
|
-
createApp: {
|
|
23
|
-
app: InferSelectResult<AppWithRelations, S>;
|
|
24
|
-
};
|
|
25
|
-
}>;
|
|
26
|
-
update<const S extends AppSelect>(args: UpdateArgs<S, {
|
|
27
|
-
id: string;
|
|
28
|
-
}, AppPatch>): QueryBuilder<{
|
|
29
|
-
updateApp: {
|
|
30
|
-
app: InferSelectResult<AppWithRelations, S>;
|
|
31
|
-
};
|
|
32
|
-
}>;
|
|
33
|
-
delete(args: DeleteArgs<{
|
|
34
|
-
id: string;
|
|
35
|
-
}>): QueryBuilder<{
|
|
36
|
-
deleteApp: {
|
|
37
|
-
app: {
|
|
38
|
-
id: string;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
}>;
|
|
42
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AppModel = void 0;
|
|
4
|
-
const query_builder_1 = require("../query-builder");
|
|
5
|
-
// ============================================================================
|
|
6
|
-
// Model Class
|
|
7
|
-
// ============================================================================
|
|
8
|
-
class AppModel {
|
|
9
|
-
client;
|
|
10
|
-
constructor(client) {
|
|
11
|
-
this.client = client;
|
|
12
|
-
}
|
|
13
|
-
findMany(args) {
|
|
14
|
-
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('App', 'apps', args?.select, {
|
|
15
|
-
where: args?.where,
|
|
16
|
-
orderBy: args?.orderBy,
|
|
17
|
-
first: args?.first,
|
|
18
|
-
last: args?.last,
|
|
19
|
-
after: args?.after,
|
|
20
|
-
before: args?.before,
|
|
21
|
-
offset: args?.offset,
|
|
22
|
-
}, 'AppFilter', 'AppsOrderBy');
|
|
23
|
-
return new query_builder_1.QueryBuilder({
|
|
24
|
-
client: this.client,
|
|
25
|
-
operation: 'query',
|
|
26
|
-
operationName: 'App',
|
|
27
|
-
fieldName: 'apps',
|
|
28
|
-
document,
|
|
29
|
-
variables,
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
findFirst(args) {
|
|
33
|
-
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('App', 'apps', args?.select, { where: args?.where }, 'AppFilter');
|
|
34
|
-
return new query_builder_1.QueryBuilder({
|
|
35
|
-
client: this.client,
|
|
36
|
-
operation: 'query',
|
|
37
|
-
operationName: 'App',
|
|
38
|
-
fieldName: 'apps',
|
|
39
|
-
document,
|
|
40
|
-
variables,
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
create(args) {
|
|
44
|
-
const { document, variables } = (0, query_builder_1.buildCreateDocument)('App', 'createApp', 'app', args.select, args.data, 'CreateAppInput');
|
|
45
|
-
return new query_builder_1.QueryBuilder({
|
|
46
|
-
client: this.client,
|
|
47
|
-
operation: 'mutation',
|
|
48
|
-
operationName: 'App',
|
|
49
|
-
fieldName: 'createApp',
|
|
50
|
-
document,
|
|
51
|
-
variables,
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
update(args) {
|
|
55
|
-
const { document, variables } = (0, query_builder_1.buildUpdateDocument)('App', 'updateApp', 'app', args.select, args.where, args.data, 'UpdateAppInput');
|
|
56
|
-
return new query_builder_1.QueryBuilder({
|
|
57
|
-
client: this.client,
|
|
58
|
-
operation: 'mutation',
|
|
59
|
-
operationName: 'App',
|
|
60
|
-
fieldName: 'updateApp',
|
|
61
|
-
document,
|
|
62
|
-
variables,
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
delete(args) {
|
|
66
|
-
const { document, variables } = (0, query_builder_1.buildDeleteDocument)('App', 'deleteApp', 'app', args.where, 'DeleteAppInput');
|
|
67
|
-
return new query_builder_1.QueryBuilder({
|
|
68
|
-
client: this.client,
|
|
69
|
-
operation: 'mutation',
|
|
70
|
-
operationName: 'App',
|
|
71
|
-
fieldName: 'deleteApp',
|
|
72
|
-
document,
|
|
73
|
-
variables,
|
|
74
|
-
});
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
exports.AppModel = AppModel;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CheckConstraint model for ORM client
|
|
3
|
-
* @generated by @constructive-io/graphql-codegen
|
|
4
|
-
* DO NOT EDIT - changes will be overwritten
|
|
5
|
-
*/
|
|
6
|
-
import { OrmClient } from '../client';
|
|
7
|
-
import { QueryBuilder } from '../query-builder';
|
|
8
|
-
import { type ConnectionResult, type FindManyArgs, type FindFirstArgs, type CreateArgs, type UpdateArgs, type DeleteArgs, type InferSelectResult } from '../select-types';
|
|
9
|
-
import { type CheckConstraintWithRelations, type CheckConstraintSelect, type CheckConstraintFilter, type CheckConstraintsOrderBy, type CreateCheckConstraintInput, type CheckConstraintPatch } from '../input-types';
|
|
10
|
-
export declare class CheckConstraintModel {
|
|
11
|
-
private client;
|
|
12
|
-
constructor(client: OrmClient);
|
|
13
|
-
findMany<const S extends CheckConstraintSelect>(args?: FindManyArgs<S, CheckConstraintFilter, CheckConstraintsOrderBy>): QueryBuilder<{
|
|
14
|
-
checkConstraints: ConnectionResult<InferSelectResult<CheckConstraintWithRelations, S>>;
|
|
15
|
-
}>;
|
|
16
|
-
findFirst<const S extends CheckConstraintSelect>(args?: FindFirstArgs<S, CheckConstraintFilter>): QueryBuilder<{
|
|
17
|
-
checkConstraints: {
|
|
18
|
-
nodes: InferSelectResult<CheckConstraintWithRelations, S>[];
|
|
19
|
-
};
|
|
20
|
-
}>;
|
|
21
|
-
create<const S extends CheckConstraintSelect>(args: CreateArgs<S, CreateCheckConstraintInput['checkConstraint']>): QueryBuilder<{
|
|
22
|
-
createCheckConstraint: {
|
|
23
|
-
checkConstraint: InferSelectResult<CheckConstraintWithRelations, S>;
|
|
24
|
-
};
|
|
25
|
-
}>;
|
|
26
|
-
update<const S extends CheckConstraintSelect>(args: UpdateArgs<S, {
|
|
27
|
-
id: string;
|
|
28
|
-
}, CheckConstraintPatch>): QueryBuilder<{
|
|
29
|
-
updateCheckConstraint: {
|
|
30
|
-
checkConstraint: InferSelectResult<CheckConstraintWithRelations, S>;
|
|
31
|
-
};
|
|
32
|
-
}>;
|
|
33
|
-
delete(args: DeleteArgs<{
|
|
34
|
-
id: string;
|
|
35
|
-
}>): QueryBuilder<{
|
|
36
|
-
deleteCheckConstraint: {
|
|
37
|
-
checkConstraint: {
|
|
38
|
-
id: string;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
}>;
|
|
42
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CheckConstraintModel = void 0;
|
|
4
|
-
const query_builder_1 = require("../query-builder");
|
|
5
|
-
// ============================================================================
|
|
6
|
-
// Model Class
|
|
7
|
-
// ============================================================================
|
|
8
|
-
class CheckConstraintModel {
|
|
9
|
-
client;
|
|
10
|
-
constructor(client) {
|
|
11
|
-
this.client = client;
|
|
12
|
-
}
|
|
13
|
-
findMany(args) {
|
|
14
|
-
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('CheckConstraint', 'checkConstraints', args?.select, {
|
|
15
|
-
where: args?.where,
|
|
16
|
-
orderBy: args?.orderBy,
|
|
17
|
-
first: args?.first,
|
|
18
|
-
last: args?.last,
|
|
19
|
-
after: args?.after,
|
|
20
|
-
before: args?.before,
|
|
21
|
-
offset: args?.offset,
|
|
22
|
-
}, 'CheckConstraintFilter', 'CheckConstraintsOrderBy');
|
|
23
|
-
return new query_builder_1.QueryBuilder({
|
|
24
|
-
client: this.client,
|
|
25
|
-
operation: 'query',
|
|
26
|
-
operationName: 'CheckConstraint',
|
|
27
|
-
fieldName: 'checkConstraints',
|
|
28
|
-
document,
|
|
29
|
-
variables,
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
findFirst(args) {
|
|
33
|
-
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('CheckConstraint', 'checkConstraints', args?.select, { where: args?.where }, 'CheckConstraintFilter');
|
|
34
|
-
return new query_builder_1.QueryBuilder({
|
|
35
|
-
client: this.client,
|
|
36
|
-
operation: 'query',
|
|
37
|
-
operationName: 'CheckConstraint',
|
|
38
|
-
fieldName: 'checkConstraints',
|
|
39
|
-
document,
|
|
40
|
-
variables,
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
create(args) {
|
|
44
|
-
const { document, variables } = (0, query_builder_1.buildCreateDocument)('CheckConstraint', 'createCheckConstraint', 'checkConstraint', args.select, args.data, 'CreateCheckConstraintInput');
|
|
45
|
-
return new query_builder_1.QueryBuilder({
|
|
46
|
-
client: this.client,
|
|
47
|
-
operation: 'mutation',
|
|
48
|
-
operationName: 'CheckConstraint',
|
|
49
|
-
fieldName: 'createCheckConstraint',
|
|
50
|
-
document,
|
|
51
|
-
variables,
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
update(args) {
|
|
55
|
-
const { document, variables } = (0, query_builder_1.buildUpdateDocument)('CheckConstraint', 'updateCheckConstraint', 'checkConstraint', args.select, args.where, args.data, 'UpdateCheckConstraintInput');
|
|
56
|
-
return new query_builder_1.QueryBuilder({
|
|
57
|
-
client: this.client,
|
|
58
|
-
operation: 'mutation',
|
|
59
|
-
operationName: 'CheckConstraint',
|
|
60
|
-
fieldName: 'updateCheckConstraint',
|
|
61
|
-
document,
|
|
62
|
-
variables,
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
delete(args) {
|
|
66
|
-
const { document, variables } = (0, query_builder_1.buildDeleteDocument)('CheckConstraint', 'deleteCheckConstraint', 'checkConstraint', args.where, 'DeleteCheckConstraintInput');
|
|
67
|
-
return new query_builder_1.QueryBuilder({
|
|
68
|
-
client: this.client,
|
|
69
|
-
operation: 'mutation',
|
|
70
|
-
operationName: 'CheckConstraint',
|
|
71
|
-
fieldName: 'deleteCheckConstraint',
|
|
72
|
-
document,
|
|
73
|
-
variables,
|
|
74
|
-
});
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
exports.CheckConstraintModel = CheckConstraintModel;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ConnectedAccountsModule model for ORM client
|
|
3
|
-
* @generated by @constructive-io/graphql-codegen
|
|
4
|
-
* DO NOT EDIT - changes will be overwritten
|
|
5
|
-
*/
|
|
6
|
-
import { OrmClient } from '../client';
|
|
7
|
-
import { QueryBuilder } from '../query-builder';
|
|
8
|
-
import { type ConnectionResult, type FindManyArgs, type FindFirstArgs, type CreateArgs, type UpdateArgs, type DeleteArgs, type InferSelectResult } from '../select-types';
|
|
9
|
-
import { type ConnectedAccountsModuleWithRelations, type ConnectedAccountsModuleSelect, type ConnectedAccountsModuleFilter, type ConnectedAccountsModulesOrderBy, type CreateConnectedAccountsModuleInput, type ConnectedAccountsModulePatch } from '../input-types';
|
|
10
|
-
export declare class ConnectedAccountsModuleModel {
|
|
11
|
-
private client;
|
|
12
|
-
constructor(client: OrmClient);
|
|
13
|
-
findMany<const S extends ConnectedAccountsModuleSelect>(args?: FindManyArgs<S, ConnectedAccountsModuleFilter, ConnectedAccountsModulesOrderBy>): QueryBuilder<{
|
|
14
|
-
connectedAccountsModules: ConnectionResult<InferSelectResult<ConnectedAccountsModuleWithRelations, S>>;
|
|
15
|
-
}>;
|
|
16
|
-
findFirst<const S extends ConnectedAccountsModuleSelect>(args?: FindFirstArgs<S, ConnectedAccountsModuleFilter>): QueryBuilder<{
|
|
17
|
-
connectedAccountsModules: {
|
|
18
|
-
nodes: InferSelectResult<ConnectedAccountsModuleWithRelations, S>[];
|
|
19
|
-
};
|
|
20
|
-
}>;
|
|
21
|
-
create<const S extends ConnectedAccountsModuleSelect>(args: CreateArgs<S, CreateConnectedAccountsModuleInput['connectedAccountsModule']>): QueryBuilder<{
|
|
22
|
-
createConnectedAccountsModule: {
|
|
23
|
-
connectedAccountsModule: InferSelectResult<ConnectedAccountsModuleWithRelations, S>;
|
|
24
|
-
};
|
|
25
|
-
}>;
|
|
26
|
-
update<const S extends ConnectedAccountsModuleSelect>(args: UpdateArgs<S, {
|
|
27
|
-
id: string;
|
|
28
|
-
}, ConnectedAccountsModulePatch>): QueryBuilder<{
|
|
29
|
-
updateConnectedAccountsModule: {
|
|
30
|
-
connectedAccountsModule: InferSelectResult<ConnectedAccountsModuleWithRelations, S>;
|
|
31
|
-
};
|
|
32
|
-
}>;
|
|
33
|
-
delete(args: DeleteArgs<{
|
|
34
|
-
id: string;
|
|
35
|
-
}>): QueryBuilder<{
|
|
36
|
-
deleteConnectedAccountsModule: {
|
|
37
|
-
connectedAccountsModule: {
|
|
38
|
-
id: string;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
}>;
|
|
42
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConnectedAccountsModuleModel = void 0;
|
|
4
|
-
const query_builder_1 = require("../query-builder");
|
|
5
|
-
// ============================================================================
|
|
6
|
-
// Model Class
|
|
7
|
-
// ============================================================================
|
|
8
|
-
class ConnectedAccountsModuleModel {
|
|
9
|
-
client;
|
|
10
|
-
constructor(client) {
|
|
11
|
-
this.client = client;
|
|
12
|
-
}
|
|
13
|
-
findMany(args) {
|
|
14
|
-
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('ConnectedAccountsModule', 'connectedAccountsModules', args?.select, {
|
|
15
|
-
where: args?.where,
|
|
16
|
-
orderBy: args?.orderBy,
|
|
17
|
-
first: args?.first,
|
|
18
|
-
last: args?.last,
|
|
19
|
-
after: args?.after,
|
|
20
|
-
before: args?.before,
|
|
21
|
-
offset: args?.offset,
|
|
22
|
-
}, 'ConnectedAccountsModuleFilter', 'ConnectedAccountsModulesOrderBy');
|
|
23
|
-
return new query_builder_1.QueryBuilder({
|
|
24
|
-
client: this.client,
|
|
25
|
-
operation: 'query',
|
|
26
|
-
operationName: 'ConnectedAccountsModule',
|
|
27
|
-
fieldName: 'connectedAccountsModules',
|
|
28
|
-
document,
|
|
29
|
-
variables,
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
findFirst(args) {
|
|
33
|
-
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('ConnectedAccountsModule', 'connectedAccountsModules', args?.select, { where: args?.where }, 'ConnectedAccountsModuleFilter');
|
|
34
|
-
return new query_builder_1.QueryBuilder({
|
|
35
|
-
client: this.client,
|
|
36
|
-
operation: 'query',
|
|
37
|
-
operationName: 'ConnectedAccountsModule',
|
|
38
|
-
fieldName: 'connectedAccountsModules',
|
|
39
|
-
document,
|
|
40
|
-
variables,
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
create(args) {
|
|
44
|
-
const { document, variables } = (0, query_builder_1.buildCreateDocument)('ConnectedAccountsModule', 'createConnectedAccountsModule', 'connectedAccountsModule', args.select, args.data, 'CreateConnectedAccountsModuleInput');
|
|
45
|
-
return new query_builder_1.QueryBuilder({
|
|
46
|
-
client: this.client,
|
|
47
|
-
operation: 'mutation',
|
|
48
|
-
operationName: 'ConnectedAccountsModule',
|
|
49
|
-
fieldName: 'createConnectedAccountsModule',
|
|
50
|
-
document,
|
|
51
|
-
variables,
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
update(args) {
|
|
55
|
-
const { document, variables } = (0, query_builder_1.buildUpdateDocument)('ConnectedAccountsModule', 'updateConnectedAccountsModule', 'connectedAccountsModule', args.select, args.where, args.data, 'UpdateConnectedAccountsModuleInput');
|
|
56
|
-
return new query_builder_1.QueryBuilder({
|
|
57
|
-
client: this.client,
|
|
58
|
-
operation: 'mutation',
|
|
59
|
-
operationName: 'ConnectedAccountsModule',
|
|
60
|
-
fieldName: 'updateConnectedAccountsModule',
|
|
61
|
-
document,
|
|
62
|
-
variables,
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
delete(args) {
|
|
66
|
-
const { document, variables } = (0, query_builder_1.buildDeleteDocument)('ConnectedAccountsModule', 'deleteConnectedAccountsModule', 'connectedAccountsModule', args.where, 'DeleteConnectedAccountsModuleInput');
|
|
67
|
-
return new query_builder_1.QueryBuilder({
|
|
68
|
-
client: this.client,
|
|
69
|
-
operation: 'mutation',
|
|
70
|
-
operationName: 'ConnectedAccountsModule',
|
|
71
|
-
fieldName: 'deleteConnectedAccountsModule',
|
|
72
|
-
document,
|
|
73
|
-
variables,
|
|
74
|
-
});
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
exports.ConnectedAccountsModuleModel = ConnectedAccountsModuleModel;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CryptoAddressesModule model for ORM client
|
|
3
|
-
* @generated by @constructive-io/graphql-codegen
|
|
4
|
-
* DO NOT EDIT - changes will be overwritten
|
|
5
|
-
*/
|
|
6
|
-
import { OrmClient } from '../client';
|
|
7
|
-
import { QueryBuilder } from '../query-builder';
|
|
8
|
-
import { type ConnectionResult, type FindManyArgs, type FindFirstArgs, type CreateArgs, type UpdateArgs, type DeleteArgs, type InferSelectResult } from '../select-types';
|
|
9
|
-
import { type CryptoAddressesModuleWithRelations, type CryptoAddressesModuleSelect, type CryptoAddressesModuleFilter, type CryptoAddressesModulesOrderBy, type CreateCryptoAddressesModuleInput, type CryptoAddressesModulePatch } from '../input-types';
|
|
10
|
-
export declare class CryptoAddressesModuleModel {
|
|
11
|
-
private client;
|
|
12
|
-
constructor(client: OrmClient);
|
|
13
|
-
findMany<const S extends CryptoAddressesModuleSelect>(args?: FindManyArgs<S, CryptoAddressesModuleFilter, CryptoAddressesModulesOrderBy>): QueryBuilder<{
|
|
14
|
-
cryptoAddressesModules: ConnectionResult<InferSelectResult<CryptoAddressesModuleWithRelations, S>>;
|
|
15
|
-
}>;
|
|
16
|
-
findFirst<const S extends CryptoAddressesModuleSelect>(args?: FindFirstArgs<S, CryptoAddressesModuleFilter>): QueryBuilder<{
|
|
17
|
-
cryptoAddressesModules: {
|
|
18
|
-
nodes: InferSelectResult<CryptoAddressesModuleWithRelations, S>[];
|
|
19
|
-
};
|
|
20
|
-
}>;
|
|
21
|
-
create<const S extends CryptoAddressesModuleSelect>(args: CreateArgs<S, CreateCryptoAddressesModuleInput['cryptoAddressesModule']>): QueryBuilder<{
|
|
22
|
-
createCryptoAddressesModule: {
|
|
23
|
-
cryptoAddressesModule: InferSelectResult<CryptoAddressesModuleWithRelations, S>;
|
|
24
|
-
};
|
|
25
|
-
}>;
|
|
26
|
-
update<const S extends CryptoAddressesModuleSelect>(args: UpdateArgs<S, {
|
|
27
|
-
id: string;
|
|
28
|
-
}, CryptoAddressesModulePatch>): QueryBuilder<{
|
|
29
|
-
updateCryptoAddressesModule: {
|
|
30
|
-
cryptoAddressesModule: InferSelectResult<CryptoAddressesModuleWithRelations, S>;
|
|
31
|
-
};
|
|
32
|
-
}>;
|
|
33
|
-
delete(args: DeleteArgs<{
|
|
34
|
-
id: string;
|
|
35
|
-
}>): QueryBuilder<{
|
|
36
|
-
deleteCryptoAddressesModule: {
|
|
37
|
-
cryptoAddressesModule: {
|
|
38
|
-
id: string;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
}>;
|
|
42
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CryptoAddressesModuleModel = void 0;
|
|
4
|
-
const query_builder_1 = require("../query-builder");
|
|
5
|
-
// ============================================================================
|
|
6
|
-
// Model Class
|
|
7
|
-
// ============================================================================
|
|
8
|
-
class CryptoAddressesModuleModel {
|
|
9
|
-
client;
|
|
10
|
-
constructor(client) {
|
|
11
|
-
this.client = client;
|
|
12
|
-
}
|
|
13
|
-
findMany(args) {
|
|
14
|
-
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('CryptoAddressesModule', 'cryptoAddressesModules', args?.select, {
|
|
15
|
-
where: args?.where,
|
|
16
|
-
orderBy: args?.orderBy,
|
|
17
|
-
first: args?.first,
|
|
18
|
-
last: args?.last,
|
|
19
|
-
after: args?.after,
|
|
20
|
-
before: args?.before,
|
|
21
|
-
offset: args?.offset,
|
|
22
|
-
}, 'CryptoAddressesModuleFilter', 'CryptoAddressesModulesOrderBy');
|
|
23
|
-
return new query_builder_1.QueryBuilder({
|
|
24
|
-
client: this.client,
|
|
25
|
-
operation: 'query',
|
|
26
|
-
operationName: 'CryptoAddressesModule',
|
|
27
|
-
fieldName: 'cryptoAddressesModules',
|
|
28
|
-
document,
|
|
29
|
-
variables,
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
findFirst(args) {
|
|
33
|
-
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('CryptoAddressesModule', 'cryptoAddressesModules', args?.select, { where: args?.where }, 'CryptoAddressesModuleFilter');
|
|
34
|
-
return new query_builder_1.QueryBuilder({
|
|
35
|
-
client: this.client,
|
|
36
|
-
operation: 'query',
|
|
37
|
-
operationName: 'CryptoAddressesModule',
|
|
38
|
-
fieldName: 'cryptoAddressesModules',
|
|
39
|
-
document,
|
|
40
|
-
variables,
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
create(args) {
|
|
44
|
-
const { document, variables } = (0, query_builder_1.buildCreateDocument)('CryptoAddressesModule', 'createCryptoAddressesModule', 'cryptoAddressesModule', args.select, args.data, 'CreateCryptoAddressesModuleInput');
|
|
45
|
-
return new query_builder_1.QueryBuilder({
|
|
46
|
-
client: this.client,
|
|
47
|
-
operation: 'mutation',
|
|
48
|
-
operationName: 'CryptoAddressesModule',
|
|
49
|
-
fieldName: 'createCryptoAddressesModule',
|
|
50
|
-
document,
|
|
51
|
-
variables,
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
update(args) {
|
|
55
|
-
const { document, variables } = (0, query_builder_1.buildUpdateDocument)('CryptoAddressesModule', 'updateCryptoAddressesModule', 'cryptoAddressesModule', args.select, args.where, args.data, 'UpdateCryptoAddressesModuleInput');
|
|
56
|
-
return new query_builder_1.QueryBuilder({
|
|
57
|
-
client: this.client,
|
|
58
|
-
operation: 'mutation',
|
|
59
|
-
operationName: 'CryptoAddressesModule',
|
|
60
|
-
fieldName: 'updateCryptoAddressesModule',
|
|
61
|
-
document,
|
|
62
|
-
variables,
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
delete(args) {
|
|
66
|
-
const { document, variables } = (0, query_builder_1.buildDeleteDocument)('CryptoAddressesModule', 'deleteCryptoAddressesModule', 'cryptoAddressesModule', args.where, 'DeleteCryptoAddressesModuleInput');
|
|
67
|
-
return new query_builder_1.QueryBuilder({
|
|
68
|
-
client: this.client,
|
|
69
|
-
operation: 'mutation',
|
|
70
|
-
operationName: 'CryptoAddressesModule',
|
|
71
|
-
fieldName: 'deleteCryptoAddressesModule',
|
|
72
|
-
document,
|
|
73
|
-
variables,
|
|
74
|
-
});
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
exports.CryptoAddressesModuleModel = CryptoAddressesModuleModel;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CryptoAuthModule model for ORM client
|
|
3
|
-
* @generated by @constructive-io/graphql-codegen
|
|
4
|
-
* DO NOT EDIT - changes will be overwritten
|
|
5
|
-
*/
|
|
6
|
-
import { OrmClient } from '../client';
|
|
7
|
-
import { QueryBuilder } from '../query-builder';
|
|
8
|
-
import { type ConnectionResult, type FindManyArgs, type FindFirstArgs, type CreateArgs, type UpdateArgs, type DeleteArgs, type InferSelectResult } from '../select-types';
|
|
9
|
-
import { type CryptoAuthModuleWithRelations, type CryptoAuthModuleSelect, type CryptoAuthModuleFilter, type CryptoAuthModulesOrderBy, type CreateCryptoAuthModuleInput, type CryptoAuthModulePatch } from '../input-types';
|
|
10
|
-
export declare class CryptoAuthModuleModel {
|
|
11
|
-
private client;
|
|
12
|
-
constructor(client: OrmClient);
|
|
13
|
-
findMany<const S extends CryptoAuthModuleSelect>(args?: FindManyArgs<S, CryptoAuthModuleFilter, CryptoAuthModulesOrderBy>): QueryBuilder<{
|
|
14
|
-
cryptoAuthModules: ConnectionResult<InferSelectResult<CryptoAuthModuleWithRelations, S>>;
|
|
15
|
-
}>;
|
|
16
|
-
findFirst<const S extends CryptoAuthModuleSelect>(args?: FindFirstArgs<S, CryptoAuthModuleFilter>): QueryBuilder<{
|
|
17
|
-
cryptoAuthModules: {
|
|
18
|
-
nodes: InferSelectResult<CryptoAuthModuleWithRelations, S>[];
|
|
19
|
-
};
|
|
20
|
-
}>;
|
|
21
|
-
create<const S extends CryptoAuthModuleSelect>(args: CreateArgs<S, CreateCryptoAuthModuleInput['cryptoAuthModule']>): QueryBuilder<{
|
|
22
|
-
createCryptoAuthModule: {
|
|
23
|
-
cryptoAuthModule: InferSelectResult<CryptoAuthModuleWithRelations, S>;
|
|
24
|
-
};
|
|
25
|
-
}>;
|
|
26
|
-
update<const S extends CryptoAuthModuleSelect>(args: UpdateArgs<S, {
|
|
27
|
-
id: string;
|
|
28
|
-
}, CryptoAuthModulePatch>): QueryBuilder<{
|
|
29
|
-
updateCryptoAuthModule: {
|
|
30
|
-
cryptoAuthModule: InferSelectResult<CryptoAuthModuleWithRelations, S>;
|
|
31
|
-
};
|
|
32
|
-
}>;
|
|
33
|
-
delete(args: DeleteArgs<{
|
|
34
|
-
id: string;
|
|
35
|
-
}>): QueryBuilder<{
|
|
36
|
-
deleteCryptoAuthModule: {
|
|
37
|
-
cryptoAuthModule: {
|
|
38
|
-
id: string;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
}>;
|
|
42
|
-
}
|