@contember/engine-content-api 1.3.0-alpha.8 → 1.3.0-beta.2

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.
Files changed (107) hide show
  1. package/dist/src/ExecutionContainer.d.ts +3 -3
  2. package/dist/src/ExecutionContainer.d.ts.map +1 -1
  3. package/dist/src/acl/Authorizator.d.ts +1 -1
  4. package/dist/src/acl/Authorizator.d.ts.map +1 -1
  5. package/dist/src/extensions/EntityFieldsProvider.d.ts +1 -1
  6. package/dist/src/extensions/EntityFieldsProvider.d.ts.map +1 -1
  7. package/dist/src/input-validation/InputValidator.d.ts +1 -1
  8. package/dist/src/input-validation/InputValidator.d.ts.map +1 -1
  9. package/dist/src/input-validation/ValidationContext.js +1 -2
  10. package/dist/src/input-validation/ValidationContext.js.map +1 -1
  11. package/dist/src/input-validation/ValidationPath.d.ts +1 -1
  12. package/dist/src/input-validation/ValidationPath.d.ts.map +1 -1
  13. package/dist/src/input-validation/dependencies/DependencyCollector.d.ts +1 -1
  14. package/dist/src/input-validation/dependencies/DependencyCollector.d.ts.map +1 -1
  15. package/dist/src/input-validation/preValidation/CreateInputPreValidationProcessor.d.ts +1 -1
  16. package/dist/src/input-validation/preValidation/CreateInputPreValidationProcessor.d.ts.map +1 -1
  17. package/dist/src/input-validation/preValidation/UpdateInputPreValidationProcessor.d.ts +1 -1
  18. package/dist/src/input-validation/preValidation/UpdateInputPreValidationProcessor.d.ts.map +1 -1
  19. package/dist/src/inputProcessing/UniqueWhereExpander.d.ts +1 -1
  20. package/dist/src/inputProcessing/UniqueWhereExpander.d.ts.map +1 -1
  21. package/dist/src/introspection/content-schema.types.d.ts +22 -22
  22. package/dist/src/introspection/content-schema.types.d.ts.map +1 -1
  23. package/dist/src/introspection/content-schema.types.js +3 -3
  24. package/dist/src/introspection/content-schema.types.js.map +1 -1
  25. package/dist/src/mapper/ColumnValue.d.ts +2 -2
  26. package/dist/src/mapper/ColumnValue.d.ts.map +1 -1
  27. package/dist/src/mapper/DataManipulationBuilder.d.ts +1 -1
  28. package/dist/src/mapper/DataManipulationBuilder.d.ts.map +1 -1
  29. package/dist/src/mapper/EventManager.d.ts +4 -4
  30. package/dist/src/mapper/EventManager.d.ts.map +1 -1
  31. package/dist/src/mapper/JunctionTableManager.d.ts +2 -2
  32. package/dist/src/mapper/JunctionTableManager.d.ts.map +1 -1
  33. package/dist/src/mapper/MapperFactory.d.ts +1 -1
  34. package/dist/src/mapper/MapperFactory.d.ts.map +1 -1
  35. package/dist/src/mapper/Result.d.ts +5 -5
  36. package/dist/src/mapper/Result.d.ts.map +1 -1
  37. package/dist/src/mapper/Result.js +6 -6
  38. package/dist/src/mapper/Result.js.map +1 -1
  39. package/dist/src/mapper/delete/DeleteExecutor.d.ts.map +1 -1
  40. package/dist/src/mapper/delete/DeleteExecutor.js +3 -0
  41. package/dist/src/mapper/delete/DeleteExecutor.js.map +1 -1
  42. package/dist/src/mapper/delete/helpers.d.ts +3 -3
  43. package/dist/src/mapper/delete/helpers.d.ts.map +1 -1
  44. package/dist/src/mapper/relations/ManyHasManyInputProcessor.d.ts +1 -1
  45. package/dist/src/mapper/relations/ManyHasManyInputProcessor.d.ts.map +1 -1
  46. package/dist/src/mapper/select/Path.js +3 -3
  47. package/dist/src/mapper/select/Path.js.map +1 -1
  48. package/dist/src/mapper/select/RelationFetcher.d.ts +6 -6
  49. package/dist/src/mapper/select/RelationFetcher.d.ts.map +1 -1
  50. package/dist/src/mapper/select/SelectExecutionHandler.d.ts +2 -2
  51. package/dist/src/mapper/select/SelectExecutionHandler.d.ts.map +1 -1
  52. package/dist/src/mapper/select/SelectHydrator.d.ts +7 -7
  53. package/dist/src/mapper/select/SelectHydrator.d.ts.map +1 -1
  54. package/dist/src/mapper/select/WhereBuilder.d.ts +1 -1
  55. package/dist/src/mapper/select/WhereBuilder.d.ts.map +1 -1
  56. package/dist/src/mapper/types.d.ts +1 -1
  57. package/dist/src/mapper/types.d.ts.map +1 -1
  58. package/dist/src/resolvers/GraphQlQueryAstFactory.d.ts +1 -1
  59. package/dist/src/resolvers/GraphQlQueryAstFactory.d.ts.map +1 -1
  60. package/dist/src/resolvers/MutationResolver.d.ts +2 -2
  61. package/dist/src/resolvers/MutationResolver.d.ts.map +1 -1
  62. package/dist/src/schema/ColumnTypeResolver.d.ts +1 -1
  63. package/dist/src/schema/ColumnTypeResolver.d.ts.map +1 -1
  64. package/dist/src/schema/MutationProvider.d.ts +1 -1
  65. package/dist/src/schema/MutationProvider.d.ts.map +1 -1
  66. package/dist/src/schema/ValidationQueriesProvider.d.ts +1 -1
  67. package/dist/src/schema/ValidationQueriesProvider.d.ts.map +1 -1
  68. package/dist/src/schema/mutations/EntityInputProvider.js +1 -1
  69. package/dist/src/schema/mutations/EntityInputProvider.js.map +1 -1
  70. package/dist/src/tsconfig.tsbuildinfo +1 -1
  71. package/dist/src/utils/Interface.d.ts +1 -1
  72. package/dist/src/utils/Interface.d.ts.map +1 -1
  73. package/dist/src/utils/object.d.ts +2 -2
  74. package/dist/src/utils/object.d.ts.map +1 -1
  75. package/dist/src/utils/uniqueWhereFields.d.ts +1 -1
  76. package/dist/src/utils/uniqueWhereFields.d.ts.map +1 -1
  77. package/dist/tests/cases/integration/graphQlRequests/delete/restrictOnDelete.test.js +64 -0
  78. package/dist/tests/cases/integration/graphQlRequests/delete/restrictOnDelete.test.js.map +1 -1
  79. package/dist/tests/cases/integration/graphQlRequests/validation/conditions.test.js +1 -1
  80. package/dist/tests/cases/integration/graphQlRequests/validation/conditions.test.js.map +1 -1
  81. package/dist/tests/cases/integration/graphQlRequests/validation/optionalAssert.test.js +1 -1
  82. package/dist/tests/cases/integration/graphQlRequests/validation/optionalAssert.test.js.map +1 -1
  83. package/dist/tests/cases/integration/graphQlRequests/validation/requiredWhen.test.js +1 -1
  84. package/dist/tests/cases/integration/graphQlRequests/validation/requiredWhen.test.js.map +1 -1
  85. package/dist/tests/cases/integration/graphQlSchema/model.js +2 -3
  86. package/dist/tests/cases/integration/graphQlSchema/model.js.map +1 -1
  87. package/dist/tests/src/utils.d.ts +1 -1
  88. package/dist/tests/src/utils.d.ts.map +1 -1
  89. package/dist/tests/tsconfig.tsbuildinfo +1 -1
  90. package/package.json +13 -14
  91. package/src/mapper/delete/DeleteExecutor.ts +4 -0
  92. package/tests/cases/integration/graphQlRequests/delete/restrictOnDelete.test.ts +54 -1
  93. package/dist/tests/cases/integration/graphQlSchema/schema-acl-allowed.gql +0 -420
  94. package/dist/tests/cases/integration/graphQlSchema/schema-acl-create-only.gql +0 -229
  95. package/dist/tests/cases/integration/graphQlSchema/schema-acl-predicate.gql +0 -112
  96. package/dist/tests/cases/integration/graphQlSchema/schema-acl-predicate2.gql +0 -112
  97. package/dist/tests/cases/integration/graphQlSchema/schema-acl-restricted-create.gql +0 -309
  98. package/dist/tests/cases/integration/graphQlSchema/schema-acl-restricted-delete.gql +0 -402
  99. package/dist/tests/cases/integration/graphQlSchema/schema-acl-restricted-update.gql +0 -338
  100. package/dist/tests/cases/integration/graphQlSchema/schema-acl.gql +0 -221
  101. package/dist/tests/cases/integration/graphQlSchema/schema-aliased-type.gql +0 -226
  102. package/dist/tests/cases/integration/graphQlSchema/schema-basic.gql +0 -841
  103. package/dist/tests/cases/integration/graphQlSchema/schema-bug-66.gql +0 -540
  104. package/dist/tests/cases/integration/graphQlSchema/schema-custom-primary.gql +0 -851
  105. package/dist/tests/cases/integration/graphQlSchema/schema-has-many-reduction.gql +0 -453
  106. package/dist/tests/cases/integration/graphQlSchema/schema-new-builder.gql +0 -912
  107. package/dist/tests/cases/integration/graphQlSchema/schema-view-entity.gql +0 -112
