@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 ApiSchemaModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('ApiSchema', 'apiSchemas', 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
|
-
}, 'ApiSchemaFilter', 'ApiSchemasOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'ApiSchema',
|
|
24
|
-
fieldName: 'apiSchemas',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('ApiSchema', 'apiSchemas', args?.select, { where: args?.where }, 'ApiSchemaFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'ApiSchema',
|
|
35
|
-
fieldName: 'apiSchemas',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('ApiSchema', 'createApiSchema', 'apiSchema', args.select, args.data, 'CreateApiSchemaInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'ApiSchema',
|
|
46
|
-
fieldName: 'createApiSchema',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('ApiSchema', 'updateApiSchema', 'apiSchema', args.select, args.where, args.data, 'UpdateApiSchemaInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'ApiSchema',
|
|
57
|
-
fieldName: 'updateApiSchema',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('ApiSchema', 'deleteApiSchema', 'apiSchema', args.where, 'DeleteApiSchemaInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'ApiSchema',
|
|
68
|
-
fieldName: 'deleteApiSchema',
|
|
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 AppModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('App', 'apps', 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
|
-
}, 'AppFilter', 'AppsOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'App',
|
|
24
|
-
fieldName: 'apps',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('App', 'apps', args?.select, { where: args?.where }, 'AppFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'App',
|
|
35
|
-
fieldName: 'apps',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('App', 'createApp', 'app', args.select, args.data, 'CreateAppInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'App',
|
|
46
|
-
fieldName: 'createApp',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('App', 'updateApp', 'app', args.select, args.where, args.data, 'UpdateAppInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'App',
|
|
57
|
-
fieldName: 'updateApp',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('App', 'deleteApp', 'app', args.where, 'DeleteAppInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'App',
|
|
68
|
-
fieldName: 'deleteApp',
|
|
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 CheckConstraintModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('CheckConstraint', 'checkConstraints', 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
|
-
}, 'CheckConstraintFilter', 'CheckConstraintsOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'CheckConstraint',
|
|
24
|
-
fieldName: 'checkConstraints',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('CheckConstraint', 'checkConstraints', args?.select, { where: args?.where }, 'CheckConstraintFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'CheckConstraint',
|
|
35
|
-
fieldName: 'checkConstraints',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('CheckConstraint', 'createCheckConstraint', 'checkConstraint', args.select, args.data, 'CreateCheckConstraintInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'CheckConstraint',
|
|
46
|
-
fieldName: 'createCheckConstraint',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('CheckConstraint', 'updateCheckConstraint', 'checkConstraint', args.select, args.where, args.data, 'UpdateCheckConstraintInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'CheckConstraint',
|
|
57
|
-
fieldName: 'updateCheckConstraint',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('CheckConstraint', 'deleteCheckConstraint', 'checkConstraint', args.where, 'DeleteCheckConstraintInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'CheckConstraint',
|
|
68
|
-
fieldName: 'deleteCheckConstraint',
|
|
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 ConnectedAccountsModuleModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('ConnectedAccountsModule', 'connectedAccountsModules', 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
|
-
}, 'ConnectedAccountsModuleFilter', 'ConnectedAccountsModulesOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'ConnectedAccountsModule',
|
|
24
|
-
fieldName: 'connectedAccountsModules',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('ConnectedAccountsModule', 'connectedAccountsModules', args?.select, { where: args?.where }, 'ConnectedAccountsModuleFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'ConnectedAccountsModule',
|
|
35
|
-
fieldName: 'connectedAccountsModules',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('ConnectedAccountsModule', 'createConnectedAccountsModule', 'connectedAccountsModule', args.select, args.data, 'CreateConnectedAccountsModuleInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'ConnectedAccountsModule',
|
|
46
|
-
fieldName: 'createConnectedAccountsModule',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('ConnectedAccountsModule', 'updateConnectedAccountsModule', 'connectedAccountsModule', args.select, args.where, args.data, 'UpdateConnectedAccountsModuleInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'ConnectedAccountsModule',
|
|
57
|
-
fieldName: 'updateConnectedAccountsModule',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('ConnectedAccountsModule', 'deleteConnectedAccountsModule', 'connectedAccountsModule', args.where, 'DeleteConnectedAccountsModuleInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'ConnectedAccountsModule',
|
|
68
|
-
fieldName: 'deleteConnectedAccountsModule',
|
|
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 CryptoAddressesModuleModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('CryptoAddressesModule', 'cryptoAddressesModules', 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
|
-
}, 'CryptoAddressesModuleFilter', 'CryptoAddressesModulesOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'CryptoAddressesModule',
|
|
24
|
-
fieldName: 'cryptoAddressesModules',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('CryptoAddressesModule', 'cryptoAddressesModules', args?.select, { where: args?.where }, 'CryptoAddressesModuleFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'CryptoAddressesModule',
|
|
35
|
-
fieldName: 'cryptoAddressesModules',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('CryptoAddressesModule', 'createCryptoAddressesModule', 'cryptoAddressesModule', args.select, args.data, 'CreateCryptoAddressesModuleInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'CryptoAddressesModule',
|
|
46
|
-
fieldName: 'createCryptoAddressesModule',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('CryptoAddressesModule', 'updateCryptoAddressesModule', 'cryptoAddressesModule', args.select, args.where, args.data, 'UpdateCryptoAddressesModuleInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'CryptoAddressesModule',
|
|
57
|
-
fieldName: 'updateCryptoAddressesModule',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('CryptoAddressesModule', 'deleteCryptoAddressesModule', 'cryptoAddressesModule', args.where, 'DeleteCryptoAddressesModuleInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'CryptoAddressesModule',
|
|
68
|
-
fieldName: 'deleteCryptoAddressesModule',
|
|
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 CryptoAuthModuleModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('CryptoAuthModule', 'cryptoAuthModules', 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
|
-
}, 'CryptoAuthModuleFilter', 'CryptoAuthModulesOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'CryptoAuthModule',
|
|
24
|
-
fieldName: 'cryptoAuthModules',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('CryptoAuthModule', 'cryptoAuthModules', args?.select, { where: args?.where }, 'CryptoAuthModuleFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'CryptoAuthModule',
|
|
35
|
-
fieldName: 'cryptoAuthModules',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('CryptoAuthModule', 'createCryptoAuthModule', 'cryptoAuthModule', args.select, args.data, 'CreateCryptoAuthModuleInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'CryptoAuthModule',
|
|
46
|
-
fieldName: 'createCryptoAuthModule',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('CryptoAuthModule', 'updateCryptoAuthModule', 'cryptoAuthModule', args.select, args.where, args.data, 'UpdateCryptoAuthModuleInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'CryptoAuthModule',
|
|
57
|
-
fieldName: 'updateCryptoAuthModule',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('CryptoAuthModule', 'deleteCryptoAuthModule', 'cryptoAuthModule', args.where, 'DeleteCryptoAuthModuleInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'CryptoAuthModule',
|
|
68
|
-
fieldName: 'deleteCryptoAuthModule',
|
|
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 DatabaseModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('Database', 'databases', 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
|
-
}, 'DatabaseFilter', 'DatabasesOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'Database',
|
|
24
|
-
fieldName: 'databases',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('Database', 'databases', args?.select, { where: args?.where }, 'DatabaseFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'Database',
|
|
35
|
-
fieldName: 'databases',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('Database', 'createDatabase', 'database', args.select, args.data, 'CreateDatabaseInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'Database',
|
|
46
|
-
fieldName: 'createDatabase',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('Database', 'updateDatabase', 'database', args.select, args.where, args.data, 'UpdateDatabaseInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'Database',
|
|
57
|
-
fieldName: 'updateDatabase',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('Database', 'deleteDatabase', 'database', args.where, 'DeleteDatabaseInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'Database',
|
|
68
|
-
fieldName: 'deleteDatabase',
|
|
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 DatabaseExtensionModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('DatabaseExtension', 'databaseExtensions', 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
|
-
}, 'DatabaseExtensionFilter', 'DatabaseExtensionsOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'DatabaseExtension',
|
|
24
|
-
fieldName: 'databaseExtensions',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('DatabaseExtension', 'databaseExtensions', args?.select, { where: args?.where }, 'DatabaseExtensionFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'DatabaseExtension',
|
|
35
|
-
fieldName: 'databaseExtensions',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('DatabaseExtension', 'createDatabaseExtension', 'databaseExtension', args.select, args.data, 'CreateDatabaseExtensionInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'DatabaseExtension',
|
|
46
|
-
fieldName: 'createDatabaseExtension',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('DatabaseExtension', 'updateDatabaseExtension', 'databaseExtension', args.select, args.where, args.data, 'UpdateDatabaseExtensionInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'DatabaseExtension',
|
|
57
|
-
fieldName: 'updateDatabaseExtension',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('DatabaseExtension', 'deleteDatabaseExtension', 'databaseExtension', args.where, 'DeleteDatabaseExtensionInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'DatabaseExtension',
|
|
68
|
-
fieldName: 'deleteDatabaseExtension',
|
|
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 DatabaseProvisionModel {
|
|
6
|
-
client;
|
|
7
|
-
constructor(client) {
|
|
8
|
-
this.client = client;
|
|
9
|
-
}
|
|
10
|
-
findMany(args) {
|
|
11
|
-
const { document, variables } = buildFindManyDocument('DatabaseProvision', 'databaseProvisions', 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
|
-
}, 'DatabaseProvisionFilter', 'DatabaseProvisionsOrderBy');
|
|
20
|
-
return new QueryBuilder({
|
|
21
|
-
client: this.client,
|
|
22
|
-
operation: 'query',
|
|
23
|
-
operationName: 'DatabaseProvision',
|
|
24
|
-
fieldName: 'databaseProvisions',
|
|
25
|
-
document,
|
|
26
|
-
variables,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
findFirst(args) {
|
|
30
|
-
const { document, variables } = buildFindFirstDocument('DatabaseProvision', 'databaseProvisions', args?.select, { where: args?.where }, 'DatabaseProvisionFilter');
|
|
31
|
-
return new QueryBuilder({
|
|
32
|
-
client: this.client,
|
|
33
|
-
operation: 'query',
|
|
34
|
-
operationName: 'DatabaseProvision',
|
|
35
|
-
fieldName: 'databaseProvisions',
|
|
36
|
-
document,
|
|
37
|
-
variables,
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
create(args) {
|
|
41
|
-
const { document, variables } = buildCreateDocument('DatabaseProvision', 'createDatabaseProvision', 'databaseProvision', args.select, args.data, 'CreateDatabaseProvisionInput');
|
|
42
|
-
return new QueryBuilder({
|
|
43
|
-
client: this.client,
|
|
44
|
-
operation: 'mutation',
|
|
45
|
-
operationName: 'DatabaseProvision',
|
|
46
|
-
fieldName: 'createDatabaseProvision',
|
|
47
|
-
document,
|
|
48
|
-
variables,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
update(args) {
|
|
52
|
-
const { document, variables } = buildUpdateDocument('DatabaseProvision', 'updateDatabaseProvision', 'databaseProvision', args.select, args.where, args.data, 'UpdateDatabaseProvisionInput');
|
|
53
|
-
return new QueryBuilder({
|
|
54
|
-
client: this.client,
|
|
55
|
-
operation: 'mutation',
|
|
56
|
-
operationName: 'DatabaseProvision',
|
|
57
|
-
fieldName: 'updateDatabaseProvision',
|
|
58
|
-
document,
|
|
59
|
-
variables,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
delete(args) {
|
|
63
|
-
const { document, variables } = buildDeleteDocument('DatabaseProvision', 'deleteDatabaseProvision', 'databaseProvision', args.where, 'DeleteDatabaseProvisionInput');
|
|
64
|
-
return new QueryBuilder({
|
|
65
|
-
client: this.client,
|
|
66
|
-
operation: 'mutation',
|
|
67
|
-
operationName: 'DatabaseProvision',
|
|
68
|
-
fieldName: 'deleteDatabaseProvision',
|
|
69
|
-
document,
|
|
70
|
-
variables,
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
}
|