@constructive-io/graphql-server 2.19.2 → 2.19.4
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 +17 -14
- 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,73 +0,0 @@
|
|
|
1
|
-
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateDocument, buildDeleteDocument, } from '../query-builder';
|
|
2
|
-
// ============================================================================
|
|
3
|
-
// Model Class
|
|
4
|
-
// ============================================================================
|
|
5
|
-
export class DefaultIdsModuleModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('DefaultIdsModule', 'defaultIdsModules', args?.select, {
|
|
12
|
-
where: args?.where,
|
|
13
|
-
orderBy: args?.orderBy,
|
|
14
|
-
first: args?.first,
|
|
15
|
-
last: args?.last,
|
|
16
|
-
after: args?.after,
|
|
17
|
-
before: args?.before,
|
|
18
|
-
offset: args?.offset,
|
|
19
|
-
}, 'DefaultIdsModuleFilter', 'DefaultIdsModulesOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'DefaultIdsModule',
|
|
24
|
-
fieldName: 'defaultIdsModules',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('DefaultIdsModule', 'defaultIdsModules', args?.select, { where: args?.where }, 'DefaultIdsModuleFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'DefaultIdsModule',
|
|
35
|
-
fieldName: 'defaultIdsModules',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('DefaultIdsModule', 'createDefaultIdsModule', 'defaultIdsModule', args.select, args.data, 'CreateDefaultIdsModuleInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'DefaultIdsModule',
|
|
46
|
-
fieldName: 'createDefaultIdsModule',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('DefaultIdsModule', 'updateDefaultIdsModule', 'defaultIdsModule', args.select, args.where, args.data, 'UpdateDefaultIdsModuleInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'DefaultIdsModule',
|
|
57
|
-
fieldName: 'updateDefaultIdsModule',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('DefaultIdsModule', 'deleteDefaultIdsModule', 'defaultIdsModule', args.where, 'DeleteDefaultIdsModuleInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'DefaultIdsModule',
|
|
68
|
-
fieldName: 'deleteDefaultIdsModule',
|
|
69
|
-
document,
|
|
70
|
-
variables,
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateDocument, buildDeleteDocument, } from '../query-builder';
|
|
2
|
-
// ============================================================================
|
|
3
|
-
// Model Class
|
|
4
|
-
// ============================================================================
|
|
5
|
-
export class DenormalizedTableFieldModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('DenormalizedTableField', 'denormalizedTableFields', args?.select, {
|
|
12
|
-
where: args?.where,
|
|
13
|
-
orderBy: args?.orderBy,
|
|
14
|
-
first: args?.first,
|
|
15
|
-
last: args?.last,
|
|
16
|
-
after: args?.after,
|
|
17
|
-
before: args?.before,
|
|
18
|
-
offset: args?.offset,
|
|
19
|
-
}, 'DenormalizedTableFieldFilter', 'DenormalizedTableFieldsOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'DenormalizedTableField',
|
|
24
|
-
fieldName: 'denormalizedTableFields',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('DenormalizedTableField', 'denormalizedTableFields', args?.select, { where: args?.where }, 'DenormalizedTableFieldFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'DenormalizedTableField',
|
|
35
|
-
fieldName: 'denormalizedTableFields',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('DenormalizedTableField', 'createDenormalizedTableField', 'denormalizedTableField', args.select, args.data, 'CreateDenormalizedTableFieldInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'DenormalizedTableField',
|
|
46
|
-
fieldName: 'createDenormalizedTableField',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('DenormalizedTableField', 'updateDenormalizedTableField', 'denormalizedTableField', args.select, args.where, args.data, 'UpdateDenormalizedTableFieldInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'DenormalizedTableField',
|
|
57
|
-
fieldName: 'updateDenormalizedTableField',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('DenormalizedTableField', 'deleteDenormalizedTableField', 'denormalizedTableField', args.where, 'DeleteDenormalizedTableFieldInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'DenormalizedTableField',
|
|
68
|
-
fieldName: 'deleteDenormalizedTableField',
|
|
69
|
-
document,
|
|
70
|
-
variables,
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateDocument, buildDeleteDocument, } from '../query-builder';
|
|
2
|
-
// ============================================================================
|
|
3
|
-
// Model Class
|
|
4
|
-
// ============================================================================
|
|
5
|
-
export class EmailsModuleModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('EmailsModule', 'emailsModules', args?.select, {
|
|
12
|
-
where: args?.where,
|
|
13
|
-
orderBy: args?.orderBy,
|
|
14
|
-
first: args?.first,
|
|
15
|
-
last: args?.last,
|
|
16
|
-
after: args?.after,
|
|
17
|
-
before: args?.before,
|
|
18
|
-
offset: args?.offset,
|
|
19
|
-
}, 'EmailsModuleFilter', 'EmailsModulesOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'EmailsModule',
|
|
24
|
-
fieldName: 'emailsModules',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('EmailsModule', 'emailsModules', args?.select, { where: args?.where }, 'EmailsModuleFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'EmailsModule',
|
|
35
|
-
fieldName: 'emailsModules',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('EmailsModule', 'createEmailsModule', 'emailsModule', args.select, args.data, 'CreateEmailsModuleInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'EmailsModule',
|
|
46
|
-
fieldName: 'createEmailsModule',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('EmailsModule', 'updateEmailsModule', 'emailsModule', args.select, args.where, args.data, 'UpdateEmailsModuleInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'EmailsModule',
|
|
57
|
-
fieldName: 'updateEmailsModule',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('EmailsModule', 'deleteEmailsModule', 'emailsModule', args.where, 'DeleteEmailsModuleInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'EmailsModule',
|
|
68
|
-
fieldName: 'deleteEmailsModule',
|
|
69
|
-
document,
|
|
70
|
-
variables,
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateDocument, buildDeleteDocument, } from '../query-builder';
|
|
2
|
-
// ============================================================================
|
|
3
|
-
// Model Class
|
|
4
|
-
// ============================================================================
|
|
5
|
-
export class EncryptedSecretsModuleModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('EncryptedSecretsModule', 'encryptedSecretsModules', args?.select, {
|
|
12
|
-
where: args?.where,
|
|
13
|
-
orderBy: args?.orderBy,
|
|
14
|
-
first: args?.first,
|
|
15
|
-
last: args?.last,
|
|
16
|
-
after: args?.after,
|
|
17
|
-
before: args?.before,
|
|
18
|
-
offset: args?.offset,
|
|
19
|
-
}, 'EncryptedSecretsModuleFilter', 'EncryptedSecretsModulesOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'EncryptedSecretsModule',
|
|
24
|
-
fieldName: 'encryptedSecretsModules',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('EncryptedSecretsModule', 'encryptedSecretsModules', args?.select, { where: args?.where }, 'EncryptedSecretsModuleFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'EncryptedSecretsModule',
|
|
35
|
-
fieldName: 'encryptedSecretsModules',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('EncryptedSecretsModule', 'createEncryptedSecretsModule', 'encryptedSecretsModule', args.select, args.data, 'CreateEncryptedSecretsModuleInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'EncryptedSecretsModule',
|
|
46
|
-
fieldName: 'createEncryptedSecretsModule',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('EncryptedSecretsModule', 'updateEncryptedSecretsModule', 'encryptedSecretsModule', args.select, args.where, args.data, 'UpdateEncryptedSecretsModuleInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'EncryptedSecretsModule',
|
|
57
|
-
fieldName: 'updateEncryptedSecretsModule',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('EncryptedSecretsModule', 'deleteEncryptedSecretsModule', 'encryptedSecretsModule', args.where, 'DeleteEncryptedSecretsModuleInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'EncryptedSecretsModule',
|
|
68
|
-
fieldName: 'deleteEncryptedSecretsModule',
|
|
69
|
-
document,
|
|
70
|
-
variables,
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateDocument, buildDeleteDocument, } from '../query-builder';
|
|
2
|
-
// ============================================================================
|
|
3
|
-
// Model Class
|
|
4
|
-
// ============================================================================
|
|
5
|
-
export class ExtensionModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('Extension', 'extensions', args?.select, {
|
|
12
|
-
where: args?.where,
|
|
13
|
-
orderBy: args?.orderBy,
|
|
14
|
-
first: args?.first,
|
|
15
|
-
last: args?.last,
|
|
16
|
-
after: args?.after,
|
|
17
|
-
before: args?.before,
|
|
18
|
-
offset: args?.offset,
|
|
19
|
-
}, 'ExtensionFilter', 'ExtensionsOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'Extension',
|
|
24
|
-
fieldName: 'extensions',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('Extension', 'extensions', args?.select, { where: args?.where }, 'ExtensionFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'Extension',
|
|
35
|
-
fieldName: 'extensions',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('Extension', 'createExtension', 'extension', args.select, args.data, 'CreateExtensionInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'Extension',
|
|
46
|
-
fieldName: 'createExtension',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('Extension', 'updateExtension', 'extension', args.select, args.where, args.data, 'UpdateExtensionInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'Extension',
|
|
57
|
-
fieldName: 'updateExtension',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('Extension', 'deleteExtension', 'extension', args.where, 'DeleteExtensionInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'Extension',
|
|
68
|
-
fieldName: 'deleteExtension',
|
|
69
|
-
document,
|
|
70
|
-
variables,
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateDocument, buildDeleteDocument, } from '../query-builder';
|
|
2
|
-
// ============================================================================
|
|
3
|
-
// Model Class
|
|
4
|
-
// ============================================================================
|
|
5
|
-
export class FieldModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('Field', 'fields', args?.select, {
|
|
12
|
-
where: args?.where,
|
|
13
|
-
orderBy: args?.orderBy,
|
|
14
|
-
first: args?.first,
|
|
15
|
-
last: args?.last,
|
|
16
|
-
after: args?.after,
|
|
17
|
-
before: args?.before,
|
|
18
|
-
offset: args?.offset,
|
|
19
|
-
}, 'FieldFilter', 'FieldsOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'Field',
|
|
24
|
-
fieldName: 'fields',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('Field', 'fields', args?.select, { where: args?.where }, 'FieldFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'Field',
|
|
35
|
-
fieldName: 'fields',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('Field', 'createField', 'field', args.select, args.data, 'CreateFieldInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'Field',
|
|
46
|
-
fieldName: 'createField',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('Field', 'updateField', 'field', args.select, args.where, args.data, 'UpdateFieldInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'Field',
|
|
57
|
-
fieldName: 'updateField',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('Field', 'deleteField', 'field', args.where, 'DeleteFieldInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'Field',
|
|
68
|
-
fieldName: 'deleteField',
|
|
69
|
-
document,
|
|
70
|
-
variables,
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateDocument, buildDeleteDocument, } from '../query-builder';
|
|
2
|
-
// ============================================================================
|
|
3
|
-
// Model Class
|
|
4
|
-
// ============================================================================
|
|
5
|
-
export class FieldModuleModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('FieldModule', 'fieldModules', args?.select, {
|
|
12
|
-
where: args?.where,
|
|
13
|
-
orderBy: args?.orderBy,
|
|
14
|
-
first: args?.first,
|
|
15
|
-
last: args?.last,
|
|
16
|
-
after: args?.after,
|
|
17
|
-
before: args?.before,
|
|
18
|
-
offset: args?.offset,
|
|
19
|
-
}, 'FieldModuleFilter', 'FieldModulesOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'FieldModule',
|
|
24
|
-
fieldName: 'fieldModules',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('FieldModule', 'fieldModules', args?.select, { where: args?.where }, 'FieldModuleFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'FieldModule',
|
|
35
|
-
fieldName: 'fieldModules',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('FieldModule', 'createFieldModule', 'fieldModule', args.select, args.data, 'CreateFieldModuleInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'FieldModule',
|
|
46
|
-
fieldName: 'createFieldModule',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('FieldModule', 'updateFieldModule', 'fieldModule', args.select, args.where, args.data, 'UpdateFieldModuleInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'FieldModule',
|
|
57
|
-
fieldName: 'updateFieldModule',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('FieldModule', 'deleteFieldModule', 'fieldModule', args.where, 'DeleteFieldModuleInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'FieldModule',
|
|
68
|
-
fieldName: 'deleteFieldModule',
|
|
69
|
-
document,
|
|
70
|
-
variables,
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateDocument, buildDeleteDocument, } from '../query-builder';
|
|
2
|
-
// ============================================================================
|
|
3
|
-
// Model Class
|
|
4
|
-
// ============================================================================
|
|
5
|
-
export class ForeignKeyConstraintModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('ForeignKeyConstraint', 'foreignKeyConstraints', args?.select, {
|
|
12
|
-
where: args?.where,
|
|
13
|
-
orderBy: args?.orderBy,
|
|
14
|
-
first: args?.first,
|
|
15
|
-
last: args?.last,
|
|
16
|
-
after: args?.after,
|
|
17
|
-
before: args?.before,
|
|
18
|
-
offset: args?.offset,
|
|
19
|
-
}, 'ForeignKeyConstraintFilter', 'ForeignKeyConstraintsOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'ForeignKeyConstraint',
|
|
24
|
-
fieldName: 'foreignKeyConstraints',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('ForeignKeyConstraint', 'foreignKeyConstraints', args?.select, { where: args?.where }, 'ForeignKeyConstraintFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'ForeignKeyConstraint',
|
|
35
|
-
fieldName: 'foreignKeyConstraints',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('ForeignKeyConstraint', 'createForeignKeyConstraint', 'foreignKeyConstraint', args.select, args.data, 'CreateForeignKeyConstraintInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'ForeignKeyConstraint',
|
|
46
|
-
fieldName: 'createForeignKeyConstraint',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('ForeignKeyConstraint', 'updateForeignKeyConstraint', 'foreignKeyConstraint', args.select, args.where, args.data, 'UpdateForeignKeyConstraintInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'ForeignKeyConstraint',
|
|
57
|
-
fieldName: 'updateForeignKeyConstraint',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('ForeignKeyConstraint', 'deleteForeignKeyConstraint', 'foreignKeyConstraint', args.where, 'DeleteForeignKeyConstraintInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'ForeignKeyConstraint',
|
|
68
|
-
fieldName: 'deleteForeignKeyConstraint',
|
|
69
|
-
document,
|
|
70
|
-
variables,
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateDocument, buildDeleteDocument, } from '../query-builder';
|
|
2
|
-
// ============================================================================
|
|
3
|
-
// Model Class
|
|
4
|
-
// ============================================================================
|
|
5
|
-
export class FullTextSearchModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('FullTextSearch', 'fullTextSearches', args?.select, {
|
|
12
|
-
where: args?.where,
|
|
13
|
-
orderBy: args?.orderBy,
|
|
14
|
-
first: args?.first,
|
|
15
|
-
last: args?.last,
|
|
16
|
-
after: args?.after,
|
|
17
|
-
before: args?.before,
|
|
18
|
-
offset: args?.offset,
|
|
19
|
-
}, 'FullTextSearchFilter', 'FullTextSearchesOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'FullTextSearch',
|
|
24
|
-
fieldName: 'fullTextSearches',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('FullTextSearch', 'fullTextSearches', args?.select, { where: args?.where }, 'FullTextSearchFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'FullTextSearch',
|
|
35
|
-
fieldName: 'fullTextSearches',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('FullTextSearch', 'createFullTextSearch', 'fullTextSearch', args.select, args.data, 'CreateFullTextSearchInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'FullTextSearch',
|
|
46
|
-
fieldName: 'createFullTextSearch',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('FullTextSearch', 'updateFullTextSearch', 'fullTextSearch', args.select, args.where, args.data, 'UpdateFullTextSearchInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'FullTextSearch',
|
|
57
|
-
fieldName: 'updateFullTextSearch',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('FullTextSearch', 'deleteFullTextSearch', 'fullTextSearch', args.where, 'DeleteFullTextSearchInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'FullTextSearch',
|
|
68
|
-
fieldName: 'deleteFullTextSearch',
|
|
69
|
-
document,
|
|
70
|
-
variables,
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
}
|