@@ -1,453 +0,0 @@
1
- type Query {
2
- getPostLocale(by: PostLocaleUniqueWhere!, filter: PostLocaleWhere): PostLocale
3
- listPostLocale(filter: PostLocaleWhere, orderBy: [PostLocaleOrderBy!], offset: Int, limit: Int): [PostLocale!]!
4
- paginatePostLocale(filter: PostLocaleWhere, orderBy: [PostLocaleOrderBy!], skip: Int, first: Int): PostLocaleConnection!
5
- validateCreatePostLocale(data: PostLocaleCreateInput!): _ValidationResult!
6
- validateUpdatePostLocale(by: PostLocaleUniqueWhere!, data: PostLocaleUpdateInput!): _ValidationResult!
7
- getPost(by: PostUniqueWhere!, filter: PostWhere): Post
8
- listPost(filter: PostWhere, orderBy: [PostOrderBy!], offset: Int, limit: Int): [Post!]!
9
- paginatePost(filter: PostWhere, orderBy: [PostOrderBy!], skip: Int, first: Int): PostConnection!
10
- validateCreatePost(data: PostCreateInput!): _ValidationResult!
11
- validateUpdatePost(by: PostUniqueWhere!, data: PostUpdateInput!): _ValidationResult!
12
- transaction: QueryTransaction
13
- _info: Info
14
- }
15
-
16
- type PostLocale {
17
- _meta: PostLocaleMeta
18
- id: UUID!
19
- locale: String
20
- title: String
21
- post(filter: PostWhere): Post
22
- }
23
-
24
- type PostLocaleMeta {
25
- id: FieldMeta
26
- locale: FieldMeta
27
- title: FieldMeta
28
- post: FieldMeta
29
- }
30
-
31
- type FieldMeta {
32
- readable: Boolean
33
- updatable: Boolean
34
- }
35
-
36
- scalar UUID
37
-
38
- type Post {
39
- _meta: PostMeta
40
- id: UUID!
41
- publishedAt: DateTime
42
- locales(filter: PostLocaleWhere, orderBy: [PostLocaleOrderBy!], offset: Int, limit: Int): [PostLocale!]!
43
- localesByLocale(by: PostLocalesByLocaleUniqueWhere!, filter: PostLocaleWhere): PostLocale
44
- paginateLocales(filter: PostLocaleWhere, orderBy: [PostLocaleOrderBy!], skip: Int, first: Int): PostLocaleConnection!
45
- }
46
-
47
- type PostMeta {
48
- id: FieldMeta
49
- publishedAt: FieldMeta
50
- locales: FieldMeta
51
- }
52
-
53
- scalar DateTime
54
-
55
- input PostLocaleWhere {
56
- id: UUIDCondition
57
- locale: StringCondition
58
- title: StringCondition
59
- post: PostWhere
60
- and: [PostLocaleWhere]
61
- or: [PostLocaleWhere]
62
- not: PostLocaleWhere
63
- }
64
-
65
- input UUIDCondition {
66
- and: [UUIDCondition!]
67
- or: [UUIDCondition!]
68
- not: UUIDCondition
69
- null: Boolean
70
- isNull: Boolean
71
- eq: UUID
72
- notEq: UUID
73
- in: [UUID!]
74
- notIn: [UUID!]
75
- lt: UUID
76
- lte: UUID
77
- gt: UUID
78
- gte: UUID
79
- }
80
-
81
- input StringCondition {
82
- and: [StringCondition!]
83
- or: [StringCondition!]
84
- not: StringCondition
85
- null: Boolean
86
- isNull: Boolean
87
- eq: String
88
- notEq: String
89
- in: [String!]
90
- notIn: [String!]
91
- lt: String
92
- lte: String
93
- gt: String
94
- gte: String
95
- contains: String
96
- startsWith: String
97
- endsWith: String
98
- containsCI: String
99
- startsWithCI: String
100
- endsWithCI: String
101
- }
102
-
103
- input PostWhere {
104
- id: UUIDCondition
105
- publishedAt: DateTimeCondition
106
- locales: PostLocaleWhere
107
- and: [PostWhere]
108
- or: [PostWhere]
109
- not: PostWhere
110
- }
111
-
112
- input DateTimeCondition {
113
- and: [DateTimeCondition!]
114
- or: [DateTimeCondition!]
115
- not: DateTimeCondition
116
- null: Boolean
117
- isNull: Boolean
118
- eq: DateTime
119
- notEq: DateTime
120
- in: [DateTime!]
121
- notIn: [DateTime!]
122
- lt: DateTime
123
- lte: DateTime
124
- gt: DateTime
125
- gte: DateTime
126
- }
127
-
128
- input PostLocaleOrderBy {
129
- _random: Boolean
130
- _randomSeeded: Int
131
- id: OrderDirection
132
- locale: OrderDirection
133
- title: OrderDirection
134
- post: PostOrderBy
135
- }
136
-
137
- enum OrderDirection {
138
- asc
139
- desc
140
- ascNullsFirst
141
- descNullsLast
142
- }
143
-
144
- input PostOrderBy {
145
- _random: Boolean
146
- _randomSeeded: Int
147
- id: OrderDirection
148
- publishedAt: OrderDirection
149
- }
150
-
151
- input PostLocalesByLocaleUniqueWhere {
152
- locale: String
153
- }
154
-
155
- type PostLocaleConnection {
156
- pageInfo: PageInfo!
157
- edges: [PostLocaleEdge!]!
158
- }
159
-
160
- type PageInfo {
161
- totalCount: Int!
162
- }
163
-
164
- type PostLocaleEdge {
165
- node: PostLocale!
166
- }
167
-
168
- input PostLocaleUniqueWhere {
169
- id: UUID
170
- locale: String
171
- post: PostUniqueWhere
172
- }
173
-
174
- input PostUniqueWhere {
175
- id: UUID
176
- locales: PostLocaleUniqueWhere
177
- }
178
-
179
- type _ValidationResult {
180
- valid: Boolean!
181
- errors: [_ValidationError!]!
182
- }
183
-
184
- type _ValidationError {
185
- path: [_PathFragment!]!
186
- message: _ValidationMessage!
187
- }
188
-
189
- union _PathFragment = _FieldPathFragment | _IndexPathFragment
190
-
191
- type _FieldPathFragment {
192
- field: String!
193
- }
194
-
195
- type _IndexPathFragment {
196
- index: Int!
197
- alias: String
198
- }
199
-
200
- type _ValidationMessage {
201
- text: String!
202
- }
203
-
204
- input PostLocaleCreateInput {
205
- locale: String
206
- title: String
207
- post: PostLocaleCreatePostEntityRelationInput
208
- _dummy_field_: Boolean
209
- }
210
-
211
- input PostLocaleCreatePostEntityRelationInput {
212
- connect: PostUniqueWhere
213
- create: PostWithoutLocalesCreateInput
214
- connectOrCreate: PostLocaleConnectOrCreatePostRelationInput
215
- }
216
-
217
- input PostWithoutLocalesCreateInput {
218
- publishedAt: DateTime
219
- _dummy_field_: Boolean
220
- }
221
-
222
- input PostLocaleConnectOrCreatePostRelationInput {
223
- connect: PostUniqueWhere
224
- create: PostWithoutLocalesCreateInput
225
- }
226
-
227
- input PostLocaleUpdateInput {
228
- locale: String
229
- title: String
230
- post: PostLocaleUpdatePostEntityRelationInput
231
- _dummy_field_: Boolean
232
- }
233
-
234
- input PostLocaleUpdatePostEntityRelationInput {
235
- connect: PostUniqueWhere
236
- create: PostWithoutLocalesCreateInput
237
- connectOrCreate: PostLocaleConnectOrCreatePostRelationInput
238
- update: PostWithoutLocalesUpdateInput
239
- upsert: PostLocaleUpsertPostRelationInput
240
- disconnect: Boolean
241
- delete: Boolean
242
- }
243
-
244
- input PostWithoutLocalesUpdateInput {
245
- publishedAt: DateTime
246
- _dummy_field_: Boolean
247
- }
248
-
249
- input PostLocaleUpsertPostRelationInput {
250
- update: PostWithoutLocalesUpdateInput
251
- create: PostWithoutLocalesCreateInput
252
- }
253
-
254
- type PostConnection {
255
- pageInfo: PageInfo!
256
- edges: [PostEdge!]!
257
- }
258
-
259
- type PostEdge {
260
- node: Post!
261
- }
262
-
263
- input PostCreateInput {
264
- publishedAt: DateTime
265
- locales: [PostCreateLocalesEntityRelationInput!]
266
- _dummy_field_: Boolean
267
- }
268
-
269
- input PostCreateLocalesEntityRelationInput {
270
- connect: PostLocaleUniqueWhere
271
- create: PostLocaleWithoutPostCreateInput
272
- connectOrCreate: PostConnectOrCreateLocalesRelationInput
273
- alias: String
274
- }
275
-
276
- input PostLocaleWithoutPostCreateInput {
277
- locale: String
278
- title: String
279
- _dummy_field_: Boolean
280
- }
281
-
282
- input PostConnectOrCreateLocalesRelationInput {
283
- connect: PostLocaleUniqueWhere
284
- create: PostLocaleWithoutPostCreateInput
285
- }
286
-
287
- input PostUpdateInput {
288
- publishedAt: DateTime
289
- locales: [PostUpdateLocalesEntityRelationInput!]
290
- _dummy_field_: Boolean
291
- }
292
-
293
- input PostUpdateLocalesEntityRelationInput {
294
- create: PostLocaleWithoutPostCreateInput
295
- update: PostUpdateLocalesRelationInput
296
- upsert: PostUpsertLocalesRelationInput
297
- connect: PostLocaleUniqueWhere
298
- disconnect: PostLocaleUniqueWhere
299
- delete: PostLocaleUniqueWhere
300
- alias: String
301
- }
302
-
303
- input PostUpdateLocalesRelationInput {
304
- by: PostLocaleUniqueWhere
305
- data: PostLocaleWithoutPostUpdateInput
306
- }
307
-
308
- input PostLocaleWithoutPostUpdateInput {
309
- locale: String
310
- title: String
311
- _dummy_field_: Boolean
312
- }
313
-
314
- input PostUpsertLocalesRelationInput {
315
- by: PostLocaleUniqueWhere
316
- update: PostLocaleWithoutPostUpdateInput
317
- create: PostLocaleWithoutPostCreateInput
318
- }
319
-
320
- type QueryTransaction {
321
- getPostLocale(by: PostLocaleUniqueWhere!, filter: PostLocaleWhere): PostLocale
322
- listPostLocale(filter: PostLocaleWhere, orderBy: [PostLocaleOrderBy!], offset: Int, limit: Int): [PostLocale!]!
323
- paginatePostLocale(filter: PostLocaleWhere, orderBy: [PostLocaleOrderBy!], skip: Int, first: Int): PostLocaleConnection!
324
- validateCreatePostLocale(data: PostLocaleCreateInput!): _ValidationResult!
325
- validateUpdatePostLocale(by: PostLocaleUniqueWhere!, data: PostLocaleUpdateInput!): _ValidationResult!
326
- getPost(by: PostUniqueWhere!, filter: PostWhere): Post
327
- listPost(filter: PostWhere, orderBy: [PostOrderBy!], offset: Int, limit: Int): [Post!]!
328
- paginatePost(filter: PostWhere, orderBy: [PostOrderBy!], skip: Int, first: Int): PostConnection!
329
- validateCreatePost(data: PostCreateInput!): _ValidationResult!
330
- validateUpdatePost(by: PostUniqueWhere!, data: PostUpdateInput!): _ValidationResult!
331
- }
332
-
333
- type Info {
334
- description: String
335
- }
336
-
337
- type Mutation {
338
- createPostLocale(data: PostLocaleCreateInput!): PostLocaleCreateResult!
339
- deletePostLocale(by: PostLocaleUniqueWhere!, filter: PostLocaleWhere): PostLocaleDeleteResult!
340
- updatePostLocale(by: PostLocaleUniqueWhere!, filter: PostLocaleWhere, data: PostLocaleUpdateInput!): PostLocaleUpdateResult!
341
- upsertPostLocale(by: PostLocaleUniqueWhere!, filter: PostLocaleWhere, update: PostLocaleUpdateInput!, create: PostLocaleCreateInput!): PostLocaleUpsertResult!
342
- createPost(data: PostCreateInput!): PostCreateResult!
343
- deletePost(by: PostUniqueWhere!, filter: PostWhere): PostDeleteResult!
344
- updatePost(by: PostUniqueWhere!, filter: PostWhere, data: PostUpdateInput!): PostUpdateResult!
345
- upsertPost(by: PostUniqueWhere!, filter: PostWhere, update: PostUpdateInput!, create: PostCreateInput!): PostUpsertResult!
346
- transaction(options: MutationTransactionOptions): MutationTransaction!
347
- query: Query!
348
- }
349
-
350
- type PostLocaleCreateResult implements MutationResult {
351
- ok: Boolean!
352
- errorMessage: String
353
- errors: [_MutationError!]!
354
- node: PostLocale
355
- validation: _ValidationResult!
356
- }
357
-
358
- interface MutationResult {
359
- ok: Boolean!
360
- errorMessage: String
361
- errors: [_MutationError!]!
362
- }
363
-
364
- type _MutationError {
365
- path: [_PathFragment!]! @deprecated(reason: "Use `paths`.")
366
- paths: [[_PathFragment!]!]!
367
- type: _MutationErrorType!
368
- message: String
369
- }
370
-
371
- enum _MutationErrorType {
372
- NotNullConstraintViolation
373
- UniqueConstraintViolation
374
- ForeignKeyConstraintViolation
375
- NotFoundOrDenied
376
- NonUniqueWhereInput
377
- InvalidDataInput
378
- SqlError
379
- }
380
-
381
- type PostLocaleDeleteResult implements MutationResult {
382
- ok: Boolean!
383
- errorMessage: String
384
- errors: [_MutationError!]!
385
- node: PostLocale
386
- }
387
-
388
- type PostLocaleUpdateResult implements MutationResult {
389
- ok: Boolean!
390
- errorMessage: String
391
- errors: [_MutationError!]!
392
- node: PostLocale
393
- validation: _ValidationResult!
394
- }
395
-
396
- type PostLocaleUpsertResult implements MutationResult {
397
- ok: Boolean!
398
- errorMessage: String
399
- errors: [_MutationError!]!
400
- node: PostLocale
401
- validation: _ValidationResult!
402
- }
403
-
404
- type PostCreateResult implements MutationResult {
405
- ok: Boolean!
406
- errorMessage: String
407
- errors: [_MutationError!]!
408
- node: Post
409
- validation: _ValidationResult!
410
- }
411
-
412
- type PostDeleteResult implements MutationResult {
413
- ok: Boolean!
414
- errorMessage: String
415
- errors: [_MutationError!]!
416
- node: Post
417
- }
418
-
419
- type PostUpdateResult implements MutationResult {
420
- ok: Boolean!
421
- errorMessage: String
422
- errors: [_MutationError!]!
423
- node: Post
424
- validation: _ValidationResult!
425
- }
426
-
427
- type PostUpsertResult implements MutationResult {
428
- ok: Boolean!
429
- errorMessage: String
430
- errors: [_MutationError!]!
431
- node: Post
432
- validation: _ValidationResult!
433
- }
434
-
435
- type MutationTransaction {
436
- ok: Boolean!
437
- errorMessage: String
438
- errors: [_MutationError!]!
439
- validation: _ValidationResult!
440
- createPostLocale(data: PostLocaleCreateInput!): PostLocaleCreateResult!
441
- deletePostLocale(by: PostLocaleUniqueWhere!, filter: PostLocaleWhere): PostLocaleDeleteResult!
442
- updatePostLocale(by: PostLocaleUniqueWhere!, filter: PostLocaleWhere, data: PostLocaleUpdateInput!): PostLocaleUpdateResult!
443
- upsertPostLocale(by: PostLocaleUniqueWhere!, filter: PostLocaleWhere, update: PostLocaleUpdateInput!, create: PostLocaleCreateInput!): PostLocaleUpsertResult!
444
- createPost(data: PostCreateInput!): PostCreateResult!
445
- deletePost(by: PostUniqueWhere!, filter: PostWhere): PostDeleteResult!
446
- updatePost(by: PostUniqueWhere!, filter: PostWhere, data: PostUpdateInput!): PostUpdateResult!
447
- upsertPost(by: PostUniqueWhere!, filter: PostWhere, update: PostUpdateInput!, create: PostCreateInput!): PostUpsertResult!
448
- query: Query
449
- }
450
-
451
- input MutationTransactionOptions {
452
- deferForeignKeyConstraints: Boolean
453
- }