-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathIntegrationTests.SchemaPrint.verified.txt
More file actions
619 lines (564 loc) · 27.2 KB
/
IntegrationTests.SchemaPrint.verified.txt
File metadata and controls
619 lines (564 loc) · 27.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
type Query {
customType(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [CustomType!]!
skipLevel(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [SkipLevelGraph]!
queryFieldWithInclude(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [IncludeNonQueryableA!]!
manyChildren(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [WithManyChildren!]!
level1Entities(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [Level1!]!
withNullableEntities(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [WithNullable!]!
namedEntities(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [NamedId!]!
misNamed(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [WithMisNamedQueryParent!]!
parentEntities(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [Parent!]!
childEntities(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [Child!]!
dateEntities(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [DateEntity!]!
enumEntities(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [EnumEntity!]!
stringEntities(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [StringEntity!]!
timeEntities(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [TimeEntity!]!
parentEntitiesConnection(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!],
ids: [ID!]): ParentConnection!
childEntitiesConnection(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!],
ids: [ID!]): ChildConnection!
parentEntitiesFiltered(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [FilterParent!]!
parentEntitiesConnectionFiltered(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!],
ids: [ID!]): FilterParentConnection!
parentEntity(id: ID, ids: [ID!], where: [WhereExpression!]): Parent!
parentEntityFirst(id: ID, ids: [ID!], where: [WhereExpression!]): Parent!
parentEntityWithNoArgs: Parent!
parentEntityWithNoArgsFirst: Parent!
parentEntityIdOnly(id: ID!): Parent!
parentEntityIdOnlyFirst(id: ID!): Parent!
parentEntityNullable(id: ID, ids: [ID!], where: [WhereExpression!]): Parent
parentEntityNullableFirst(id: ID, ids: [ID!], where: [WhereExpression!]): Parent
interfaceGraphConnection(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!],
ids: [ID!]): BaseConnection!
baseEntities(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [BaseEntity]!
manyToManyLeftEntities(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [ManyToManyLeft!]!
manyToManyRightEntities(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [ManyToManyRight!]!
parentEntityViews(where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [ParentEntityView!]!
parentEntitiesViewConnection(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!]): ParentEntityViewConnection!
parentEntityView(where: [WhereExpression!]): ParentEntityView!
parentEntityViewFirst(where: [WhereExpression!]): ParentEntityView!
parentEntityViewNullable(where: [WhereExpression!]): ParentEntityView
parentEntityViewNullableFirst(where: [WhereExpression!]): ParentEntityView
ownedParent(id: ID, ids: [ID!], where: [WhereExpression!]): OwnedParent
ownedParentFirst(id: ID, ids: [ID!], where: [WhereExpression!]): OwnedParent
iQueryableSingle(id: ID, ids: [ID!], where: [WhereExpression!]): Parent
iQueryableFirst(id: ID, ids: [ID!], where: [WhereExpression!]): Parent
iQueryable(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [Parent!]!
nullQueryableSingle(id: ID, ids: [ID!], where: [WhereExpression!]): Parent
nullQueryableFirst(id: ID, ids: [ID!], where: [WhereExpression!]): Parent
nullTaskQueryableSingle(id: ID, ids: [ID!], where: [WhereExpression!]): Parent
nullTaskInnerQueryableSingle(id: ID, ids: [ID!], where: [WhereExpression!]): Parent
nullTaskQueryableFirst(id: ID, ids: [ID!], where: [WhereExpression!]): Parent
nullTaskInnerQueryableFirst(id: ID, ids: [ID!], where: [WhereExpression!]): Parent
nullQueryableSingleDisallowNull(id: ID, ids: [ID!], where: [WhereExpression!]): Parent!
nullQueryableFirstDisallowNull(id: ID, ids: [ID!], where: [WhereExpression!]): Parent!
nullTaskQueryableSingleDisallowNull(id: ID, ids: [ID!], where: [WhereExpression!]): Parent!
nullTaskInnerQueryableSingleDisallowNull(id: ID, ids: [ID!], where: [WhereExpression!]): Parent!
nullTaskQueryableFirstDisallowNull(id: ID, ids: [ID!], where: [WhereExpression!]): Parent!
nullTaskInnerQueryableFirstDisallowNull(id: ID, ids: [ID!], where: [WhereExpression!]): Parent!
nullQueryConnection(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!],
ids: [ID!]): ParentConnection!
nullTaskQueryConnection(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!],
ids: [ID!]): ParentConnection!
nullTaskInnerQueryConnection(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!],
ids: [ID!]): ParentConnection!
}
type CustomType {
id: ID!
property: Long!
}
scalar Long
input WhereExpression {
path: String
comparison: Comparison
negate: Boolean
value: [String]
connector: Connector
groupedExpressions: [WhereExpression]
}
enum Comparison {
contains
endsWith
equal
notEqual
greaterThan
greaterThanOrEqual
"Negation Property used with the 'in' comparison should be used in place of this"
notIn
in
lessThan
lessThanOrEqual
like
startsWith
}
enum Connector {
and
or
}
input OrderBy {
path: String!
descending: Boolean
}
type SkipLevelGraph {
level3Entity: Level3
level2Entity: Level2
id: ID!
level2EntityId: Int
}
type Level3 {
id: ID!
property: String
}
type Level2 {
level3Entity: Level3
id: ID!
level3EntityId: ID
}
type IncludeNonQueryableA {
includeNonQueryableB: IncludeNonQueryableB!
id: ID!
includeNonQueryableBId: ID!
}
type IncludeNonQueryableB {
includeNonQueryableA: IncludeNonQueryableA!
id: ID!
includeNonQueryableAId: ID!
}
type WithManyChildren {
child1: Child1!
child2: Child2!
id: ID!
}
type Child1 {
parent: WithManyChildren
id: ID!
parentId: ID
}
type Child2 {
parent: WithManyChildren
id: ID!
parentId: ID
}
type Level1 {
level2Entity: Level2
id: ID!
level2EntityId: Int
}
type WithNullable {
id: ID!
nullable: Int
}
type NamedId {
namedId: ID!
property: String
}
type WithMisNamedQueryParent {
misNamedChildren(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [WithMisNamedQueryChild!]!
children(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [WithMisNamedQueryChild!]!
id: ID!
}
type WithMisNamedQueryChild {
parent: WithMisNamedQueryParent
id: ID!
parentId: ID
}
type Parent {
childrenConnection(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!],
ids: [ID!]): ChildConnection!
childrenConnectionOmitQueryArguments(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!],
ids: [ID!]): ChildConnection!
children(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [Child!]!
id: ID!
property: String
}
"A connection from an object to a list of objects of type `Child`."
type ChildConnection {
"A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing \"5\" as the argument to `first`, then fetch the total count so it could display \"5 of 83\", for example. In cases where we employ infinite scrolling or don't have an exact count of entries, this field will return `null`."
totalCount: Int
"Information to aid in pagination."
pageInfo: PageInfo!
"A list of all of the edges returned in the connection."
edges: [ChildEdge]
"A list of all of the objects returned in the connection. This is a convenience field provided for quickly exploring the API; rather than querying for \"{ edges { node } }\" when no edge data is needed, this field can be used instead. Note that when clients like Relay need to fetch the \"cursor\" field on the edge to enable efficient pagination, this shortcut cannot be used, and the full \"{ edges { node } } \" version should be used instead."
items: [Child!]
}
"Information about pagination in a connection."
type PageInfo {
"When paginating forwards, are there more items?"
hasNextPage: Boolean!
"When paginating backwards, are there more items?"
hasPreviousPage: Boolean!
"When paginating backwards, the cursor to continue."
startCursor: String
"When paginating forwards, the cursor to continue."
endCursor: String
}
"An edge in a connection from an object to another object of type `Child`."
type ChildEdge {
"A cursor for use in pagination"
cursor: String!
"The item at the end of the edge"
node: Child!
}
type Child {
parentAlias: Parent
parent: Parent
id: ID!
nullable: Int
parentId: ID
property: String
}
type DateEntity {
id: ID!
property: DateOnly
}
"The `Date` scalar type represents a year, month and day in accordance with the [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard. Format is `yyyy-MM-dd`"
scalar DateOnly
type EnumEntity {
id: ID!
property: DayOfWeek
}
enum DayOfWeek {
SUNDAY
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
}
type StringEntity {
id: ID!
property: String
}
type TimeEntity {
id: ID!
property: TimeOnly
}
"The `Time` scalar type represents a time in accordance with the [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard. Format is `HH:mm:ss.FFFFFFF`."
scalar TimeOnly
"A connection from an object to a list of objects of type `Parent`."
type ParentConnection {
"A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing \"5\" as the argument to `first`, then fetch the total count so it could display \"5 of 83\", for example. In cases where we employ infinite scrolling or don't have an exact count of entries, this field will return `null`."
totalCount: Int
"Information to aid in pagination."
pageInfo: PageInfo!
"A list of all of the edges returned in the connection."
edges: [ParentEdge]
"A list of all of the objects returned in the connection. This is a convenience field provided for quickly exploring the API; rather than querying for \"{ edges { node } }\" when no edge data is needed, this field can be used instead. Note that when clients like Relay need to fetch the \"cursor\" field on the edge to enable efficient pagination, this shortcut cannot be used, and the full \"{ edges { node } } \" version should be used instead."
items: [Parent!]
}
"An edge in a connection from an object to another object of type `Parent`."
type ParentEdge {
"A cursor for use in pagination"
cursor: String!
"The item at the end of the edge"
node: Parent!
}
type FilterParent {
childrenConnection(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!],
ids: [ID!]): FilterChildConnection!
children(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [FilterChild!]!
id: ID!
property: String
}
"A connection from an object to a list of objects of type `FilterChild`."
type FilterChildConnection {
"A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing \"5\" as the argument to `first`, then fetch the total count so it could display \"5 of 83\", for example. In cases where we employ infinite scrolling or don't have an exact count of entries, this field will return `null`."
totalCount: Int
"Information to aid in pagination."
pageInfo: PageInfo!
"A list of all of the edges returned in the connection."
edges: [FilterChildEdge]
"A list of all of the objects returned in the connection. This is a convenience field provided for quickly exploring the API; rather than querying for \"{ edges { node } }\" when no edge data is needed, this field can be used instead. Note that when clients like Relay need to fetch the \"cursor\" field on the edge to enable efficient pagination, this shortcut cannot be used, and the full \"{ edges { node } } \" version should be used instead."
items: [FilterChild!]
}
"An edge in a connection from an object to another object of type `FilterChild`."
type FilterChildEdge {
"A cursor for use in pagination"
cursor: String!
"The item at the end of the edge"
node: FilterChild!
}
type FilterChild {
parent: FilterParent
id: ID!
property: String
}
"A connection from an object to a list of objects of type `FilterParent`."
type FilterParentConnection {
"A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing \"5\" as the argument to `first`, then fetch the total count so it could display \"5 of 83\", for example. In cases where we employ infinite scrolling or don't have an exact count of entries, this field will return `null`."
totalCount: Int
"Information to aid in pagination."
pageInfo: PageInfo!
"A list of all of the edges returned in the connection."
edges: [FilterParentEdge]
"A list of all of the objects returned in the connection. This is a convenience field provided for quickly exploring the API; rather than querying for \"{ edges { node } }\" when no edge data is needed, this field can be used instead. Note that when clients like Relay need to fetch the \"cursor\" field on the edge to enable efficient pagination, this shortcut cannot be used, and the full \"{ edges { node } } \" version should be used instead."
items: [FilterParent!]
}
"An edge in a connection from an object to another object of type `FilterParent`."
type FilterParentEdge {
"A cursor for use in pagination"
cursor: String!
"The item at the end of the edge"
node: FilterParent!
}
"A connection from an object to a list of objects of type `Base`."
type BaseConnection {
"A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing \"5\" as the argument to `first`, then fetch the total count so it could display \"5 of 83\", for example. In cases where we employ infinite scrolling or don't have an exact count of entries, this field will return `null`."
totalCount: Int
"Information to aid in pagination."
pageInfo: PageInfo!
"A list of all of the edges returned in the connection."
edges: [BaseEdge]
"A list of all of the objects returned in the connection. This is a convenience field provided for quickly exploring the API; rather than querying for \"{ edges { node } }\" when no edge data is needed, this field can be used instead. Note that when clients like Relay need to fetch the \"cursor\" field on the edge to enable efficient pagination, this shortcut cannot be used, and the full \"{ edges { node } } \" version should be used instead."
items: [BaseEntity]
}
"An edge in a connection from an object to another object of type `Base`."
type BaseEdge {
"A cursor for use in pagination"
cursor: String!
"The item at the end of the edge"
node: BaseEntity
}
interface BaseEntity {
id: ID!
property: String
childrenFromBase: [DerivedChild!]!
childrenFromInterface(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!],
ids: [ID!]): DerivedChildConnection!
}
type DerivedChild {
id: ID!
parentId: ID
property: String
typedParentId: ID
}
"A connection from an object to a list of objects of type `DerivedChild`."
type DerivedChildConnection {
"A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing \"5\" as the argument to `first`, then fetch the total count so it could display \"5 of 83\", for example. In cases where we employ infinite scrolling or don't have an exact count of entries, this field will return `null`."
totalCount: Int
"Information to aid in pagination."
pageInfo: PageInfo!
"A list of all of the edges returned in the connection."
edges: [DerivedChildEdge]
"A list of all of the objects returned in the connection. This is a convenience field provided for quickly exploring the API; rather than querying for \"{ edges { node } }\" when no edge data is needed, this field can be used instead. Note that when clients like Relay need to fetch the \"cursor\" field on the edge to enable efficient pagination, this shortcut cannot be used, and the full \"{ edges { node } } \" version should be used instead."
items: [DerivedChild!]
}
"An edge in a connection from an object to another object of type `DerivedChild`."
type DerivedChildEdge {
"A cursor for use in pagination"
cursor: String!
"The item at the end of the edge"
node: DerivedChild!
}
type ManyToManyLeft {
rights(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [ManyToManyRight!]!
id: String!
leftName: String
}
type ManyToManyRight {
lefts(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [ManyToManyLeft!]!
id: String!
rightName: String
}
type ParentEntityView {
property: String
}
"A connection from an object to a list of objects of type `ParentEntityView`."
type ParentEntityViewConnection {
"A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing \"5\" as the argument to `first`, then fetch the total count so it could display \"5 of 83\", for example. In cases where we employ infinite scrolling or don't have an exact count of entries, this field will return `null`."
totalCount: Int
"Information to aid in pagination."
pageInfo: PageInfo!
"A list of all of the edges returned in the connection."
edges: [ParentEntityViewEdge]
"A list of all of the objects returned in the connection. This is a convenience field provided for quickly exploring the API; rather than querying for \"{ edges { node } }\" when no edge data is needed, this field can be used instead. Note that when clients like Relay need to fetch the \"cursor\" field on the edge to enable efficient pagination, this shortcut cannot be used, and the full \"{ edges { node } } \" version should be used instead."
items: [ParentEntityView!]
}
"An edge in a connection from an object to another object of type `ParentEntityView`."
type ParentEntityViewEdge {
"A cursor for use in pagination"
cursor: String!
"The item at the end of the edge"
node: ParentEntityView!
}
type OwnedParent {
child1: OwnedChild!
child2: OwnedChild!
id: ID!
property: String
}
type OwnedChild {
property: String!
}
type Mutation {
parentEntityMutation(id: ID, ids: [ID!], where: [WhereExpression!]): Parent!
}
type Derived implements BaseEntity {
childrenFromInterface(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!],
ids: [ID!]): DerivedChildConnection!
childrenFromBase(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [DerivedChild!]!
id: ID!
property: String
}
type DerivedWithNavigation implements BaseEntity {
childrenFromInterface(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!],
ids: [ID!]): DerivedChildConnection!
childrenFromDerived(
"Only return edges after the specified cursor."
after: String,
"Specifies the maximum number of edges to return, starting after the cursor specified by 'after', or the first number of edges if 'after' is not specified."
first: Int,
"Only return edges prior to the specified cursor."
before: String,
"Specifies the maximum number of edges to return, starting prior to the cursor specified by 'before', or the last number of edges if 'before' is not specified."
last: Int,
where: [WhereExpression!],
orderBy: [OrderBy!],
ids: [ID!]): DerivedChildConnection!
childrenFromBase(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [DerivedChild!]!
children(id: ID, ids: [ID!], where: [WhereExpression!], orderBy: [OrderBy!], skip: Int, take: Int): [DerivedChild!]!
id: ID!
property: String
}