@constructive-io/graphql-server 2.14.8 → 2.15.0
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/client.d.ts +55 -0
- package/codegen/orm/client.js +75 -0
- package/codegen/orm/index.d.ts +632 -0
- package/codegen/orm/index.js +182 -0
- package/codegen/orm/input-types.d.ts +13248 -0
- package/codegen/orm/input-types.js +7 -0
- package/codegen/orm/models/api.d.ts +42 -0
- package/codegen/orm/models/api.js +77 -0
- package/codegen/orm/models/apiExtension.d.ts +42 -0
- package/codegen/orm/models/apiExtension.js +77 -0
- package/codegen/orm/models/apiModule.d.ts +42 -0
- package/codegen/orm/models/apiModule.js +77 -0
- package/codegen/orm/models/apiSchema.d.ts +42 -0
- package/codegen/orm/models/apiSchema.js +77 -0
- package/codegen/orm/models/app.d.ts +42 -0
- package/codegen/orm/models/app.js +77 -0
- package/codegen/orm/models/checkConstraint.d.ts +42 -0
- package/codegen/orm/models/checkConstraint.js +77 -0
- package/codegen/orm/models/connectedAccountsModule.d.ts +42 -0
- package/codegen/orm/models/connectedAccountsModule.js +77 -0
- package/codegen/orm/models/cryptoAddressesModule.d.ts +42 -0
- package/codegen/orm/models/cryptoAddressesModule.js +77 -0
- package/codegen/orm/models/cryptoAuthModule.d.ts +42 -0
- package/codegen/orm/models/cryptoAuthModule.js +77 -0
- package/codegen/orm/models/database.d.ts +42 -0
- package/codegen/orm/models/database.js +77 -0
- package/codegen/orm/models/databaseExtension.d.ts +42 -0
- package/codegen/orm/models/databaseExtension.js +77 -0
- package/codegen/orm/models/databaseProvision.d.ts +42 -0
- package/codegen/orm/models/databaseProvision.js +77 -0
- package/codegen/orm/models/defaultIdsModule.d.ts +42 -0
- package/codegen/orm/models/defaultIdsModule.js +77 -0
- package/codegen/orm/models/denormalizedTableField.d.ts +42 -0
- package/codegen/orm/models/denormalizedTableField.js +77 -0
- package/codegen/orm/models/domain.d.ts +42 -0
- package/codegen/orm/models/domain.js +77 -0
- package/codegen/orm/models/emailsModule.d.ts +42 -0
- package/codegen/orm/models/emailsModule.js +77 -0
- package/codegen/orm/models/encryptedSecretsModule.d.ts +42 -0
- package/codegen/orm/models/encryptedSecretsModule.js +77 -0
- package/codegen/orm/models/extension.d.ts +42 -0
- package/codegen/orm/models/extension.js +77 -0
- package/codegen/orm/models/field.d.ts +42 -0
- package/codegen/orm/models/field.js +77 -0
- package/codegen/orm/models/fieldModule.d.ts +42 -0
- package/codegen/orm/models/fieldModule.js +77 -0
- package/codegen/orm/models/foreignKeyConstraint.d.ts +42 -0
- package/codegen/orm/models/foreignKeyConstraint.js +77 -0
- package/codegen/orm/models/fullTextSearch.d.ts +42 -0
- package/codegen/orm/models/fullTextSearch.js +77 -0
- package/codegen/orm/models/hierarchyModule.d.ts +42 -0
- package/codegen/orm/models/hierarchyModule.js +77 -0
- package/codegen/orm/models/index.d.ts +64 -0
- package/codegen/orm/models/index.js +127 -0
- package/codegen/orm/models/indexModel.d.ts +42 -0
- package/codegen/orm/models/indexModel.js +77 -0
- package/codegen/orm/models/invitesModule.d.ts +42 -0
- package/codegen/orm/models/invitesModule.js +77 -0
- package/codegen/orm/models/levelsModule.d.ts +42 -0
- package/codegen/orm/models/levelsModule.js +77 -0
- package/codegen/orm/models/limitFunction.d.ts +42 -0
- package/codegen/orm/models/limitFunction.js +77 -0
- package/codegen/orm/models/limitsModule.d.ts +42 -0
- package/codegen/orm/models/limitsModule.js +77 -0
- package/codegen/orm/models/membershipTypesModule.d.ts +42 -0
- package/codegen/orm/models/membershipTypesModule.js +77 -0
- package/codegen/orm/models/membershipsModule.d.ts +42 -0
- package/codegen/orm/models/membershipsModule.js +77 -0
- package/codegen/orm/models/module.d.ts +42 -0
- package/codegen/orm/models/module.js +77 -0
- package/codegen/orm/models/moduleDefinition.d.ts +42 -0
- package/codegen/orm/models/moduleDefinition.js +77 -0
- package/codegen/orm/models/moduleField.d.ts +42 -0
- package/codegen/orm/models/moduleField.js +77 -0
- package/codegen/orm/models/moduleInputRecord.d.ts +42 -0
- package/codegen/orm/models/moduleInputRecord.js +77 -0
- package/codegen/orm/models/moduleOutput.d.ts +42 -0
- package/codegen/orm/models/moduleOutput.js +77 -0
- package/codegen/orm/models/permissionsModule.d.ts +42 -0
- package/codegen/orm/models/permissionsModule.js +77 -0
- package/codegen/orm/models/phoneNumbersModule.d.ts +42 -0
- package/codegen/orm/models/phoneNumbersModule.js +77 -0
- package/codegen/orm/models/policy.d.ts +42 -0
- package/codegen/orm/models/policy.js +77 -0
- package/codegen/orm/models/primaryKeyConstraint.d.ts +42 -0
- package/codegen/orm/models/primaryKeyConstraint.js +77 -0
- package/codegen/orm/models/procedure.d.ts +42 -0
- package/codegen/orm/models/procedure.js +77 -0
- package/codegen/orm/models/profilesModule.d.ts +42 -0
- package/codegen/orm/models/profilesModule.js +77 -0
- package/codegen/orm/models/rlsFunction.d.ts +42 -0
- package/codegen/orm/models/rlsFunction.js +77 -0
- package/codegen/orm/models/rlsModule.d.ts +42 -0
- package/codegen/orm/models/rlsModule.js +77 -0
- package/codegen/orm/models/schema.d.ts +42 -0
- package/codegen/orm/models/schema.js +77 -0
- package/codegen/orm/models/schemaGrant.d.ts +42 -0
- package/codegen/orm/models/schemaGrant.js +77 -0
- package/codegen/orm/models/secretsModule.d.ts +42 -0
- package/codegen/orm/models/secretsModule.js +77 -0
- package/codegen/orm/models/site.d.ts +42 -0
- package/codegen/orm/models/site.js +77 -0
- package/codegen/orm/models/siteMetadatum.d.ts +42 -0
- package/codegen/orm/models/siteMetadatum.js +77 -0
- package/codegen/orm/models/siteModule.d.ts +42 -0
- package/codegen/orm/models/siteModule.js +77 -0
- package/codegen/orm/models/siteTheme.d.ts +42 -0
- package/codegen/orm/models/siteTheme.js +77 -0
- package/codegen/orm/models/table.d.ts +42 -0
- package/codegen/orm/models/table.js +77 -0
- package/codegen/orm/models/tableGrant.d.ts +42 -0
- package/codegen/orm/models/tableGrant.js +77 -0
- package/codegen/orm/models/tokensModule.d.ts +42 -0
- package/codegen/orm/models/tokensModule.js +77 -0
- package/codegen/orm/models/trigger.d.ts +42 -0
- package/codegen/orm/models/trigger.js +77 -0
- package/codegen/orm/models/triggerFunction.d.ts +42 -0
- package/codegen/orm/models/triggerFunction.js +77 -0
- package/codegen/orm/models/uniqueConstraint.d.ts +42 -0
- package/codegen/orm/models/uniqueConstraint.js +77 -0
- package/codegen/orm/models/userAuthModule.d.ts +42 -0
- package/codegen/orm/models/userAuthModule.js +77 -0
- package/codegen/orm/models/usersModule.d.ts +42 -0
- package/codegen/orm/models/usersModule.js +77 -0
- package/codegen/orm/models/uuidModule.d.ts +42 -0
- package/codegen/orm/models/uuidModule.js +77 -0
- package/codegen/orm/mutation/index.d.ts +531 -0
- package/codegen/orm/mutation/index.js +596 -0
- package/codegen/orm/query/index.d.ts +274 -0
- package/codegen/orm/query/index.js +290 -0
- package/codegen/orm/query-builder.d.ts +80 -0
- package/codegen/orm/query-builder.js +249 -0
- package/codegen/orm/select-types.d.ts +50 -0
- package/codegen/orm/select-types.js +7 -0
- package/codegen/orm/types.d.ts +6 -0
- package/codegen/orm/types.js +23 -0
- package/esm/codegen/orm/client.js +70 -0
- package/esm/codegen/orm/index.js +162 -0
- package/esm/codegen/orm/input-types.js +6 -0
- package/esm/codegen/orm/models/api.js +73 -0
- package/esm/codegen/orm/models/apiExtension.js +73 -0
- package/esm/codegen/orm/models/apiModule.js +73 -0
- package/esm/codegen/orm/models/apiSchema.js +73 -0
- package/esm/codegen/orm/models/app.js +73 -0
- package/esm/codegen/orm/models/checkConstraint.js +73 -0
- package/esm/codegen/orm/models/connectedAccountsModule.js +73 -0
- package/esm/codegen/orm/models/cryptoAddressesModule.js +73 -0
- package/esm/codegen/orm/models/cryptoAuthModule.js +73 -0
- package/esm/codegen/orm/models/database.js +73 -0
- package/esm/codegen/orm/models/databaseExtension.js +73 -0
- package/esm/codegen/orm/models/databaseProvision.js +73 -0
- package/esm/codegen/orm/models/defaultIdsModule.js +73 -0
- package/esm/codegen/orm/models/denormalizedTableField.js +73 -0
- package/esm/codegen/orm/models/domain.js +73 -0
- package/esm/codegen/orm/models/emailsModule.js +73 -0
- package/esm/codegen/orm/models/encryptedSecretsModule.js +73 -0
- package/esm/codegen/orm/models/extension.js +73 -0
- package/esm/codegen/orm/models/field.js +73 -0
- package/esm/codegen/orm/models/fieldModule.js +73 -0
- package/esm/codegen/orm/models/foreignKeyConstraint.js +73 -0
- package/esm/codegen/orm/models/fullTextSearch.js +73 -0
- package/esm/codegen/orm/models/hierarchyModule.js +73 -0
- package/esm/codegen/orm/models/index.js +64 -0
- package/esm/codegen/orm/models/indexModel.js +73 -0
- package/esm/codegen/orm/models/invitesModule.js +73 -0
- package/esm/codegen/orm/models/levelsModule.js +73 -0
- package/esm/codegen/orm/models/limitFunction.js +73 -0
- package/esm/codegen/orm/models/limitsModule.js +73 -0
- package/esm/codegen/orm/models/membershipTypesModule.js +73 -0
- package/esm/codegen/orm/models/membershipsModule.js +73 -0
- package/esm/codegen/orm/models/module.js +73 -0
- package/esm/codegen/orm/models/moduleDefinition.js +73 -0
- package/esm/codegen/orm/models/moduleField.js +73 -0
- package/esm/codegen/orm/models/moduleInputRecord.js +73 -0
- package/esm/codegen/orm/models/moduleOutput.js +73 -0
- package/esm/codegen/orm/models/permissionsModule.js +73 -0
- package/esm/codegen/orm/models/phoneNumbersModule.js +73 -0
- package/esm/codegen/orm/models/policy.js +73 -0
- package/esm/codegen/orm/models/primaryKeyConstraint.js +73 -0
- package/esm/codegen/orm/models/procedure.js +73 -0
- package/esm/codegen/orm/models/profilesModule.js +73 -0
- package/esm/codegen/orm/models/rlsFunction.js +73 -0
- package/esm/codegen/orm/models/rlsModule.js +73 -0
- package/esm/codegen/orm/models/schema.js +73 -0
- package/esm/codegen/orm/models/schemaGrant.js +73 -0
- package/esm/codegen/orm/models/secretsModule.js +73 -0
- package/esm/codegen/orm/models/site.js +73 -0
- package/esm/codegen/orm/models/siteMetadatum.js +73 -0
- package/esm/codegen/orm/models/siteModule.js +73 -0
- package/esm/codegen/orm/models/siteTheme.js +73 -0
- package/esm/codegen/orm/models/table.js +73 -0
- package/esm/codegen/orm/models/tableGrant.js +73 -0
- package/esm/codegen/orm/models/tokensModule.js +73 -0
- package/esm/codegen/orm/models/trigger.js +73 -0
- package/esm/codegen/orm/models/triggerFunction.js +73 -0
- package/esm/codegen/orm/models/uniqueConstraint.js +73 -0
- package/esm/codegen/orm/models/userAuthModule.js +73 -0
- package/esm/codegen/orm/models/usersModule.js +73 -0
- package/esm/codegen/orm/models/uuidModule.js +73 -0
- package/esm/codegen/orm/mutation/index.js +593 -0
- package/esm/codegen/orm/query/index.js +287 -0
- package/esm/codegen/orm/query-builder.js +238 -0
- package/esm/codegen/orm/select-types.js +6 -0
- package/esm/codegen/orm/types.js +7 -0
- package/esm/middleware/api.js +10 -9
- package/esm/middleware/gql.js +118 -123
- package/esm/middleware/graphile.js +19 -3
- package/esm/scripts/codegen-schema.js +71 -0
- package/esm/server.js +21 -0
- package/middleware/api.js +9 -8
- package/middleware/gql.d.ts +25 -5
- package/middleware/gql.js +122 -127
- package/middleware/graphile.js +19 -3
- package/middleware/types.d.ts +1 -0
- package/package.json +15 -11
- package/scripts/codegen-schema.d.ts +1 -0
- package/scripts/codegen-schema.js +76 -0
- package/server.js +21 -0
- package/types.d.ts +2 -2
|
@@ -0,0 +1,593 @@
|
|
|
1
|
+
import { QueryBuilder, buildCustomDocument } from '../query-builder';
|
|
2
|
+
// ============================================================================
|
|
3
|
+
// Mutation Operations Factory
|
|
4
|
+
// ============================================================================
|
|
5
|
+
export function createMutationOperations(client) {
|
|
6
|
+
return {
|
|
7
|
+
updateCheckConstraintByTableIdAndName: (args, options) => new QueryBuilder({
|
|
8
|
+
client,
|
|
9
|
+
operation: 'mutation',
|
|
10
|
+
operationName: 'UpdateCheckConstraintByTableIdAndName',
|
|
11
|
+
fieldName: 'updateCheckConstraintByTableIdAndName',
|
|
12
|
+
...buildCustomDocument('mutation', 'UpdateCheckConstraintByTableIdAndName', 'updateCheckConstraintByTableIdAndName', options?.select, args, [
|
|
13
|
+
{
|
|
14
|
+
name: 'input',
|
|
15
|
+
type: 'UpdateCheckConstraintByTableIdAndNameInput!',
|
|
16
|
+
},
|
|
17
|
+
]),
|
|
18
|
+
}),
|
|
19
|
+
updateDatabaseBySchemaName: (args, options) => new QueryBuilder({
|
|
20
|
+
client,
|
|
21
|
+
operation: 'mutation',
|
|
22
|
+
operationName: 'UpdateDatabaseBySchemaName',
|
|
23
|
+
fieldName: 'updateDatabaseBySchemaName',
|
|
24
|
+
...buildCustomDocument('mutation', 'UpdateDatabaseBySchemaName', 'updateDatabaseBySchemaName', options?.select, args, [{ name: 'input', type: 'UpdateDatabaseBySchemaNameInput!' }]),
|
|
25
|
+
}),
|
|
26
|
+
updateDatabaseByPrivateSchemaName: (args, options) => new QueryBuilder({
|
|
27
|
+
client,
|
|
28
|
+
operation: 'mutation',
|
|
29
|
+
operationName: 'UpdateDatabaseByPrivateSchemaName',
|
|
30
|
+
fieldName: 'updateDatabaseByPrivateSchemaName',
|
|
31
|
+
...buildCustomDocument('mutation', 'UpdateDatabaseByPrivateSchemaName', 'updateDatabaseByPrivateSchemaName', options?.select, args, [{ name: 'input', type: 'UpdateDatabaseByPrivateSchemaNameInput!' }]),
|
|
32
|
+
}),
|
|
33
|
+
updateDatabaseExtensionByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
34
|
+
client,
|
|
35
|
+
operation: 'mutation',
|
|
36
|
+
operationName: 'UpdateDatabaseExtensionByDatabaseIdAndName',
|
|
37
|
+
fieldName: 'updateDatabaseExtensionByDatabaseIdAndName',
|
|
38
|
+
...buildCustomDocument('mutation', 'UpdateDatabaseExtensionByDatabaseIdAndName', 'updateDatabaseExtensionByDatabaseIdAndName', options?.select, args, [
|
|
39
|
+
{
|
|
40
|
+
name: 'input',
|
|
41
|
+
type: 'UpdateDatabaseExtensionByDatabaseIdAndNameInput!',
|
|
42
|
+
},
|
|
43
|
+
]),
|
|
44
|
+
}),
|
|
45
|
+
updateFieldByTableIdAndName: (args, options) => new QueryBuilder({
|
|
46
|
+
client,
|
|
47
|
+
operation: 'mutation',
|
|
48
|
+
operationName: 'UpdateFieldByTableIdAndName',
|
|
49
|
+
fieldName: 'updateFieldByTableIdAndName',
|
|
50
|
+
...buildCustomDocument('mutation', 'UpdateFieldByTableIdAndName', 'updateFieldByTableIdAndName', options?.select, args, [{ name: 'input', type: 'UpdateFieldByTableIdAndNameInput!' }]),
|
|
51
|
+
}),
|
|
52
|
+
updateForeignKeyConstraintByTableIdAndName: (args, options) => new QueryBuilder({
|
|
53
|
+
client,
|
|
54
|
+
operation: 'mutation',
|
|
55
|
+
operationName: 'UpdateForeignKeyConstraintByTableIdAndName',
|
|
56
|
+
fieldName: 'updateForeignKeyConstraintByTableIdAndName',
|
|
57
|
+
...buildCustomDocument('mutation', 'UpdateForeignKeyConstraintByTableIdAndName', 'updateForeignKeyConstraintByTableIdAndName', options?.select, args, [
|
|
58
|
+
{
|
|
59
|
+
name: 'input',
|
|
60
|
+
type: 'UpdateForeignKeyConstraintByTableIdAndNameInput!',
|
|
61
|
+
},
|
|
62
|
+
]),
|
|
63
|
+
}),
|
|
64
|
+
updateIndexByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
65
|
+
client,
|
|
66
|
+
operation: 'mutation',
|
|
67
|
+
operationName: 'UpdateIndexByDatabaseIdAndName',
|
|
68
|
+
fieldName: 'updateIndexByDatabaseIdAndName',
|
|
69
|
+
...buildCustomDocument('mutation', 'UpdateIndexByDatabaseIdAndName', 'updateIndexByDatabaseIdAndName', options?.select, args, [{ name: 'input', type: 'UpdateIndexByDatabaseIdAndNameInput!' }]),
|
|
70
|
+
}),
|
|
71
|
+
updateLimitFunctionByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
72
|
+
client,
|
|
73
|
+
operation: 'mutation',
|
|
74
|
+
operationName: 'UpdateLimitFunctionByDatabaseIdAndName',
|
|
75
|
+
fieldName: 'updateLimitFunctionByDatabaseIdAndName',
|
|
76
|
+
...buildCustomDocument('mutation', 'UpdateLimitFunctionByDatabaseIdAndName', 'updateLimitFunctionByDatabaseIdAndName', options?.select, args, [
|
|
77
|
+
{
|
|
78
|
+
name: 'input',
|
|
79
|
+
type: 'UpdateLimitFunctionByDatabaseIdAndNameInput!',
|
|
80
|
+
},
|
|
81
|
+
]),
|
|
82
|
+
}),
|
|
83
|
+
updatePolicyByTableIdAndName: (args, options) => new QueryBuilder({
|
|
84
|
+
client,
|
|
85
|
+
operation: 'mutation',
|
|
86
|
+
operationName: 'UpdatePolicyByTableIdAndName',
|
|
87
|
+
fieldName: 'updatePolicyByTableIdAndName',
|
|
88
|
+
...buildCustomDocument('mutation', 'UpdatePolicyByTableIdAndName', 'updatePolicyByTableIdAndName', options?.select, args, [{ name: 'input', type: 'UpdatePolicyByTableIdAndNameInput!' }]),
|
|
89
|
+
}),
|
|
90
|
+
updatePrimaryKeyConstraintByTableIdAndName: (args, options) => new QueryBuilder({
|
|
91
|
+
client,
|
|
92
|
+
operation: 'mutation',
|
|
93
|
+
operationName: 'UpdatePrimaryKeyConstraintByTableIdAndName',
|
|
94
|
+
fieldName: 'updatePrimaryKeyConstraintByTableIdAndName',
|
|
95
|
+
...buildCustomDocument('mutation', 'UpdatePrimaryKeyConstraintByTableIdAndName', 'updatePrimaryKeyConstraintByTableIdAndName', options?.select, args, [
|
|
96
|
+
{
|
|
97
|
+
name: 'input',
|
|
98
|
+
type: 'UpdatePrimaryKeyConstraintByTableIdAndNameInput!',
|
|
99
|
+
},
|
|
100
|
+
]),
|
|
101
|
+
}),
|
|
102
|
+
updateProcedureByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
103
|
+
client,
|
|
104
|
+
operation: 'mutation',
|
|
105
|
+
operationName: 'UpdateProcedureByDatabaseIdAndName',
|
|
106
|
+
fieldName: 'updateProcedureByDatabaseIdAndName',
|
|
107
|
+
...buildCustomDocument('mutation', 'UpdateProcedureByDatabaseIdAndName', 'updateProcedureByDatabaseIdAndName', options?.select, args, [{ name: 'input', type: 'UpdateProcedureByDatabaseIdAndNameInput!' }]),
|
|
108
|
+
}),
|
|
109
|
+
updateRlsFunctionByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
110
|
+
client,
|
|
111
|
+
operation: 'mutation',
|
|
112
|
+
operationName: 'UpdateRlsFunctionByDatabaseIdAndName',
|
|
113
|
+
fieldName: 'updateRlsFunctionByDatabaseIdAndName',
|
|
114
|
+
...buildCustomDocument('mutation', 'UpdateRlsFunctionByDatabaseIdAndName', 'updateRlsFunctionByDatabaseIdAndName', options?.select, args, [
|
|
115
|
+
{
|
|
116
|
+
name: 'input',
|
|
117
|
+
type: 'UpdateRlsFunctionByDatabaseIdAndNameInput!',
|
|
118
|
+
},
|
|
119
|
+
]),
|
|
120
|
+
}),
|
|
121
|
+
updateSchemaByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
122
|
+
client,
|
|
123
|
+
operation: 'mutation',
|
|
124
|
+
operationName: 'UpdateSchemaByDatabaseIdAndName',
|
|
125
|
+
fieldName: 'updateSchemaByDatabaseIdAndName',
|
|
126
|
+
...buildCustomDocument('mutation', 'UpdateSchemaByDatabaseIdAndName', 'updateSchemaByDatabaseIdAndName', options?.select, args, [{ name: 'input', type: 'UpdateSchemaByDatabaseIdAndNameInput!' }]),
|
|
127
|
+
}),
|
|
128
|
+
updateSchemaBySchemaName: (args, options) => new QueryBuilder({
|
|
129
|
+
client,
|
|
130
|
+
operation: 'mutation',
|
|
131
|
+
operationName: 'UpdateSchemaBySchemaName',
|
|
132
|
+
fieldName: 'updateSchemaBySchemaName',
|
|
133
|
+
...buildCustomDocument('mutation', 'UpdateSchemaBySchemaName', 'updateSchemaBySchemaName', options?.select, args, [{ name: 'input', type: 'UpdateSchemaBySchemaNameInput!' }]),
|
|
134
|
+
}),
|
|
135
|
+
updateTableByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
136
|
+
client,
|
|
137
|
+
operation: 'mutation',
|
|
138
|
+
operationName: 'UpdateTableByDatabaseIdAndName',
|
|
139
|
+
fieldName: 'updateTableByDatabaseIdAndName',
|
|
140
|
+
...buildCustomDocument('mutation', 'UpdateTableByDatabaseIdAndName', 'updateTableByDatabaseIdAndName', options?.select, args, [{ name: 'input', type: 'UpdateTableByDatabaseIdAndNameInput!' }]),
|
|
141
|
+
}),
|
|
142
|
+
updateTriggerByTableIdAndName: (args, options) => new QueryBuilder({
|
|
143
|
+
client,
|
|
144
|
+
operation: 'mutation',
|
|
145
|
+
operationName: 'UpdateTriggerByTableIdAndName',
|
|
146
|
+
fieldName: 'updateTriggerByTableIdAndName',
|
|
147
|
+
...buildCustomDocument('mutation', 'UpdateTriggerByTableIdAndName', 'updateTriggerByTableIdAndName', options?.select, args, [{ name: 'input', type: 'UpdateTriggerByTableIdAndNameInput!' }]),
|
|
148
|
+
}),
|
|
149
|
+
updateTriggerFunctionByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
150
|
+
client,
|
|
151
|
+
operation: 'mutation',
|
|
152
|
+
operationName: 'UpdateTriggerFunctionByDatabaseIdAndName',
|
|
153
|
+
fieldName: 'updateTriggerFunctionByDatabaseIdAndName',
|
|
154
|
+
...buildCustomDocument('mutation', 'UpdateTriggerFunctionByDatabaseIdAndName', 'updateTriggerFunctionByDatabaseIdAndName', options?.select, args, [
|
|
155
|
+
{
|
|
156
|
+
name: 'input',
|
|
157
|
+
type: 'UpdateTriggerFunctionByDatabaseIdAndNameInput!',
|
|
158
|
+
},
|
|
159
|
+
]),
|
|
160
|
+
}),
|
|
161
|
+
updateUniqueConstraintByTableIdAndName: (args, options) => new QueryBuilder({
|
|
162
|
+
client,
|
|
163
|
+
operation: 'mutation',
|
|
164
|
+
operationName: 'UpdateUniqueConstraintByTableIdAndName',
|
|
165
|
+
fieldName: 'updateUniqueConstraintByTableIdAndName',
|
|
166
|
+
...buildCustomDocument('mutation', 'UpdateUniqueConstraintByTableIdAndName', 'updateUniqueConstraintByTableIdAndName', options?.select, args, [
|
|
167
|
+
{
|
|
168
|
+
name: 'input',
|
|
169
|
+
type: 'UpdateUniqueConstraintByTableIdAndNameInput!',
|
|
170
|
+
},
|
|
171
|
+
]),
|
|
172
|
+
}),
|
|
173
|
+
updateApiExtensionBySchemaNameAndApiId: (args, options) => new QueryBuilder({
|
|
174
|
+
client,
|
|
175
|
+
operation: 'mutation',
|
|
176
|
+
operationName: 'UpdateApiExtensionBySchemaNameAndApiId',
|
|
177
|
+
fieldName: 'updateApiExtensionBySchemaNameAndApiId',
|
|
178
|
+
...buildCustomDocument('mutation', 'UpdateApiExtensionBySchemaNameAndApiId', 'updateApiExtensionBySchemaNameAndApiId', options?.select, args, [
|
|
179
|
+
{
|
|
180
|
+
name: 'input',
|
|
181
|
+
type: 'UpdateApiExtensionBySchemaNameAndApiIdInput!',
|
|
182
|
+
},
|
|
183
|
+
]),
|
|
184
|
+
}),
|
|
185
|
+
updateApiSchemaByApiIdAndSchemaId: (args, options) => new QueryBuilder({
|
|
186
|
+
client,
|
|
187
|
+
operation: 'mutation',
|
|
188
|
+
operationName: 'UpdateApiSchemaByApiIdAndSchemaId',
|
|
189
|
+
fieldName: 'updateApiSchemaByApiIdAndSchemaId',
|
|
190
|
+
...buildCustomDocument('mutation', 'UpdateApiSchemaByApiIdAndSchemaId', 'updateApiSchemaByApiIdAndSchemaId', options?.select, args, [{ name: 'input', type: 'UpdateApiSchemaByApiIdAndSchemaIdInput!' }]),
|
|
191
|
+
}),
|
|
192
|
+
updateApiByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
193
|
+
client,
|
|
194
|
+
operation: 'mutation',
|
|
195
|
+
operationName: 'UpdateApiByDatabaseIdAndName',
|
|
196
|
+
fieldName: 'updateApiByDatabaseIdAndName',
|
|
197
|
+
...buildCustomDocument('mutation', 'UpdateApiByDatabaseIdAndName', 'updateApiByDatabaseIdAndName', options?.select, args, [{ name: 'input', type: 'UpdateApiByDatabaseIdAndNameInput!' }]),
|
|
198
|
+
}),
|
|
199
|
+
updateAppBySiteId: (args, options) => new QueryBuilder({
|
|
200
|
+
client,
|
|
201
|
+
operation: 'mutation',
|
|
202
|
+
operationName: 'UpdateAppBySiteId',
|
|
203
|
+
fieldName: 'updateAppBySiteId',
|
|
204
|
+
...buildCustomDocument('mutation', 'UpdateAppBySiteId', 'updateAppBySiteId', options?.select, args, [{ name: 'input', type: 'UpdateAppBySiteIdInput!' }]),
|
|
205
|
+
}),
|
|
206
|
+
updateDomainBySubdomainAndDomain: (args, options) => new QueryBuilder({
|
|
207
|
+
client,
|
|
208
|
+
operation: 'mutation',
|
|
209
|
+
operationName: 'UpdateDomainBySubdomainAndDomain',
|
|
210
|
+
fieldName: 'updateDomainBySubdomainAndDomain',
|
|
211
|
+
...buildCustomDocument('mutation', 'UpdateDomainBySubdomainAndDomain', 'updateDomainBySubdomainAndDomain', options?.select, args, [{ name: 'input', type: 'UpdateDomainBySubdomainAndDomainInput!' }]),
|
|
212
|
+
}),
|
|
213
|
+
updateHierarchyModuleByDatabaseId: (args, options) => new QueryBuilder({
|
|
214
|
+
client,
|
|
215
|
+
operation: 'mutation',
|
|
216
|
+
operationName: 'UpdateHierarchyModuleByDatabaseId',
|
|
217
|
+
fieldName: 'updateHierarchyModuleByDatabaseId',
|
|
218
|
+
...buildCustomDocument('mutation', 'UpdateHierarchyModuleByDatabaseId', 'updateHierarchyModuleByDatabaseId', options?.select, args, [{ name: 'input', type: 'UpdateHierarchyModuleByDatabaseIdInput!' }]),
|
|
219
|
+
}),
|
|
220
|
+
updateModuleDefinitionByNameAndContext: (args, options) => new QueryBuilder({
|
|
221
|
+
client,
|
|
222
|
+
operation: 'mutation',
|
|
223
|
+
operationName: 'UpdateModuleDefinitionByNameAndContext',
|
|
224
|
+
fieldName: 'updateModuleDefinitionByNameAndContext',
|
|
225
|
+
...buildCustomDocument('mutation', 'UpdateModuleDefinitionByNameAndContext', 'updateModuleDefinitionByNameAndContext', options?.select, args, [
|
|
226
|
+
{
|
|
227
|
+
name: 'input',
|
|
228
|
+
type: 'UpdateModuleDefinitionByNameAndContextInput!',
|
|
229
|
+
},
|
|
230
|
+
]),
|
|
231
|
+
}),
|
|
232
|
+
updateModuleFieldByModuleDefnIdAndName: (args, options) => new QueryBuilder({
|
|
233
|
+
client,
|
|
234
|
+
operation: 'mutation',
|
|
235
|
+
operationName: 'UpdateModuleFieldByModuleDefnIdAndName',
|
|
236
|
+
fieldName: 'updateModuleFieldByModuleDefnIdAndName',
|
|
237
|
+
...buildCustomDocument('mutation', 'UpdateModuleFieldByModuleDefnIdAndName', 'updateModuleFieldByModuleDefnIdAndName', options?.select, args, [
|
|
238
|
+
{
|
|
239
|
+
name: 'input',
|
|
240
|
+
type: 'UpdateModuleFieldByModuleDefnIdAndNameInput!',
|
|
241
|
+
},
|
|
242
|
+
]),
|
|
243
|
+
}),
|
|
244
|
+
updateModuleInputRecordByModuleIdAndName: (args, options) => new QueryBuilder({
|
|
245
|
+
client,
|
|
246
|
+
operation: 'mutation',
|
|
247
|
+
operationName: 'UpdateModuleInputRecordByModuleIdAndName',
|
|
248
|
+
fieldName: 'updateModuleInputRecordByModuleIdAndName',
|
|
249
|
+
...buildCustomDocument('mutation', 'UpdateModuleInputRecordByModuleIdAndName', 'updateModuleInputRecordByModuleIdAndName', options?.select, args, [
|
|
250
|
+
{
|
|
251
|
+
name: 'input',
|
|
252
|
+
type: 'UpdateModuleInputRecordByModuleIdAndNameInput!',
|
|
253
|
+
},
|
|
254
|
+
]),
|
|
255
|
+
}),
|
|
256
|
+
updateModuleOutputByModuleIdAndName: (args, options) => new QueryBuilder({
|
|
257
|
+
client,
|
|
258
|
+
operation: 'mutation',
|
|
259
|
+
operationName: 'UpdateModuleOutputByModuleIdAndName',
|
|
260
|
+
fieldName: 'updateModuleOutputByModuleIdAndName',
|
|
261
|
+
...buildCustomDocument('mutation', 'UpdateModuleOutputByModuleIdAndName', 'updateModuleOutputByModuleIdAndName', options?.select, args, [{ name: 'input', type: 'UpdateModuleOutputByModuleIdAndNameInput!' }]),
|
|
262
|
+
}),
|
|
263
|
+
updateProfilesModuleByDatabaseIdAndMembershipType: (args, options) => new QueryBuilder({
|
|
264
|
+
client,
|
|
265
|
+
operation: 'mutation',
|
|
266
|
+
operationName: 'UpdateProfilesModuleByDatabaseIdAndMembershipType',
|
|
267
|
+
fieldName: 'updateProfilesModuleByDatabaseIdAndMembershipType',
|
|
268
|
+
...buildCustomDocument('mutation', 'UpdateProfilesModuleByDatabaseIdAndMembershipType', 'updateProfilesModuleByDatabaseIdAndMembershipType', options?.select, args, [
|
|
269
|
+
{
|
|
270
|
+
name: 'input',
|
|
271
|
+
type: 'UpdateProfilesModuleByDatabaseIdAndMembershipTypeInput!',
|
|
272
|
+
},
|
|
273
|
+
]),
|
|
274
|
+
}),
|
|
275
|
+
updateRlsModuleByApiId: (args, options) => new QueryBuilder({
|
|
276
|
+
client,
|
|
277
|
+
operation: 'mutation',
|
|
278
|
+
operationName: 'UpdateRlsModuleByApiId',
|
|
279
|
+
fieldName: 'updateRlsModuleByApiId',
|
|
280
|
+
...buildCustomDocument('mutation', 'UpdateRlsModuleByApiId', 'updateRlsModuleByApiId', options?.select, args, [{ name: 'input', type: 'UpdateRlsModuleByApiIdInput!' }]),
|
|
281
|
+
}),
|
|
282
|
+
deleteCheckConstraintByTableIdAndName: (args, options) => new QueryBuilder({
|
|
283
|
+
client,
|
|
284
|
+
operation: 'mutation',
|
|
285
|
+
operationName: 'DeleteCheckConstraintByTableIdAndName',
|
|
286
|
+
fieldName: 'deleteCheckConstraintByTableIdAndName',
|
|
287
|
+
...buildCustomDocument('mutation', 'DeleteCheckConstraintByTableIdAndName', 'deleteCheckConstraintByTableIdAndName', options?.select, args, [
|
|
288
|
+
{
|
|
289
|
+
name: 'input',
|
|
290
|
+
type: 'DeleteCheckConstraintByTableIdAndNameInput!',
|
|
291
|
+
},
|
|
292
|
+
]),
|
|
293
|
+
}),
|
|
294
|
+
deleteDatabaseBySchemaName: (args, options) => new QueryBuilder({
|
|
295
|
+
client,
|
|
296
|
+
operation: 'mutation',
|
|
297
|
+
operationName: 'DeleteDatabaseBySchemaName',
|
|
298
|
+
fieldName: 'deleteDatabaseBySchemaName',
|
|
299
|
+
...buildCustomDocument('mutation', 'DeleteDatabaseBySchemaName', 'deleteDatabaseBySchemaName', options?.select, args, [{ name: 'input', type: 'DeleteDatabaseBySchemaNameInput!' }]),
|
|
300
|
+
}),
|
|
301
|
+
deleteDatabaseByPrivateSchemaName: (args, options) => new QueryBuilder({
|
|
302
|
+
client,
|
|
303
|
+
operation: 'mutation',
|
|
304
|
+
operationName: 'DeleteDatabaseByPrivateSchemaName',
|
|
305
|
+
fieldName: 'deleteDatabaseByPrivateSchemaName',
|
|
306
|
+
...buildCustomDocument('mutation', 'DeleteDatabaseByPrivateSchemaName', 'deleteDatabaseByPrivateSchemaName', options?.select, args, [{ name: 'input', type: 'DeleteDatabaseByPrivateSchemaNameInput!' }]),
|
|
307
|
+
}),
|
|
308
|
+
deleteDatabaseExtensionByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
309
|
+
client,
|
|
310
|
+
operation: 'mutation',
|
|
311
|
+
operationName: 'DeleteDatabaseExtensionByDatabaseIdAndName',
|
|
312
|
+
fieldName: 'deleteDatabaseExtensionByDatabaseIdAndName',
|
|
313
|
+
...buildCustomDocument('mutation', 'DeleteDatabaseExtensionByDatabaseIdAndName', 'deleteDatabaseExtensionByDatabaseIdAndName', options?.select, args, [
|
|
314
|
+
{
|
|
315
|
+
name: 'input',
|
|
316
|
+
type: 'DeleteDatabaseExtensionByDatabaseIdAndNameInput!',
|
|
317
|
+
},
|
|
318
|
+
]),
|
|
319
|
+
}),
|
|
320
|
+
deleteFieldByTableIdAndName: (args, options) => new QueryBuilder({
|
|
321
|
+
client,
|
|
322
|
+
operation: 'mutation',
|
|
323
|
+
operationName: 'DeleteFieldByTableIdAndName',
|
|
324
|
+
fieldName: 'deleteFieldByTableIdAndName',
|
|
325
|
+
...buildCustomDocument('mutation', 'DeleteFieldByTableIdAndName', 'deleteFieldByTableIdAndName', options?.select, args, [{ name: 'input', type: 'DeleteFieldByTableIdAndNameInput!' }]),
|
|
326
|
+
}),
|
|
327
|
+
deleteForeignKeyConstraintByTableIdAndName: (args, options) => new QueryBuilder({
|
|
328
|
+
client,
|
|
329
|
+
operation: 'mutation',
|
|
330
|
+
operationName: 'DeleteForeignKeyConstraintByTableIdAndName',
|
|
331
|
+
fieldName: 'deleteForeignKeyConstraintByTableIdAndName',
|
|
332
|
+
...buildCustomDocument('mutation', 'DeleteForeignKeyConstraintByTableIdAndName', 'deleteForeignKeyConstraintByTableIdAndName', options?.select, args, [
|
|
333
|
+
{
|
|
334
|
+
name: 'input',
|
|
335
|
+
type: 'DeleteForeignKeyConstraintByTableIdAndNameInput!',
|
|
336
|
+
},
|
|
337
|
+
]),
|
|
338
|
+
}),
|
|
339
|
+
deleteIndexByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
340
|
+
client,
|
|
341
|
+
operation: 'mutation',
|
|
342
|
+
operationName: 'DeleteIndexByDatabaseIdAndName',
|
|
343
|
+
fieldName: 'deleteIndexByDatabaseIdAndName',
|
|
344
|
+
...buildCustomDocument('mutation', 'DeleteIndexByDatabaseIdAndName', 'deleteIndexByDatabaseIdAndName', options?.select, args, [{ name: 'input', type: 'DeleteIndexByDatabaseIdAndNameInput!' }]),
|
|
345
|
+
}),
|
|
346
|
+
deleteLimitFunctionByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
347
|
+
client,
|
|
348
|
+
operation: 'mutation',
|
|
349
|
+
operationName: 'DeleteLimitFunctionByDatabaseIdAndName',
|
|
350
|
+
fieldName: 'deleteLimitFunctionByDatabaseIdAndName',
|
|
351
|
+
...buildCustomDocument('mutation', 'DeleteLimitFunctionByDatabaseIdAndName', 'deleteLimitFunctionByDatabaseIdAndName', options?.select, args, [
|
|
352
|
+
{
|
|
353
|
+
name: 'input',
|
|
354
|
+
type: 'DeleteLimitFunctionByDatabaseIdAndNameInput!',
|
|
355
|
+
},
|
|
356
|
+
]),
|
|
357
|
+
}),
|
|
358
|
+
deletePolicyByTableIdAndName: (args, options) => new QueryBuilder({
|
|
359
|
+
client,
|
|
360
|
+
operation: 'mutation',
|
|
361
|
+
operationName: 'DeletePolicyByTableIdAndName',
|
|
362
|
+
fieldName: 'deletePolicyByTableIdAndName',
|
|
363
|
+
...buildCustomDocument('mutation', 'DeletePolicyByTableIdAndName', 'deletePolicyByTableIdAndName', options?.select, args, [{ name: 'input', type: 'DeletePolicyByTableIdAndNameInput!' }]),
|
|
364
|
+
}),
|
|
365
|
+
deletePrimaryKeyConstraintByTableIdAndName: (args, options) => new QueryBuilder({
|
|
366
|
+
client,
|
|
367
|
+
operation: 'mutation',
|
|
368
|
+
operationName: 'DeletePrimaryKeyConstraintByTableIdAndName',
|
|
369
|
+
fieldName: 'deletePrimaryKeyConstraintByTableIdAndName',
|
|
370
|
+
...buildCustomDocument('mutation', 'DeletePrimaryKeyConstraintByTableIdAndName', 'deletePrimaryKeyConstraintByTableIdAndName', options?.select, args, [
|
|
371
|
+
{
|
|
372
|
+
name: 'input',
|
|
373
|
+
type: 'DeletePrimaryKeyConstraintByTableIdAndNameInput!',
|
|
374
|
+
},
|
|
375
|
+
]),
|
|
376
|
+
}),
|
|
377
|
+
deleteProcedureByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
378
|
+
client,
|
|
379
|
+
operation: 'mutation',
|
|
380
|
+
operationName: 'DeleteProcedureByDatabaseIdAndName',
|
|
381
|
+
fieldName: 'deleteProcedureByDatabaseIdAndName',
|
|
382
|
+
...buildCustomDocument('mutation', 'DeleteProcedureByDatabaseIdAndName', 'deleteProcedureByDatabaseIdAndName', options?.select, args, [{ name: 'input', type: 'DeleteProcedureByDatabaseIdAndNameInput!' }]),
|
|
383
|
+
}),
|
|
384
|
+
deleteRlsFunctionByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
385
|
+
client,
|
|
386
|
+
operation: 'mutation',
|
|
387
|
+
operationName: 'DeleteRlsFunctionByDatabaseIdAndName',
|
|
388
|
+
fieldName: 'deleteRlsFunctionByDatabaseIdAndName',
|
|
389
|
+
...buildCustomDocument('mutation', 'DeleteRlsFunctionByDatabaseIdAndName', 'deleteRlsFunctionByDatabaseIdAndName', options?.select, args, [
|
|
390
|
+
{
|
|
391
|
+
name: 'input',
|
|
392
|
+
type: 'DeleteRlsFunctionByDatabaseIdAndNameInput!',
|
|
393
|
+
},
|
|
394
|
+
]),
|
|
395
|
+
}),
|
|
396
|
+
deleteSchemaByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
397
|
+
client,
|
|
398
|
+
operation: 'mutation',
|
|
399
|
+
operationName: 'DeleteSchemaByDatabaseIdAndName',
|
|
400
|
+
fieldName: 'deleteSchemaByDatabaseIdAndName',
|
|
401
|
+
...buildCustomDocument('mutation', 'DeleteSchemaByDatabaseIdAndName', 'deleteSchemaByDatabaseIdAndName', options?.select, args, [{ name: 'input', type: 'DeleteSchemaByDatabaseIdAndNameInput!' }]),
|
|
402
|
+
}),
|
|
403
|
+
deleteSchemaBySchemaName: (args, options) => new QueryBuilder({
|
|
404
|
+
client,
|
|
405
|
+
operation: 'mutation',
|
|
406
|
+
operationName: 'DeleteSchemaBySchemaName',
|
|
407
|
+
fieldName: 'deleteSchemaBySchemaName',
|
|
408
|
+
...buildCustomDocument('mutation', 'DeleteSchemaBySchemaName', 'deleteSchemaBySchemaName', options?.select, args, [{ name: 'input', type: 'DeleteSchemaBySchemaNameInput!' }]),
|
|
409
|
+
}),
|
|
410
|
+
deleteTableByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
411
|
+
client,
|
|
412
|
+
operation: 'mutation',
|
|
413
|
+
operationName: 'DeleteTableByDatabaseIdAndName',
|
|
414
|
+
fieldName: 'deleteTableByDatabaseIdAndName',
|
|
415
|
+
...buildCustomDocument('mutation', 'DeleteTableByDatabaseIdAndName', 'deleteTableByDatabaseIdAndName', options?.select, args, [{ name: 'input', type: 'DeleteTableByDatabaseIdAndNameInput!' }]),
|
|
416
|
+
}),
|
|
417
|
+
deleteTriggerByTableIdAndName: (args, options) => new QueryBuilder({
|
|
418
|
+
client,
|
|
419
|
+
operation: 'mutation',
|
|
420
|
+
operationName: 'DeleteTriggerByTableIdAndName',
|
|
421
|
+
fieldName: 'deleteTriggerByTableIdAndName',
|
|
422
|
+
...buildCustomDocument('mutation', 'DeleteTriggerByTableIdAndName', 'deleteTriggerByTableIdAndName', options?.select, args, [{ name: 'input', type: 'DeleteTriggerByTableIdAndNameInput!' }]),
|
|
423
|
+
}),
|
|
424
|
+
deleteTriggerFunctionByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
425
|
+
client,
|
|
426
|
+
operation: 'mutation',
|
|
427
|
+
operationName: 'DeleteTriggerFunctionByDatabaseIdAndName',
|
|
428
|
+
fieldName: 'deleteTriggerFunctionByDatabaseIdAndName',
|
|
429
|
+
...buildCustomDocument('mutation', 'DeleteTriggerFunctionByDatabaseIdAndName', 'deleteTriggerFunctionByDatabaseIdAndName', options?.select, args, [
|
|
430
|
+
{
|
|
431
|
+
name: 'input',
|
|
432
|
+
type: 'DeleteTriggerFunctionByDatabaseIdAndNameInput!',
|
|
433
|
+
},
|
|
434
|
+
]),
|
|
435
|
+
}),
|
|
436
|
+
deleteUniqueConstraintByTableIdAndName: (args, options) => new QueryBuilder({
|
|
437
|
+
client,
|
|
438
|
+
operation: 'mutation',
|
|
439
|
+
operationName: 'DeleteUniqueConstraintByTableIdAndName',
|
|
440
|
+
fieldName: 'deleteUniqueConstraintByTableIdAndName',
|
|
441
|
+
...buildCustomDocument('mutation', 'DeleteUniqueConstraintByTableIdAndName', 'deleteUniqueConstraintByTableIdAndName', options?.select, args, [
|
|
442
|
+
{
|
|
443
|
+
name: 'input',
|
|
444
|
+
type: 'DeleteUniqueConstraintByTableIdAndNameInput!',
|
|
445
|
+
},
|
|
446
|
+
]),
|
|
447
|
+
}),
|
|
448
|
+
deleteApiExtensionBySchemaNameAndApiId: (args, options) => new QueryBuilder({
|
|
449
|
+
client,
|
|
450
|
+
operation: 'mutation',
|
|
451
|
+
operationName: 'DeleteApiExtensionBySchemaNameAndApiId',
|
|
452
|
+
fieldName: 'deleteApiExtensionBySchemaNameAndApiId',
|
|
453
|
+
...buildCustomDocument('mutation', 'DeleteApiExtensionBySchemaNameAndApiId', 'deleteApiExtensionBySchemaNameAndApiId', options?.select, args, [
|
|
454
|
+
{
|
|
455
|
+
name: 'input',
|
|
456
|
+
type: 'DeleteApiExtensionBySchemaNameAndApiIdInput!',
|
|
457
|
+
},
|
|
458
|
+
]),
|
|
459
|
+
}),
|
|
460
|
+
deleteApiSchemaByApiIdAndSchemaId: (args, options) => new QueryBuilder({
|
|
461
|
+
client,
|
|
462
|
+
operation: 'mutation',
|
|
463
|
+
operationName: 'DeleteApiSchemaByApiIdAndSchemaId',
|
|
464
|
+
fieldName: 'deleteApiSchemaByApiIdAndSchemaId',
|
|
465
|
+
...buildCustomDocument('mutation', 'DeleteApiSchemaByApiIdAndSchemaId', 'deleteApiSchemaByApiIdAndSchemaId', options?.select, args, [{ name: 'input', type: 'DeleteApiSchemaByApiIdAndSchemaIdInput!' }]),
|
|
466
|
+
}),
|
|
467
|
+
deleteApiByDatabaseIdAndName: (args, options) => new QueryBuilder({
|
|
468
|
+
client,
|
|
469
|
+
operation: 'mutation',
|
|
470
|
+
operationName: 'DeleteApiByDatabaseIdAndName',
|
|
471
|
+
fieldName: 'deleteApiByDatabaseIdAndName',
|
|
472
|
+
...buildCustomDocument('mutation', 'DeleteApiByDatabaseIdAndName', 'deleteApiByDatabaseIdAndName', options?.select, args, [{ name: 'input', type: 'DeleteApiByDatabaseIdAndNameInput!' }]),
|
|
473
|
+
}),
|
|
474
|
+
deleteAppBySiteId: (args, options) => new QueryBuilder({
|
|
475
|
+
client,
|
|
476
|
+
operation: 'mutation',
|
|
477
|
+
operationName: 'DeleteAppBySiteId',
|
|
478
|
+
fieldName: 'deleteAppBySiteId',
|
|
479
|
+
...buildCustomDocument('mutation', 'DeleteAppBySiteId', 'deleteAppBySiteId', options?.select, args, [{ name: 'input', type: 'DeleteAppBySiteIdInput!' }]),
|
|
480
|
+
}),
|
|
481
|
+
deleteDomainBySubdomainAndDomain: (args, options) => new QueryBuilder({
|
|
482
|
+
client,
|
|
483
|
+
operation: 'mutation',
|
|
484
|
+
operationName: 'DeleteDomainBySubdomainAndDomain',
|
|
485
|
+
fieldName: 'deleteDomainBySubdomainAndDomain',
|
|
486
|
+
...buildCustomDocument('mutation', 'DeleteDomainBySubdomainAndDomain', 'deleteDomainBySubdomainAndDomain', options?.select, args, [{ name: 'input', type: 'DeleteDomainBySubdomainAndDomainInput!' }]),
|
|
487
|
+
}),
|
|
488
|
+
deleteHierarchyModuleByDatabaseId: (args, options) => new QueryBuilder({
|
|
489
|
+
client,
|
|
490
|
+
operation: 'mutation',
|
|
491
|
+
operationName: 'DeleteHierarchyModuleByDatabaseId',
|
|
492
|
+
fieldName: 'deleteHierarchyModuleByDatabaseId',
|
|
493
|
+
...buildCustomDocument('mutation', 'DeleteHierarchyModuleByDatabaseId', 'deleteHierarchyModuleByDatabaseId', options?.select, args, [{ name: 'input', type: 'DeleteHierarchyModuleByDatabaseIdInput!' }]),
|
|
494
|
+
}),
|
|
495
|
+
deleteModuleDefinitionByNameAndContext: (args, options) => new QueryBuilder({
|
|
496
|
+
client,
|
|
497
|
+
operation: 'mutation',
|
|
498
|
+
operationName: 'DeleteModuleDefinitionByNameAndContext',
|
|
499
|
+
fieldName: 'deleteModuleDefinitionByNameAndContext',
|
|
500
|
+
...buildCustomDocument('mutation', 'DeleteModuleDefinitionByNameAndContext', 'deleteModuleDefinitionByNameAndContext', options?.select, args, [
|
|
501
|
+
{
|
|
502
|
+
name: 'input',
|
|
503
|
+
type: 'DeleteModuleDefinitionByNameAndContextInput!',
|
|
504
|
+
},
|
|
505
|
+
]),
|
|
506
|
+
}),
|
|
507
|
+
deleteModuleFieldByModuleDefnIdAndName: (args, options) => new QueryBuilder({
|
|
508
|
+
client,
|
|
509
|
+
operation: 'mutation',
|
|
510
|
+
operationName: 'DeleteModuleFieldByModuleDefnIdAndName',
|
|
511
|
+
fieldName: 'deleteModuleFieldByModuleDefnIdAndName',
|
|
512
|
+
...buildCustomDocument('mutation', 'DeleteModuleFieldByModuleDefnIdAndName', 'deleteModuleFieldByModuleDefnIdAndName', options?.select, args, [
|
|
513
|
+
{
|
|
514
|
+
name: 'input',
|
|
515
|
+
type: 'DeleteModuleFieldByModuleDefnIdAndNameInput!',
|
|
516
|
+
},
|
|
517
|
+
]),
|
|
518
|
+
}),
|
|
519
|
+
deleteModuleInputRecordByModuleIdAndName: (args, options) => new QueryBuilder({
|
|
520
|
+
client,
|
|
521
|
+
operation: 'mutation',
|
|
522
|
+
operationName: 'DeleteModuleInputRecordByModuleIdAndName',
|
|
523
|
+
fieldName: 'deleteModuleInputRecordByModuleIdAndName',
|
|
524
|
+
...buildCustomDocument('mutation', 'DeleteModuleInputRecordByModuleIdAndName', 'deleteModuleInputRecordByModuleIdAndName', options?.select, args, [
|
|
525
|
+
{
|
|
526
|
+
name: 'input',
|
|
527
|
+
type: 'DeleteModuleInputRecordByModuleIdAndNameInput!',
|
|
528
|
+
},
|
|
529
|
+
]),
|
|
530
|
+
}),
|
|
531
|
+
deleteModuleOutputByModuleIdAndName: (args, options) => new QueryBuilder({
|
|
532
|
+
client,
|
|
533
|
+
operation: 'mutation',
|
|
534
|
+
operationName: 'DeleteModuleOutputByModuleIdAndName',
|
|
535
|
+
fieldName: 'deleteModuleOutputByModuleIdAndName',
|
|
536
|
+
...buildCustomDocument('mutation', 'DeleteModuleOutputByModuleIdAndName', 'deleteModuleOutputByModuleIdAndName', options?.select, args, [{ name: 'input', type: 'DeleteModuleOutputByModuleIdAndNameInput!' }]),
|
|
537
|
+
}),
|
|
538
|
+
deleteProfilesModuleByDatabaseIdAndMembershipType: (args, options) => new QueryBuilder({
|
|
539
|
+
client,
|
|
540
|
+
operation: 'mutation',
|
|
541
|
+
operationName: 'DeleteProfilesModuleByDatabaseIdAndMembershipType',
|
|
542
|
+
fieldName: 'deleteProfilesModuleByDatabaseIdAndMembershipType',
|
|
543
|
+
...buildCustomDocument('mutation', 'DeleteProfilesModuleByDatabaseIdAndMembershipType', 'deleteProfilesModuleByDatabaseIdAndMembershipType', options?.select, args, [
|
|
544
|
+
{
|
|
545
|
+
name: 'input',
|
|
546
|
+
type: 'DeleteProfilesModuleByDatabaseIdAndMembershipTypeInput!',
|
|
547
|
+
},
|
|
548
|
+
]),
|
|
549
|
+
}),
|
|
550
|
+
deleteRlsModuleByApiId: (args, options) => new QueryBuilder({
|
|
551
|
+
client,
|
|
552
|
+
operation: 'mutation',
|
|
553
|
+
operationName: 'DeleteRlsModuleByApiId',
|
|
554
|
+
fieldName: 'deleteRlsModuleByApiId',
|
|
555
|
+
...buildCustomDocument('mutation', 'DeleteRlsModuleByApiId', 'deleteRlsModuleByApiId', options?.select, args, [{ name: 'input', type: 'DeleteRlsModuleByApiIdInput!' }]),
|
|
556
|
+
}),
|
|
557
|
+
applyRls: (args, options) => new QueryBuilder({
|
|
558
|
+
client,
|
|
559
|
+
operation: 'mutation',
|
|
560
|
+
operationName: 'ApplyRls',
|
|
561
|
+
fieldName: 'applyRls',
|
|
562
|
+
...buildCustomDocument('mutation', 'ApplyRls', 'applyRls', options?.select, args, [{ name: 'input', type: 'ApplyRlsInput!' }]),
|
|
563
|
+
}),
|
|
564
|
+
createUserDatabase: (args, options) => new QueryBuilder({
|
|
565
|
+
client,
|
|
566
|
+
operation: 'mutation',
|
|
567
|
+
operationName: 'CreateUserDatabase',
|
|
568
|
+
fieldName: 'createUserDatabase',
|
|
569
|
+
...buildCustomDocument('mutation', 'CreateUserDatabase', 'createUserDatabase', options?.select, args, [{ name: 'input', type: 'CreateUserDatabaseInput!' }]),
|
|
570
|
+
}),
|
|
571
|
+
setFieldOrder: (args, options) => new QueryBuilder({
|
|
572
|
+
client,
|
|
573
|
+
operation: 'mutation',
|
|
574
|
+
operationName: 'SetFieldOrder',
|
|
575
|
+
fieldName: 'setFieldOrder',
|
|
576
|
+
...buildCustomDocument('mutation', 'SetFieldOrder', 'setFieldOrder', options?.select, args, [{ name: 'input', type: 'SetFieldOrderInput!' }]),
|
|
577
|
+
}),
|
|
578
|
+
installModule: (args, options) => new QueryBuilder({
|
|
579
|
+
client,
|
|
580
|
+
operation: 'mutation',
|
|
581
|
+
operationName: 'InstallModule',
|
|
582
|
+
fieldName: 'installModule',
|
|
583
|
+
...buildCustomDocument('mutation', 'InstallModule', 'installModule', options?.select, args, [{ name: 'input', type: 'InstallModuleInput!' }]),
|
|
584
|
+
}),
|
|
585
|
+
installModuleByName: (args, options) => new QueryBuilder({
|
|
586
|
+
client,
|
|
587
|
+
operation: 'mutation',
|
|
588
|
+
operationName: 'InstallModuleByName',
|
|
589
|
+
fieldName: 'installModuleByName',
|
|
590
|
+
...buildCustomDocument('mutation', 'InstallModuleByName', 'installModuleByName', options?.select, args, [{ name: 'input', type: 'InstallModuleByNameInput!' }]),
|
|
591
|
+
}),
|
|
592
|
+
};
|
|
593
|
+
}
|