@contember/engine-content-api 1.3.0-alpha.8 → 1.3.0-beta.1
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/dist/src/ExecutionContainer.d.ts +3 -3
- package/dist/src/ExecutionContainer.d.ts.map +1 -1
- package/dist/src/acl/Authorizator.d.ts +1 -1
- package/dist/src/acl/Authorizator.d.ts.map +1 -1
- package/dist/src/extensions/EntityFieldsProvider.d.ts +1 -1
- package/dist/src/extensions/EntityFieldsProvider.d.ts.map +1 -1
- package/dist/src/input-validation/InputValidator.d.ts +1 -1
- package/dist/src/input-validation/InputValidator.d.ts.map +1 -1
- package/dist/src/input-validation/ValidationContext.js +1 -2
- package/dist/src/input-validation/ValidationContext.js.map +1 -1
- package/dist/src/input-validation/ValidationPath.d.ts +1 -1
- package/dist/src/input-validation/ValidationPath.d.ts.map +1 -1
- package/dist/src/input-validation/dependencies/DependencyCollector.d.ts +1 -1
- package/dist/src/input-validation/dependencies/DependencyCollector.d.ts.map +1 -1
- package/dist/src/input-validation/preValidation/CreateInputPreValidationProcessor.d.ts +1 -1
- package/dist/src/input-validation/preValidation/CreateInputPreValidationProcessor.d.ts.map +1 -1
- package/dist/src/input-validation/preValidation/UpdateInputPreValidationProcessor.d.ts +1 -1
- package/dist/src/input-validation/preValidation/UpdateInputPreValidationProcessor.d.ts.map +1 -1
- package/dist/src/inputProcessing/UniqueWhereExpander.d.ts +1 -1
- package/dist/src/inputProcessing/UniqueWhereExpander.d.ts.map +1 -1
- package/dist/src/introspection/content-schema.types.d.ts +22 -22
- package/dist/src/introspection/content-schema.types.d.ts.map +1 -1
- package/dist/src/introspection/content-schema.types.js +3 -3
- package/dist/src/introspection/content-schema.types.js.map +1 -1
- package/dist/src/mapper/ColumnValue.d.ts +2 -2
- package/dist/src/mapper/ColumnValue.d.ts.map +1 -1
- package/dist/src/mapper/DataManipulationBuilder.d.ts +1 -1
- package/dist/src/mapper/DataManipulationBuilder.d.ts.map +1 -1
- package/dist/src/mapper/EventManager.d.ts +4 -4
- package/dist/src/mapper/EventManager.d.ts.map +1 -1
- package/dist/src/mapper/JunctionTableManager.d.ts +2 -2
- package/dist/src/mapper/JunctionTableManager.d.ts.map +1 -1
- package/dist/src/mapper/MapperFactory.d.ts +1 -1
- package/dist/src/mapper/MapperFactory.d.ts.map +1 -1
- package/dist/src/mapper/Result.d.ts +5 -5
- package/dist/src/mapper/Result.d.ts.map +1 -1
- package/dist/src/mapper/Result.js +6 -6
- package/dist/src/mapper/Result.js.map +1 -1
- package/dist/src/mapper/delete/DeleteExecutor.d.ts.map +1 -1
- package/dist/src/mapper/delete/DeleteExecutor.js +3 -0
- package/dist/src/mapper/delete/DeleteExecutor.js.map +1 -1
- package/dist/src/mapper/delete/helpers.d.ts +3 -3
- package/dist/src/mapper/delete/helpers.d.ts.map +1 -1
- package/dist/src/mapper/relations/ManyHasManyInputProcessor.d.ts +1 -1
- package/dist/src/mapper/relations/ManyHasManyInputProcessor.d.ts.map +1 -1
- package/dist/src/mapper/select/Path.js +3 -3
- package/dist/src/mapper/select/Path.js.map +1 -1
- package/dist/src/mapper/select/RelationFetcher.d.ts +6 -6
- package/dist/src/mapper/select/RelationFetcher.d.ts.map +1 -1
- package/dist/src/mapper/select/SelectExecutionHandler.d.ts +2 -2
- package/dist/src/mapper/select/SelectExecutionHandler.d.ts.map +1 -1
- package/dist/src/mapper/select/SelectHydrator.d.ts +7 -7
- package/dist/src/mapper/select/SelectHydrator.d.ts.map +1 -1
- package/dist/src/mapper/select/WhereBuilder.d.ts +1 -1
- package/dist/src/mapper/select/WhereBuilder.d.ts.map +1 -1
- package/dist/src/mapper/types.d.ts +1 -1
- package/dist/src/mapper/types.d.ts.map +1 -1
- package/dist/src/resolvers/GraphQlQueryAstFactory.d.ts +1 -1
- package/dist/src/resolvers/GraphQlQueryAstFactory.d.ts.map +1 -1
- package/dist/src/resolvers/MutationResolver.d.ts +2 -2
- package/dist/src/resolvers/MutationResolver.d.ts.map +1 -1
- package/dist/src/schema/ColumnTypeResolver.d.ts +1 -1
- package/dist/src/schema/ColumnTypeResolver.d.ts.map +1 -1
- package/dist/src/schema/MutationProvider.d.ts +1 -1
- package/dist/src/schema/MutationProvider.d.ts.map +1 -1
- package/dist/src/schema/ValidationQueriesProvider.d.ts +1 -1
- package/dist/src/schema/ValidationQueriesProvider.d.ts.map +1 -1
- package/dist/src/schema/mutations/EntityInputProvider.js +1 -1
- package/dist/src/schema/mutations/EntityInputProvider.js.map +1 -1
- package/dist/src/tsconfig.tsbuildinfo +1 -1
- package/dist/src/utils/Interface.d.ts +1 -1
- package/dist/src/utils/Interface.d.ts.map +1 -1
- package/dist/src/utils/object.d.ts +2 -2
- package/dist/src/utils/object.d.ts.map +1 -1
- package/dist/src/utils/uniqueWhereFields.d.ts +1 -1
- package/dist/src/utils/uniqueWhereFields.d.ts.map +1 -1
- package/dist/tests/cases/integration/graphQlRequests/delete/restrictOnDelete.test.js +64 -0
- package/dist/tests/cases/integration/graphQlRequests/delete/restrictOnDelete.test.js.map +1 -1
- package/dist/tests/cases/integration/graphQlRequests/validation/conditions.test.js +1 -1
- package/dist/tests/cases/integration/graphQlRequests/validation/conditions.test.js.map +1 -1
- package/dist/tests/cases/integration/graphQlRequests/validation/optionalAssert.test.js +1 -1
- package/dist/tests/cases/integration/graphQlRequests/validation/optionalAssert.test.js.map +1 -1
- package/dist/tests/cases/integration/graphQlRequests/validation/requiredWhen.test.js +1 -1
- package/dist/tests/cases/integration/graphQlRequests/validation/requiredWhen.test.js.map +1 -1
- package/dist/tests/cases/integration/graphQlSchema/model.js +2 -3
- package/dist/tests/cases/integration/graphQlSchema/model.js.map +1 -1
- package/dist/tests/src/utils.d.ts +1 -1
- package/dist/tests/src/utils.d.ts.map +1 -1
- package/dist/tests/tsconfig.tsbuildinfo +1 -1
- package/package.json +13 -14
- package/src/mapper/delete/DeleteExecutor.ts +4 -0
- package/tests/cases/integration/graphQlRequests/delete/restrictOnDelete.test.ts +54 -1
- package/dist/tests/cases/integration/graphQlSchema/schema-acl-allowed.gql +0 -420
- package/dist/tests/cases/integration/graphQlSchema/schema-acl-create-only.gql +0 -229
- package/dist/tests/cases/integration/graphQlSchema/schema-acl-predicate.gql +0 -112
- package/dist/tests/cases/integration/graphQlSchema/schema-acl-predicate2.gql +0 -112
- package/dist/tests/cases/integration/graphQlSchema/schema-acl-restricted-create.gql +0 -309
- package/dist/tests/cases/integration/graphQlSchema/schema-acl-restricted-delete.gql +0 -402
- package/dist/tests/cases/integration/graphQlSchema/schema-acl-restricted-update.gql +0 -338
- package/dist/tests/cases/integration/graphQlSchema/schema-acl.gql +0 -221
- package/dist/tests/cases/integration/graphQlSchema/schema-aliased-type.gql +0 -226
- package/dist/tests/cases/integration/graphQlSchema/schema-basic.gql +0 -841
- package/dist/tests/cases/integration/graphQlSchema/schema-bug-66.gql +0 -540
- package/dist/tests/cases/integration/graphQlSchema/schema-custom-primary.gql +0 -851
- package/dist/tests/cases/integration/graphQlSchema/schema-has-many-reduction.gql +0 -453
- package/dist/tests/cases/integration/graphQlSchema/schema-new-builder.gql +0 -912
- package/dist/tests/cases/integration/graphQlSchema/schema-view-entity.gql +0 -112
|
@@ -1,540 +0,0 @@
|
|
|
1
|
-
type Query {
|
|
2
|
-
getVideo(by: VideoUniqueWhere!, filter: VideoWhere): Video
|
|
3
|
-
listVideo(filter: VideoWhere, orderBy: [VideoOrderBy!], offset: Int, limit: Int): [Video!]!
|
|
4
|
-
paginateVideo(filter: VideoWhere, orderBy: [VideoOrderBy!], skip: Int, first: Int): VideoConnection!
|
|
5
|
-
validateCreateVideo(data: VideoCreateInput!): _ValidationResult!
|
|
6
|
-
validateUpdateVideo(by: VideoUniqueWhere!, data: VideoUpdateInput!): _ValidationResult!
|
|
7
|
-
getFrontPage(by: FrontPageUniqueWhere!, filter: FrontPageWhere): FrontPage
|
|
8
|
-
listFrontPage(filter: FrontPageWhere, orderBy: [FrontPageOrderBy!], offset: Int, limit: Int): [FrontPage!]!
|
|
9
|
-
paginateFrontPage(filter: FrontPageWhere, orderBy: [FrontPageOrderBy!], skip: Int, first: Int): FrontPageConnection!
|
|
10
|
-
validateCreateFrontPage(data: FrontPageCreateInput!): _ValidationResult!
|
|
11
|
-
validateUpdateFrontPage(by: FrontPageUniqueWhere!, data: FrontPageUpdateInput!): _ValidationResult!
|
|
12
|
-
transaction: QueryTransaction
|
|
13
|
-
_info: Info
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
type Video {
|
|
17
|
-
_meta: VideoMeta
|
|
18
|
-
id: UUID!
|
|
19
|
-
vimeoId: String
|
|
20
|
-
frontPageForIntro(filter: FrontPageWhere): FrontPage
|
|
21
|
-
frontPage(filter: FrontPageWhere): FrontPage
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
type VideoMeta {
|
|
25
|
-
id: FieldMeta
|
|
26
|
-
vimeoId: FieldMeta
|
|
27
|
-
frontPageForIntro: FieldMeta
|
|
28
|
-
frontPage: FieldMeta
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
type FieldMeta {
|
|
32
|
-
readable: Boolean
|
|
33
|
-
updatable: Boolean
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
scalar UUID
|
|
37
|
-
|
|
38
|
-
type FrontPage {
|
|
39
|
-
_meta: FrontPageMeta
|
|
40
|
-
id: UUID!
|
|
41
|
-
unique: One!
|
|
42
|
-
introVideo(filter: VideoWhere): Video
|
|
43
|
-
inHouseVideos(filter: VideoWhere, orderBy: [VideoOrderBy!], offset: Int, limit: Int): [Video!]!
|
|
44
|
-
inHouseVideosByFrontPageForIntro(by: FrontPageInHouseVideosByFrontPageForIntroUniqueWhere!, filter: VideoWhere): Video
|
|
45
|
-
paginateInHouseVideos(filter: VideoWhere, orderBy: [VideoOrderBy!], skip: Int, first: Int): VideoConnection!
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
type FrontPageMeta {
|
|
49
|
-
id: FieldMeta
|
|
50
|
-
unique: FieldMeta
|
|
51
|
-
introVideo: FieldMeta
|
|
52
|
-
inHouseVideos: FieldMeta
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
enum One {
|
|
56
|
-
one
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
input VideoWhere {
|
|
60
|
-
id: UUIDCondition
|
|
61
|
-
vimeoId: StringCondition
|
|
62
|
-
frontPageForIntro: FrontPageWhere
|
|
63
|
-
frontPage: FrontPageWhere
|
|
64
|
-
and: [VideoWhere]
|
|
65
|
-
or: [VideoWhere]
|
|
66
|
-
not: VideoWhere
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
input UUIDCondition {
|
|
70
|
-
and: [UUIDCondition!]
|
|
71
|
-
or: [UUIDCondition!]
|
|
72
|
-
not: UUIDCondition
|
|
73
|
-
null: Boolean
|
|
74
|
-
isNull: Boolean
|
|
75
|
-
eq: UUID
|
|
76
|
-
notEq: UUID
|
|
77
|
-
in: [UUID!]
|
|
78
|
-
notIn: [UUID!]
|
|
79
|
-
lt: UUID
|
|
80
|
-
lte: UUID
|
|
81
|
-
gt: UUID
|
|
82
|
-
gte: UUID
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
input StringCondition {
|
|
86
|
-
and: [StringCondition!]
|
|
87
|
-
or: [StringCondition!]
|
|
88
|
-
not: StringCondition
|
|
89
|
-
null: Boolean
|
|
90
|
-
isNull: Boolean
|
|
91
|
-
eq: String
|
|
92
|
-
notEq: String
|
|
93
|
-
in: [String!]
|
|
94
|
-
notIn: [String!]
|
|
95
|
-
lt: String
|
|
96
|
-
lte: String
|
|
97
|
-
gt: String
|
|
98
|
-
gte: String
|
|
99
|
-
contains: String
|
|
100
|
-
startsWith: String
|
|
101
|
-
endsWith: String
|
|
102
|
-
containsCI: String
|
|
103
|
-
startsWithCI: String
|
|
104
|
-
endsWithCI: String
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
input FrontPageWhere {
|
|
108
|
-
id: UUIDCondition
|
|
109
|
-
unique: OneEnumCondition
|
|
110
|
-
introVideo: VideoWhere
|
|
111
|
-
inHouseVideos: VideoWhere
|
|
112
|
-
and: [FrontPageWhere]
|
|
113
|
-
or: [FrontPageWhere]
|
|
114
|
-
not: FrontPageWhere
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
input OneEnumCondition {
|
|
118
|
-
and: [OneEnumCondition!]
|
|
119
|
-
or: [OneEnumCondition!]
|
|
120
|
-
not: OneEnumCondition
|
|
121
|
-
null: Boolean
|
|
122
|
-
isNull: Boolean
|
|
123
|
-
eq: One
|
|
124
|
-
notEq: One
|
|
125
|
-
in: [One!]
|
|
126
|
-
notIn: [One!]
|
|
127
|
-
lt: One
|
|
128
|
-
lte: One
|
|
129
|
-
gt: One
|
|
130
|
-
gte: One
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
input VideoOrderBy {
|
|
134
|
-
_random: Boolean
|
|
135
|
-
_randomSeeded: Int
|
|
136
|
-
id: OrderDirection
|
|
137
|
-
vimeoId: OrderDirection
|
|
138
|
-
frontPageForIntro: FrontPageOrderBy
|
|
139
|
-
frontPage: FrontPageOrderBy
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
enum OrderDirection {
|
|
143
|
-
asc
|
|
144
|
-
desc
|
|
145
|
-
ascNullsFirst
|
|
146
|
-
descNullsLast
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
input FrontPageOrderBy {
|
|
150
|
-
_random: Boolean
|
|
151
|
-
_randomSeeded: Int
|
|
152
|
-
id: OrderDirection
|
|
153
|
-
unique: OrderDirection
|
|
154
|
-
introVideo: VideoOrderBy
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
input FrontPageInHouseVideosByFrontPageForIntroUniqueWhere {
|
|
158
|
-
frontPageForIntro: FrontPageUniqueWhere
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
input FrontPageUniqueWhere {
|
|
162
|
-
id: UUID
|
|
163
|
-
unique: One
|
|
164
|
-
introVideo: VideoUniqueWhere
|
|
165
|
-
inHouseVideos: VideoUniqueWhere
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
input VideoUniqueWhere {
|
|
169
|
-
id: UUID
|
|
170
|
-
frontPageForIntro: FrontPageUniqueWhere
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
type VideoConnection {
|
|
174
|
-
pageInfo: PageInfo!
|
|
175
|
-
edges: [VideoEdge!]!
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
type PageInfo {
|
|
179
|
-
totalCount: Int!
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
type VideoEdge {
|
|
183
|
-
node: Video!
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
type _ValidationResult {
|
|
187
|
-
valid: Boolean!
|
|
188
|
-
errors: [_ValidationError!]!
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
type _ValidationError {
|
|
192
|
-
path: [_PathFragment!]!
|
|
193
|
-
message: _ValidationMessage!
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
union _PathFragment = _FieldPathFragment | _IndexPathFragment
|
|
197
|
-
|
|
198
|
-
type _FieldPathFragment {
|
|
199
|
-
field: String!
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
type _IndexPathFragment {
|
|
203
|
-
index: Int!
|
|
204
|
-
alias: String
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
type _ValidationMessage {
|
|
208
|
-
text: String!
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
input VideoCreateInput {
|
|
212
|
-
vimeoId: String
|
|
213
|
-
frontPageForIntro: VideoCreateFrontPageForIntroEntityRelationInput
|
|
214
|
-
frontPage: VideoCreateFrontPageEntityRelationInput
|
|
215
|
-
_dummy_field_: Boolean
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
input VideoCreateFrontPageForIntroEntityRelationInput {
|
|
219
|
-
connect: FrontPageUniqueWhere
|
|
220
|
-
create: FrontPageWithoutIntroVideoCreateInput
|
|
221
|
-
connectOrCreate: VideoConnectOrCreateFrontPageForIntroRelationInput
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
input FrontPageWithoutIntroVideoCreateInput {
|
|
225
|
-
unique: One
|
|
226
|
-
inHouseVideos: [FrontPageCreateInHouseVideosEntityRelationInput!]
|
|
227
|
-
_dummy_field_: Boolean
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
input FrontPageCreateInHouseVideosEntityRelationInput {
|
|
231
|
-
connect: VideoUniqueWhere
|
|
232
|
-
create: VideoWithoutFrontPageCreateInput
|
|
233
|
-
connectOrCreate: FrontPageConnectOrCreateInHouseVideosRelationInput
|
|
234
|
-
alias: String
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
input VideoWithoutFrontPageCreateInput {
|
|
238
|
-
vimeoId: String
|
|
239
|
-
frontPageForIntro: VideoCreateFrontPageForIntroEntityRelationInput
|
|
240
|
-
_dummy_field_: Boolean
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
input FrontPageConnectOrCreateInHouseVideosRelationInput {
|
|
244
|
-
connect: VideoUniqueWhere
|
|
245
|
-
create: VideoWithoutFrontPageCreateInput
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
input VideoConnectOrCreateFrontPageForIntroRelationInput {
|
|
249
|
-
connect: FrontPageUniqueWhere
|
|
250
|
-
create: FrontPageWithoutIntroVideoCreateInput
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
input VideoCreateFrontPageEntityRelationInput {
|
|
254
|
-
connect: FrontPageUniqueWhere
|
|
255
|
-
create: FrontPageWithoutInHouseVideosCreateInput
|
|
256
|
-
connectOrCreate: VideoConnectOrCreateFrontPageRelationInput
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
input FrontPageWithoutInHouseVideosCreateInput {
|
|
260
|
-
unique: One
|
|
261
|
-
introVideo: FrontPageCreateIntroVideoEntityRelationInput
|
|
262
|
-
_dummy_field_: Boolean
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
input FrontPageCreateIntroVideoEntityRelationInput {
|
|
266
|
-
connect: VideoUniqueWhere
|
|
267
|
-
create: VideoWithoutFrontPageForIntroCreateInput
|
|
268
|
-
connectOrCreate: FrontPageConnectOrCreateIntroVideoRelationInput
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
input VideoWithoutFrontPageForIntroCreateInput {
|
|
272
|
-
vimeoId: String
|
|
273
|
-
frontPage: VideoCreateFrontPageEntityRelationInput
|
|
274
|
-
_dummy_field_: Boolean
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
input FrontPageConnectOrCreateIntroVideoRelationInput {
|
|
278
|
-
connect: VideoUniqueWhere
|
|
279
|
-
create: VideoWithoutFrontPageForIntroCreateInput
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
input VideoConnectOrCreateFrontPageRelationInput {
|
|
283
|
-
connect: FrontPageUniqueWhere
|
|
284
|
-
create: FrontPageWithoutInHouseVideosCreateInput
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
input VideoUpdateInput {
|
|
288
|
-
vimeoId: String
|
|
289
|
-
frontPageForIntro: VideoUpdateFrontPageForIntroEntityRelationInput
|
|
290
|
-
frontPage: VideoUpdateFrontPageEntityRelationInput
|
|
291
|
-
_dummy_field_: Boolean
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
input VideoUpdateFrontPageForIntroEntityRelationInput {
|
|
295
|
-
connect: FrontPageUniqueWhere
|
|
296
|
-
create: FrontPageWithoutIntroVideoCreateInput
|
|
297
|
-
connectOrCreate: VideoConnectOrCreateFrontPageForIntroRelationInput
|
|
298
|
-
update: FrontPageWithoutIntroVideoUpdateInput
|
|
299
|
-
upsert: VideoUpsertFrontPageForIntroRelationInput
|
|
300
|
-
disconnect: Boolean
|
|
301
|
-
delete: Boolean
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
input FrontPageWithoutIntroVideoUpdateInput {
|
|
305
|
-
unique: One
|
|
306
|
-
inHouseVideos: [FrontPageUpdateInHouseVideosEntityRelationInput!]
|
|
307
|
-
_dummy_field_: Boolean
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
input FrontPageUpdateInHouseVideosEntityRelationInput {
|
|
311
|
-
create: VideoWithoutFrontPageCreateInput
|
|
312
|
-
update: FrontPageUpdateInHouseVideosRelationInput
|
|
313
|
-
upsert: FrontPageUpsertInHouseVideosRelationInput
|
|
314
|
-
connect: VideoUniqueWhere
|
|
315
|
-
disconnect: VideoUniqueWhere
|
|
316
|
-
delete: VideoUniqueWhere
|
|
317
|
-
alias: String
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
input FrontPageUpdateInHouseVideosRelationInput {
|
|
321
|
-
by: VideoUniqueWhere
|
|
322
|
-
data: VideoWithoutFrontPageUpdateInput
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
input VideoWithoutFrontPageUpdateInput {
|
|
326
|
-
vimeoId: String
|
|
327
|
-
frontPageForIntro: VideoUpdateFrontPageForIntroEntityRelationInput
|
|
328
|
-
_dummy_field_: Boolean
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
input FrontPageUpsertInHouseVideosRelationInput {
|
|
332
|
-
by: VideoUniqueWhere
|
|
333
|
-
update: VideoWithoutFrontPageUpdateInput
|
|
334
|
-
create: VideoWithoutFrontPageCreateInput
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
input VideoUpsertFrontPageForIntroRelationInput {
|
|
338
|
-
update: FrontPageWithoutIntroVideoUpdateInput
|
|
339
|
-
create: FrontPageWithoutIntroVideoCreateInput
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
input VideoUpdateFrontPageEntityRelationInput {
|
|
343
|
-
connect: FrontPageUniqueWhere
|
|
344
|
-
create: FrontPageWithoutInHouseVideosCreateInput
|
|
345
|
-
connectOrCreate: VideoConnectOrCreateFrontPageRelationInput
|
|
346
|
-
update: FrontPageWithoutInHouseVideosUpdateInput
|
|
347
|
-
upsert: VideoUpsertFrontPageRelationInput
|
|
348
|
-
disconnect: Boolean
|
|
349
|
-
delete: Boolean
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
input FrontPageWithoutInHouseVideosUpdateInput {
|
|
353
|
-
unique: One
|
|
354
|
-
introVideo: FrontPageUpdateIntroVideoEntityRelationInput
|
|
355
|
-
_dummy_field_: Boolean
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
input FrontPageUpdateIntroVideoEntityRelationInput {
|
|
359
|
-
connect: VideoUniqueWhere
|
|
360
|
-
create: VideoWithoutFrontPageForIntroCreateInput
|
|
361
|
-
connectOrCreate: FrontPageConnectOrCreateIntroVideoRelationInput
|
|
362
|
-
update: VideoWithoutFrontPageForIntroUpdateInput
|
|
363
|
-
upsert: FrontPageUpsertIntroVideoRelationInput
|
|
364
|
-
disconnect: Boolean
|
|
365
|
-
delete: Boolean
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
input VideoWithoutFrontPageForIntroUpdateInput {
|
|
369
|
-
vimeoId: String
|
|
370
|
-
frontPage: VideoUpdateFrontPageEntityRelationInput
|
|
371
|
-
_dummy_field_: Boolean
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
input FrontPageUpsertIntroVideoRelationInput {
|
|
375
|
-
update: VideoWithoutFrontPageForIntroUpdateInput
|
|
376
|
-
create: VideoWithoutFrontPageForIntroCreateInput
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
input VideoUpsertFrontPageRelationInput {
|
|
380
|
-
update: FrontPageWithoutInHouseVideosUpdateInput
|
|
381
|
-
create: FrontPageWithoutInHouseVideosCreateInput
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
type FrontPageConnection {
|
|
385
|
-
pageInfo: PageInfo!
|
|
386
|
-
edges: [FrontPageEdge!]!
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
type FrontPageEdge {
|
|
390
|
-
node: FrontPage!
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
input FrontPageCreateInput {
|
|
394
|
-
unique: One
|
|
395
|
-
introVideo: FrontPageCreateIntroVideoEntityRelationInput
|
|
396
|
-
inHouseVideos: [FrontPageCreateInHouseVideosEntityRelationInput!]
|
|
397
|
-
_dummy_field_: Boolean
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
input FrontPageUpdateInput {
|
|
401
|
-
unique: One
|
|
402
|
-
introVideo: FrontPageUpdateIntroVideoEntityRelationInput
|
|
403
|
-
inHouseVideos: [FrontPageUpdateInHouseVideosEntityRelationInput!]
|
|
404
|
-
_dummy_field_: Boolean
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
type QueryTransaction {
|
|
408
|
-
getVideo(by: VideoUniqueWhere!, filter: VideoWhere): Video
|
|
409
|
-
listVideo(filter: VideoWhere, orderBy: [VideoOrderBy!], offset: Int, limit: Int): [Video!]!
|
|
410
|
-
paginateVideo(filter: VideoWhere, orderBy: [VideoOrderBy!], skip: Int, first: Int): VideoConnection!
|
|
411
|
-
validateCreateVideo(data: VideoCreateInput!): _ValidationResult!
|
|
412
|
-
validateUpdateVideo(by: VideoUniqueWhere!, data: VideoUpdateInput!): _ValidationResult!
|
|
413
|
-
getFrontPage(by: FrontPageUniqueWhere!, filter: FrontPageWhere): FrontPage
|
|
414
|
-
listFrontPage(filter: FrontPageWhere, orderBy: [FrontPageOrderBy!], offset: Int, limit: Int): [FrontPage!]!
|
|
415
|
-
paginateFrontPage(filter: FrontPageWhere, orderBy: [FrontPageOrderBy!], skip: Int, first: Int): FrontPageConnection!
|
|
416
|
-
validateCreateFrontPage(data: FrontPageCreateInput!): _ValidationResult!
|
|
417
|
-
validateUpdateFrontPage(by: FrontPageUniqueWhere!, data: FrontPageUpdateInput!): _ValidationResult!
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
type Info {
|
|
421
|
-
description: String
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
type Mutation {
|
|
425
|
-
createVideo(data: VideoCreateInput!): VideoCreateResult!
|
|
426
|
-
deleteVideo(by: VideoUniqueWhere!, filter: VideoWhere): VideoDeleteResult!
|
|
427
|
-
updateVideo(by: VideoUniqueWhere!, filter: VideoWhere, data: VideoUpdateInput!): VideoUpdateResult!
|
|
428
|
-
upsertVideo(by: VideoUniqueWhere!, filter: VideoWhere, update: VideoUpdateInput!, create: VideoCreateInput!): VideoUpsertResult!
|
|
429
|
-
createFrontPage(data: FrontPageCreateInput!): FrontPageCreateResult!
|
|
430
|
-
deleteFrontPage(by: FrontPageUniqueWhere!, filter: FrontPageWhere): FrontPageDeleteResult!
|
|
431
|
-
updateFrontPage(by: FrontPageUniqueWhere!, filter: FrontPageWhere, data: FrontPageUpdateInput!): FrontPageUpdateResult!
|
|
432
|
-
upsertFrontPage(by: FrontPageUniqueWhere!, filter: FrontPageWhere, update: FrontPageUpdateInput!, create: FrontPageCreateInput!): FrontPageUpsertResult!
|
|
433
|
-
transaction(options: MutationTransactionOptions): MutationTransaction!
|
|
434
|
-
query: Query!
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
type VideoCreateResult implements MutationResult {
|
|
438
|
-
ok: Boolean!
|
|
439
|
-
errorMessage: String
|
|
440
|
-
errors: [_MutationError!]!
|
|
441
|
-
node: Video
|
|
442
|
-
validation: _ValidationResult!
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
interface MutationResult {
|
|
446
|
-
ok: Boolean!
|
|
447
|
-
errorMessage: String
|
|
448
|
-
errors: [_MutationError!]!
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
type _MutationError {
|
|
452
|
-
path: [_PathFragment!]! @deprecated(reason: "Use `paths`.")
|
|
453
|
-
paths: [[_PathFragment!]!]!
|
|
454
|
-
type: _MutationErrorType!
|
|
455
|
-
message: String
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
enum _MutationErrorType {
|
|
459
|
-
NotNullConstraintViolation
|
|
460
|
-
UniqueConstraintViolation
|
|
461
|
-
ForeignKeyConstraintViolation
|
|
462
|
-
NotFoundOrDenied
|
|
463
|
-
NonUniqueWhereInput
|
|
464
|
-
InvalidDataInput
|
|
465
|
-
SqlError
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
type VideoDeleteResult implements MutationResult {
|
|
469
|
-
ok: Boolean!
|
|
470
|
-
errorMessage: String
|
|
471
|
-
errors: [_MutationError!]!
|
|
472
|
-
node: Video
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
type VideoUpdateResult implements MutationResult {
|
|
476
|
-
ok: Boolean!
|
|
477
|
-
errorMessage: String
|
|
478
|
-
errors: [_MutationError!]!
|
|
479
|
-
node: Video
|
|
480
|
-
validation: _ValidationResult!
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
type VideoUpsertResult implements MutationResult {
|
|
484
|
-
ok: Boolean!
|
|
485
|
-
errorMessage: String
|
|
486
|
-
errors: [_MutationError!]!
|
|
487
|
-
node: Video
|
|
488
|
-
validation: _ValidationResult!
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
type FrontPageCreateResult implements MutationResult {
|
|
492
|
-
ok: Boolean!
|
|
493
|
-
errorMessage: String
|
|
494
|
-
errors: [_MutationError!]!
|
|
495
|
-
node: FrontPage
|
|
496
|
-
validation: _ValidationResult!
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
type FrontPageDeleteResult implements MutationResult {
|
|
500
|
-
ok: Boolean!
|
|
501
|
-
errorMessage: String
|
|
502
|
-
errors: [_MutationError!]!
|
|
503
|
-
node: FrontPage
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
type FrontPageUpdateResult implements MutationResult {
|
|
507
|
-
ok: Boolean!
|
|
508
|
-
errorMessage: String
|
|
509
|
-
errors: [_MutationError!]!
|
|
510
|
-
node: FrontPage
|
|
511
|
-
validation: _ValidationResult!
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
type FrontPageUpsertResult implements MutationResult {
|
|
515
|
-
ok: Boolean!
|
|
516
|
-
errorMessage: String
|
|
517
|
-
errors: [_MutationError!]!
|
|
518
|
-
node: FrontPage
|
|
519
|
-
validation: _ValidationResult!
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
type MutationTransaction {
|
|
523
|
-
ok: Boolean!
|
|
524
|
-
errorMessage: String
|
|
525
|
-
errors: [_MutationError!]!
|
|
526
|
-
validation: _ValidationResult!
|
|
527
|
-
createVideo(data: VideoCreateInput!): VideoCreateResult!
|
|
528
|
-
deleteVideo(by: VideoUniqueWhere!, filter: VideoWhere): VideoDeleteResult!
|
|
529
|
-
updateVideo(by: VideoUniqueWhere!, filter: VideoWhere, data: VideoUpdateInput!): VideoUpdateResult!
|
|
530
|
-
upsertVideo(by: VideoUniqueWhere!, filter: VideoWhere, update: VideoUpdateInput!, create: VideoCreateInput!): VideoUpsertResult!
|
|
531
|
-
createFrontPage(data: FrontPageCreateInput!): FrontPageCreateResult!
|
|
532
|
-
deleteFrontPage(by: FrontPageUniqueWhere!, filter: FrontPageWhere): FrontPageDeleteResult!
|
|
533
|
-
updateFrontPage(by: FrontPageUniqueWhere!, filter: FrontPageWhere, data: FrontPageUpdateInput!): FrontPageUpdateResult!
|
|
534
|
-
upsertFrontPage(by: FrontPageUniqueWhere!, filter: FrontPageWhere, update: FrontPageUpdateInput!, create: FrontPageCreateInput!): FrontPageUpsertResult!
|
|
535
|
-
query: Query
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
input MutationTransactionOptions {
|
|
539
|
-
deferForeignKeyConstraints: Boolean
|
|
540
|
-
}
|