@constructive-io/sdk 0.10.2 → 0.10.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/admin/orm/input-types.d.ts +413 -7
- package/admin/orm/models/appAchievement.js +3 -1
- package/admin/orm/models/appAdminGrant.js +3 -1
- package/admin/orm/models/appGrant.js +3 -1
- package/admin/orm/models/appLevel.js +3 -1
- package/admin/orm/models/appLevelRequirement.js +3 -1
- package/admin/orm/models/appLimit.js +3 -1
- package/admin/orm/models/appLimitDefault.js +3 -1
- package/admin/orm/models/appMembership.js +3 -1
- package/admin/orm/models/appMembershipDefault.js +3 -1
- package/admin/orm/models/appOwnerGrant.js +3 -1
- package/admin/orm/models/appPermission.js +3 -1
- package/admin/orm/models/appPermissionDefault.js +3 -1
- package/admin/orm/models/appStep.js +3 -1
- package/admin/orm/models/claimedInvite.js +3 -1
- package/admin/orm/models/invite.js +3 -1
- package/admin/orm/models/membershipType.js +3 -1
- package/admin/orm/models/orgAdminGrant.js +3 -1
- package/admin/orm/models/orgChartEdge.js +3 -1
- package/admin/orm/models/orgChartEdgeGrant.js +3 -1
- package/admin/orm/models/orgClaimedInvite.js +3 -1
- package/admin/orm/models/orgGrant.js +3 -1
- package/admin/orm/models/orgInvite.js +3 -1
- package/admin/orm/models/orgLimit.js +3 -1
- package/admin/orm/models/orgLimitDefault.js +3 -1
- package/admin/orm/models/orgMember.js +3 -1
- package/admin/orm/models/orgMembership.js +3 -1
- package/admin/orm/models/orgMembershipDefault.js +3 -1
- package/admin/orm/models/orgOwnerGrant.js +3 -1
- package/admin/orm/models/orgPermission.js +3 -1
- package/admin/orm/models/orgPermissionDefault.js +3 -1
- package/admin/orm/query-builder.d.ts +5 -1
- package/admin/orm/query-builder.js +16 -4
- package/auth/orm/input-types.d.ts +911 -8
- package/auth/orm/models/auditLog.js +3 -1
- package/auth/orm/models/connectedAccount.js +3 -1
- package/auth/orm/models/cryptoAddress.js +3 -1
- package/auth/orm/models/email.js +3 -1
- package/auth/orm/models/phoneNumber.js +3 -1
- package/auth/orm/models/roleType.js +3 -1
- package/auth/orm/models/user.js +3 -1
- package/auth/orm/query-builder.d.ts +5 -1
- package/auth/orm/query-builder.js +16 -4
- package/esm/admin/orm/input-types.d.ts +413 -7
- package/esm/admin/orm/models/appAchievement.js +3 -1
- package/esm/admin/orm/models/appAdminGrant.js +3 -1
- package/esm/admin/orm/models/appGrant.js +3 -1
- package/esm/admin/orm/models/appLevel.js +3 -1
- package/esm/admin/orm/models/appLevelRequirement.js +3 -1
- package/esm/admin/orm/models/appLimit.js +3 -1
- package/esm/admin/orm/models/appLimitDefault.js +3 -1
- package/esm/admin/orm/models/appMembership.js +3 -1
- package/esm/admin/orm/models/appMembershipDefault.js +3 -1
- package/esm/admin/orm/models/appOwnerGrant.js +3 -1
- package/esm/admin/orm/models/appPermission.js +3 -1
- package/esm/admin/orm/models/appPermissionDefault.js +3 -1
- package/esm/admin/orm/models/appStep.js +3 -1
- package/esm/admin/orm/models/claimedInvite.js +3 -1
- package/esm/admin/orm/models/invite.js +3 -1
- package/esm/admin/orm/models/membershipType.js +3 -1
- package/esm/admin/orm/models/orgAdminGrant.js +3 -1
- package/esm/admin/orm/models/orgChartEdge.js +3 -1
- package/esm/admin/orm/models/orgChartEdgeGrant.js +3 -1
- package/esm/admin/orm/models/orgClaimedInvite.js +3 -1
- package/esm/admin/orm/models/orgGrant.js +3 -1
- package/esm/admin/orm/models/orgInvite.js +3 -1
- package/esm/admin/orm/models/orgLimit.js +3 -1
- package/esm/admin/orm/models/orgLimitDefault.js +3 -1
- package/esm/admin/orm/models/orgMember.js +3 -1
- package/esm/admin/orm/models/orgMembership.js +3 -1
- package/esm/admin/orm/models/orgMembershipDefault.js +3 -1
- package/esm/admin/orm/models/orgOwnerGrant.js +3 -1
- package/esm/admin/orm/models/orgPermission.js +3 -1
- package/esm/admin/orm/models/orgPermissionDefault.js +3 -1
- package/esm/admin/orm/query-builder.d.ts +5 -1
- package/esm/admin/orm/query-builder.js +15 -4
- package/esm/auth/orm/input-types.d.ts +911 -8
- package/esm/auth/orm/models/auditLog.js +3 -1
- package/esm/auth/orm/models/connectedAccount.js +3 -1
- package/esm/auth/orm/models/cryptoAddress.js +3 -1
- package/esm/auth/orm/models/email.js +3 -1
- package/esm/auth/orm/models/phoneNumber.js +3 -1
- package/esm/auth/orm/models/roleType.js +3 -1
- package/esm/auth/orm/models/user.js +3 -1
- package/esm/auth/orm/query-builder.d.ts +5 -1
- package/esm/auth/orm/query-builder.js +15 -4
- package/esm/objects/orm/input-types.d.ts +38 -1
- package/esm/objects/orm/models/commit.js +3 -1
- package/esm/objects/orm/models/object.js +3 -1
- package/esm/objects/orm/models/ref.js +3 -1
- package/esm/objects/orm/models/store.js +3 -1
- package/esm/objects/orm/query-builder.d.ts +5 -1
- package/esm/objects/orm/query-builder.js +15 -4
- package/esm/public/orm/input-types.d.ts +8520 -45
- package/esm/public/orm/models/api.js +3 -1
- package/esm/public/orm/models/apiModule.js +3 -1
- package/esm/public/orm/models/apiSchema.js +3 -1
- package/esm/public/orm/models/app.js +3 -1
- package/esm/public/orm/models/appAchievement.js +3 -1
- package/esm/public/orm/models/appAdminGrant.js +3 -1
- package/esm/public/orm/models/appGrant.js +3 -1
- package/esm/public/orm/models/appLevel.js +3 -1
- package/esm/public/orm/models/appLevelRequirement.js +3 -1
- package/esm/public/orm/models/appLimit.js +3 -1
- package/esm/public/orm/models/appLimitDefault.js +3 -1
- package/esm/public/orm/models/appMembership.js +3 -1
- package/esm/public/orm/models/appMembershipDefault.js +3 -1
- package/esm/public/orm/models/appOwnerGrant.js +3 -1
- package/esm/public/orm/models/appPermission.js +3 -1
- package/esm/public/orm/models/appPermissionDefault.js +3 -1
- package/esm/public/orm/models/appStep.js +3 -1
- package/esm/public/orm/models/auditLog.js +3 -1
- package/esm/public/orm/models/blueprint.js +3 -1
- package/esm/public/orm/models/blueprintTemplate.js +3 -1
- package/esm/public/orm/models/checkConstraint.js +3 -1
- package/esm/public/orm/models/claimedInvite.js +3 -1
- package/esm/public/orm/models/commit.js +3 -1
- package/esm/public/orm/models/connectedAccount.js +3 -1
- package/esm/public/orm/models/connectedAccountsModule.js +3 -1
- package/esm/public/orm/models/cryptoAddress.js +3 -1
- package/esm/public/orm/models/cryptoAddressesModule.js +3 -1
- package/esm/public/orm/models/cryptoAuthModule.js +3 -1
- package/esm/public/orm/models/database.js +3 -1
- package/esm/public/orm/models/databaseProvisionModule.js +3 -1
- package/esm/public/orm/models/databaseTransfer.js +3 -1
- package/esm/public/orm/models/defaultIdsModule.js +3 -1
- package/esm/public/orm/models/defaultPrivilege.js +3 -1
- package/esm/public/orm/models/denormalizedTableField.js +3 -1
- package/esm/public/orm/models/domain.js +3 -1
- package/esm/public/orm/models/email.js +3 -1
- package/esm/public/orm/models/emailsModule.js +3 -1
- package/esm/public/orm/models/embeddingChunk.js +3 -1
- package/esm/public/orm/models/encryptedSecretsModule.js +3 -1
- package/esm/public/orm/models/enum.js +3 -1
- package/esm/public/orm/models/field.js +3 -1
- package/esm/public/orm/models/fieldModule.js +3 -1
- package/esm/public/orm/models/foreignKeyConstraint.js +3 -1
- package/esm/public/orm/models/fullTextSearch.js +3 -1
- package/esm/public/orm/models/hierarchyModule.js +3 -1
- package/esm/public/orm/models/indexModel.js +3 -1
- package/esm/public/orm/models/invite.js +3 -1
- package/esm/public/orm/models/invitesModule.js +3 -1
- package/esm/public/orm/models/levelsModule.js +3 -1
- package/esm/public/orm/models/limitsModule.js +3 -1
- package/esm/public/orm/models/membershipType.js +3 -1
- package/esm/public/orm/models/membershipTypesModule.js +3 -1
- package/esm/public/orm/models/membershipsModule.js +3 -1
- package/esm/public/orm/models/nodeTypeRegistry.js +3 -1
- package/esm/public/orm/models/object.js +3 -1
- package/esm/public/orm/models/orgAdminGrant.js +3 -1
- package/esm/public/orm/models/orgChartEdge.js +3 -1
- package/esm/public/orm/models/orgChartEdgeGrant.js +3 -1
- package/esm/public/orm/models/orgClaimedInvite.js +3 -1
- package/esm/public/orm/models/orgGrant.js +3 -1
- package/esm/public/orm/models/orgInvite.js +3 -1
- package/esm/public/orm/models/orgLimit.js +3 -1
- package/esm/public/orm/models/orgLimitDefault.js +3 -1
- package/esm/public/orm/models/orgMember.js +3 -1
- package/esm/public/orm/models/orgMembership.js +3 -1
- package/esm/public/orm/models/orgMembershipDefault.js +3 -1
- package/esm/public/orm/models/orgOwnerGrant.js +3 -1
- package/esm/public/orm/models/orgPermission.js +3 -1
- package/esm/public/orm/models/orgPermissionDefault.js +3 -1
- package/esm/public/orm/models/permissionsModule.js +3 -1
- package/esm/public/orm/models/phoneNumber.js +3 -1
- package/esm/public/orm/models/phoneNumbersModule.js +3 -1
- package/esm/public/orm/models/policy.js +3 -1
- package/esm/public/orm/models/primaryKeyConstraint.js +3 -1
- package/esm/public/orm/models/profilesModule.js +3 -1
- package/esm/public/orm/models/ref.js +3 -1
- package/esm/public/orm/models/relationProvision.js +3 -1
- package/esm/public/orm/models/rlsModule.js +3 -1
- package/esm/public/orm/models/roleType.js +3 -1
- package/esm/public/orm/models/schema.js +3 -1
- package/esm/public/orm/models/schemaGrant.js +3 -1
- package/esm/public/orm/models/secretsModule.js +3 -1
- package/esm/public/orm/models/secureTableProvision.js +3 -1
- package/esm/public/orm/models/sessionsModule.js +3 -1
- package/esm/public/orm/models/site.js +3 -1
- package/esm/public/orm/models/siteMetadatum.js +3 -1
- package/esm/public/orm/models/siteModule.js +3 -1
- package/esm/public/orm/models/siteTheme.js +3 -1
- package/esm/public/orm/models/store.js +3 -1
- package/esm/public/orm/models/table.js +3 -1
- package/esm/public/orm/models/tableGrant.js +3 -1
- package/esm/public/orm/models/tableTemplateModule.js +3 -1
- package/esm/public/orm/models/trigger.js +3 -1
- package/esm/public/orm/models/triggerFunction.js +3 -1
- package/esm/public/orm/models/uniqueConstraint.js +3 -1
- package/esm/public/orm/models/user.js +3 -1
- package/esm/public/orm/models/userAuthModule.js +3 -1
- package/esm/public/orm/models/usersModule.js +3 -1
- package/esm/public/orm/models/view.js +3 -1
- package/esm/public/orm/models/viewGrant.js +3 -1
- package/esm/public/orm/models/viewRule.js +3 -1
- package/esm/public/orm/models/viewTable.js +3 -1
- package/esm/public/orm/query-builder.d.ts +5 -1
- package/esm/public/orm/query-builder.js +15 -4
- package/objects/orm/input-types.d.ts +38 -1
- package/objects/orm/models/commit.js +3 -1
- package/objects/orm/models/object.js +3 -1
- package/objects/orm/models/ref.js +3 -1
- package/objects/orm/models/store.js +3 -1
- package/objects/orm/query-builder.d.ts +5 -1
- package/objects/orm/query-builder.js +16 -4
- package/package.json +3 -3
- package/public/orm/input-types.d.ts +8520 -45
- package/public/orm/models/api.js +3 -1
- package/public/orm/models/apiModule.js +3 -1
- package/public/orm/models/apiSchema.js +3 -1
- package/public/orm/models/app.js +3 -1
- package/public/orm/models/appAchievement.js +3 -1
- package/public/orm/models/appAdminGrant.js +3 -1
- package/public/orm/models/appGrant.js +3 -1
- package/public/orm/models/appLevel.js +3 -1
- package/public/orm/models/appLevelRequirement.js +3 -1
- package/public/orm/models/appLimit.js +3 -1
- package/public/orm/models/appLimitDefault.js +3 -1
- package/public/orm/models/appMembership.js +3 -1
- package/public/orm/models/appMembershipDefault.js +3 -1
- package/public/orm/models/appOwnerGrant.js +3 -1
- package/public/orm/models/appPermission.js +3 -1
- package/public/orm/models/appPermissionDefault.js +3 -1
- package/public/orm/models/appStep.js +3 -1
- package/public/orm/models/auditLog.js +3 -1
- package/public/orm/models/blueprint.js +3 -1
- package/public/orm/models/blueprintTemplate.js +3 -1
- package/public/orm/models/checkConstraint.js +3 -1
- package/public/orm/models/claimedInvite.js +3 -1
- package/public/orm/models/commit.js +3 -1
- package/public/orm/models/connectedAccount.js +3 -1
- package/public/orm/models/connectedAccountsModule.js +3 -1
- package/public/orm/models/cryptoAddress.js +3 -1
- package/public/orm/models/cryptoAddressesModule.js +3 -1
- package/public/orm/models/cryptoAuthModule.js +3 -1
- package/public/orm/models/database.js +3 -1
- package/public/orm/models/databaseProvisionModule.js +3 -1
- package/public/orm/models/databaseTransfer.js +3 -1
- package/public/orm/models/defaultIdsModule.js +3 -1
- package/public/orm/models/defaultPrivilege.js +3 -1
- package/public/orm/models/denormalizedTableField.js +3 -1
- package/public/orm/models/domain.js +3 -1
- package/public/orm/models/email.js +3 -1
- package/public/orm/models/emailsModule.js +3 -1
- package/public/orm/models/embeddingChunk.js +3 -1
- package/public/orm/models/encryptedSecretsModule.js +3 -1
- package/public/orm/models/enum.js +3 -1
- package/public/orm/models/field.js +3 -1
- package/public/orm/models/fieldModule.js +3 -1
- package/public/orm/models/foreignKeyConstraint.js +3 -1
- package/public/orm/models/fullTextSearch.js +3 -1
- package/public/orm/models/hierarchyModule.js +3 -1
- package/public/orm/models/indexModel.js +3 -1
- package/public/orm/models/invite.js +3 -1
- package/public/orm/models/invitesModule.js +3 -1
- package/public/orm/models/levelsModule.js +3 -1
- package/public/orm/models/limitsModule.js +3 -1
- package/public/orm/models/membershipType.js +3 -1
- package/public/orm/models/membershipTypesModule.js +3 -1
- package/public/orm/models/membershipsModule.js +3 -1
- package/public/orm/models/nodeTypeRegistry.js +3 -1
- package/public/orm/models/object.js +3 -1
- package/public/orm/models/orgAdminGrant.js +3 -1
- package/public/orm/models/orgChartEdge.js +3 -1
- package/public/orm/models/orgChartEdgeGrant.js +3 -1
- package/public/orm/models/orgClaimedInvite.js +3 -1
- package/public/orm/models/orgGrant.js +3 -1
- package/public/orm/models/orgInvite.js +3 -1
- package/public/orm/models/orgLimit.js +3 -1
- package/public/orm/models/orgLimitDefault.js +3 -1
- package/public/orm/models/orgMember.js +3 -1
- package/public/orm/models/orgMembership.js +3 -1
- package/public/orm/models/orgMembershipDefault.js +3 -1
- package/public/orm/models/orgOwnerGrant.js +3 -1
- package/public/orm/models/orgPermission.js +3 -1
- package/public/orm/models/orgPermissionDefault.js +3 -1
- package/public/orm/models/permissionsModule.js +3 -1
- package/public/orm/models/phoneNumber.js +3 -1
- package/public/orm/models/phoneNumbersModule.js +3 -1
- package/public/orm/models/policy.js +3 -1
- package/public/orm/models/primaryKeyConstraint.js +3 -1
- package/public/orm/models/profilesModule.js +3 -1
- package/public/orm/models/ref.js +3 -1
- package/public/orm/models/relationProvision.js +3 -1
- package/public/orm/models/rlsModule.js +3 -1
- package/public/orm/models/roleType.js +3 -1
- package/public/orm/models/schema.js +3 -1
- package/public/orm/models/schemaGrant.js +3 -1
- package/public/orm/models/secretsModule.js +3 -1
- package/public/orm/models/secureTableProvision.js +3 -1
- package/public/orm/models/sessionsModule.js +3 -1
- package/public/orm/models/site.js +3 -1
- package/public/orm/models/siteMetadatum.js +3 -1
- package/public/orm/models/siteModule.js +3 -1
- package/public/orm/models/siteTheme.js +3 -1
- package/public/orm/models/store.js +3 -1
- package/public/orm/models/table.js +3 -1
- package/public/orm/models/tableGrant.js +3 -1
- package/public/orm/models/tableTemplateModule.js +3 -1
- package/public/orm/models/trigger.js +3 -1
- package/public/orm/models/triggerFunction.js +3 -1
- package/public/orm/models/uniqueConstraint.js +3 -1
- package/public/orm/models/user.js +3 -1
- package/public/orm/models/userAuthModule.js +3 -1
- package/public/orm/models/usersModule.js +3 -1
- package/public/orm/models/view.js +3 -1
- package/public/orm/models/viewGrant.js +3 -1
- package/public/orm/models/viewRule.js +3 -1
- package/public/orm/models/viewTable.js +3 -1
- package/public/orm/query-builder.d.ts +5 -1
- package/public/orm/query-builder.js +16 -4
|
@@ -81,7 +81,9 @@ export class ApiModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('Api', 'deleteApi', 'api',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('Api', 'deleteApi', 'api', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteApiInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class ApiModuleModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('ApiModule', 'deleteApiModule', 'apiModule',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('ApiModule', 'deleteApiModule', 'apiModule', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteApiModuleInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class ApiSchemaModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('ApiSchema', 'deleteApiSchema', 'apiSchema',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('ApiSchema', 'deleteApiSchema', 'apiSchema', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteApiSchemaInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AppModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('App', 'deleteApp', 'app',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('App', 'deleteApp', 'app', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAppInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AppAchievementModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('AppAchievement', 'deleteAppAchievement', 'appAchievement',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppAchievement', 'deleteAppAchievement', 'appAchievement', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAppAchievementInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AppAdminGrantModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('AppAdminGrant', 'deleteAppAdminGrant', 'appAdminGrant',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppAdminGrant', 'deleteAppAdminGrant', 'appAdminGrant', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAppAdminGrantInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AppGrantModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('AppGrant', 'deleteAppGrant', 'appGrant',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppGrant', 'deleteAppGrant', 'appGrant', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAppGrantInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AppLevelModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('AppLevel', 'deleteAppLevel', 'appLevel',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppLevel', 'deleteAppLevel', 'appLevel', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAppLevelInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AppLevelRequirementModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('AppLevelRequirement', 'deleteAppLevelRequirement', 'appLevelRequirement',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppLevelRequirement', 'deleteAppLevelRequirement', 'appLevelRequirement', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAppLevelRequirementInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AppLimitModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('AppLimit', 'deleteAppLimit', 'appLimit',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppLimit', 'deleteAppLimit', 'appLimit', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAppLimitInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AppLimitDefaultModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('AppLimitDefault', 'deleteAppLimitDefault', 'appLimitDefault',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppLimitDefault', 'deleteAppLimitDefault', 'appLimitDefault', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAppLimitDefaultInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AppMembershipModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('AppMembership', 'deleteAppMembership', 'appMembership',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppMembership', 'deleteAppMembership', 'appMembership', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAppMembershipInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AppMembershipDefaultModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('AppMembershipDefault', 'deleteAppMembershipDefault', 'appMembershipDefault',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppMembershipDefault', 'deleteAppMembershipDefault', 'appMembershipDefault', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAppMembershipDefaultInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AppOwnerGrantModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('AppOwnerGrant', 'deleteAppOwnerGrant', 'appOwnerGrant',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppOwnerGrant', 'deleteAppOwnerGrant', 'appOwnerGrant', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAppOwnerGrantInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AppPermissionModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('AppPermission', 'deleteAppPermission', 'appPermission',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppPermission', 'deleteAppPermission', 'appPermission', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAppPermissionInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AppPermissionDefaultModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('AppPermissionDefault', 'deleteAppPermissionDefault', 'appPermissionDefault',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppPermissionDefault', 'deleteAppPermissionDefault', 'appPermissionDefault', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAppPermissionDefaultInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AppStepModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('AppStep', 'deleteAppStep', 'appStep',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppStep', 'deleteAppStep', 'appStep', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAppStepInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class AuditLogModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('AuditLog', 'deleteAuditLog', 'auditLog',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AuditLog', 'deleteAuditLog', 'auditLog', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteAuditLogInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class BlueprintModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('Blueprint', 'deleteBlueprint', 'blueprint',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('Blueprint', 'deleteBlueprint', 'blueprint', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteBlueprintInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class BlueprintTemplateModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('BlueprintTemplate', 'deleteBlueprintTemplate', 'blueprintTemplate',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('BlueprintTemplate', 'deleteBlueprintTemplate', 'blueprintTemplate', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteBlueprintTemplateInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class CheckConstraintModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('CheckConstraint', 'deleteCheckConstraint', 'checkConstraint',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('CheckConstraint', 'deleteCheckConstraint', 'checkConstraint', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteCheckConstraintInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class ClaimedInviteModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('ClaimedInvite', 'deleteClaimedInvite', 'claimedInvite',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('ClaimedInvite', 'deleteClaimedInvite', 'claimedInvite', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteClaimedInviteInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class CommitModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('Commit', 'deleteCommit', 'commit',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('Commit', 'deleteCommit', 'commit', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteCommitInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class ConnectedAccountModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('ConnectedAccount', 'deleteConnectedAccount', 'connectedAccount',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('ConnectedAccount', 'deleteConnectedAccount', 'connectedAccount', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteConnectedAccountInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class ConnectedAccountsModuleModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('ConnectedAccountsModule', 'deleteConnectedAccountsModule', 'connectedAccountsModule',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('ConnectedAccountsModule', 'deleteConnectedAccountsModule', 'connectedAccountsModule', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteConnectedAccountsModuleInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class CryptoAddressModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('CryptoAddress', 'deleteCryptoAddress', 'cryptoAddress',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('CryptoAddress', 'deleteCryptoAddress', 'cryptoAddress', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteCryptoAddressInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class CryptoAddressesModuleModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('CryptoAddressesModule', 'deleteCryptoAddressesModule', 'cryptoAddressesModule',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('CryptoAddressesModule', 'deleteCryptoAddressesModule', 'cryptoAddressesModule', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteCryptoAddressesModuleInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class CryptoAuthModuleModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('CryptoAuthModule', 'deleteCryptoAuthModule', 'cryptoAuthModule',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('CryptoAuthModule', 'deleteCryptoAuthModule', 'cryptoAuthModule', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteCryptoAuthModuleInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class DatabaseModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('Database', 'deleteDatabase', 'database',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('Database', 'deleteDatabase', 'database', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteDatabaseInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class DatabaseProvisionModuleModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('DatabaseProvisionModule', 'deleteDatabaseProvisionModule', 'databaseProvisionModule',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('DatabaseProvisionModule', 'deleteDatabaseProvisionModule', 'databaseProvisionModule', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteDatabaseProvisionModuleInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class DatabaseTransferModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('DatabaseTransfer', 'deleteDatabaseTransfer', 'databaseTransfer',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('DatabaseTransfer', 'deleteDatabaseTransfer', 'databaseTransfer', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteDatabaseTransferInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class DefaultIdsModuleModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('DefaultIdsModule', 'deleteDefaultIdsModule', 'defaultIdsModule',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('DefaultIdsModule', 'deleteDefaultIdsModule', 'defaultIdsModule', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteDefaultIdsModuleInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class DefaultPrivilegeModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('DefaultPrivilege', 'deleteDefaultPrivilege', 'defaultPrivilege',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('DefaultPrivilege', 'deleteDefaultPrivilege', 'defaultPrivilege', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteDefaultPrivilegeInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class DenormalizedTableFieldModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('DenormalizedTableField', 'deleteDenormalizedTableField', 'denormalizedTableField',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('DenormalizedTableField', 'deleteDenormalizedTableField', 'denormalizedTableField', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteDenormalizedTableFieldInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class DomainModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('Domain', 'deleteDomain', 'domain',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('Domain', 'deleteDomain', 'domain', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteDomainInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class EmailModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('Email', 'deleteEmail', 'email',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('Email', 'deleteEmail', 'email', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteEmailInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class EmailsModuleModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('EmailsModule', 'deleteEmailsModule', 'emailsModule',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('EmailsModule', 'deleteEmailsModule', 'emailsModule', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteEmailsModuleInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class EmbeddingChunkModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('EmbeddingChunk', 'deleteEmbeddingChunk', 'embeddingChunk',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('EmbeddingChunk', 'deleteEmbeddingChunk', 'embeddingChunk', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteEmbeddingChunkInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class EncryptedSecretsModuleModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('EncryptedSecretsModule', 'deleteEncryptedSecretsModule', 'encryptedSecretsModule',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('EncryptedSecretsModule', 'deleteEncryptedSecretsModule', 'encryptedSecretsModule', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteEncryptedSecretsModuleInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class EnumModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('Enum', 'deleteEnum', 'enum',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('Enum', 'deleteEnum', 'enum', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteEnumInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class FieldModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('Field', 'deleteField', 'field',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('Field', 'deleteField', 'field', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteFieldInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class FieldModuleModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('FieldModule', 'deleteFieldModule', 'fieldModule',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('FieldModule', 'deleteFieldModule', 'fieldModule', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteFieldModuleInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class ForeignKeyConstraintModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('ForeignKeyConstraint', 'deleteForeignKeyConstraint', 'foreignKeyConstraint',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('ForeignKeyConstraint', 'deleteForeignKeyConstraint', 'foreignKeyConstraint', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteForeignKeyConstraintInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class FullTextSearchModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('FullTextSearch', 'deleteFullTextSearch', 'fullTextSearch',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('FullTextSearch', 'deleteFullTextSearch', 'fullTextSearch', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteFullTextSearchInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class HierarchyModuleModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('HierarchyModule', 'deleteHierarchyModule', 'hierarchyModule',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('HierarchyModule', 'deleteHierarchyModule', 'hierarchyModule', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteHierarchyModuleInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class IndexModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('Index', 'deleteIndex', 'index',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('Index', 'deleteIndex', 'index', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteIndexInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class InviteModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('Invite', 'deleteInvite', 'invite',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('Invite', 'deleteInvite', 'invite', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteInviteInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class InvitesModuleModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('InvitesModule', 'deleteInvitesModule', 'invitesModule',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('InvitesModule', 'deleteInvitesModule', 'invitesModule', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteInvitesModuleInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|
|
@@ -81,7 +81,9 @@ export class LevelsModuleModel {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
delete(args) {
|
|
84
|
-
const { document, variables } = buildDeleteByPkDocument('LevelsModule', 'deleteLevelsModule', 'levelsModule',
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('LevelsModule', 'deleteLevelsModule', 'levelsModule', {
|
|
85
|
+
id: args.where.id,
|
|
86
|
+
}, 'DeleteLevelsModuleInput', args.select, connectionFieldsMap);
|
|
85
87
|
return new QueryBuilder({
|
|
86
88
|
client: this.client,
|
|
87
89
|
operation: 'mutation',
|