@salesforce/lds-adapters-uiapi 1.400.0 → 1.402.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dist/es/es2018/types/src/generated/graphql/directives/ignoreRule.d.ts +5 -0
  2. package/dist/es/es2018/types/src/generated/graphql/directives/optional.d.ts +5 -0
  3. package/dist/es/es2018/types/src/generated/graphql/directives/team.d.ts +5 -0
  4. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsEdge.d.ts +3 -3
  5. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentation.d.ts +2 -1
  6. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentationInterface.d.ts +1 -0
  7. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspace.d.ts +2 -1
  8. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__DominoTemplate.d.ts +57 -0
  9. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__MktDataConnector.d.ts +3 -2
  10. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticDefinition.d.ts +3 -1
  11. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModel.d.ts +3 -1
  12. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticSubMetricDefinitionRepresentation.d.ts +13 -1
  13. package/dist/es/es2018/types/src/generated/graphql/types/ControllerValues.d.ts +35 -0
  14. package/dist/es/es2018/types/src/generated/graphql/types/CurrencyValue.d.ts +2 -1
  15. package/dist/es/es2018/types/src/generated/graphql/types/DateLiteral.d.ts +16 -16
  16. package/dist/es/es2018/types/src/generated/graphql/types/Field.d.ts +19 -32
  17. package/dist/es/es2018/types/src/generated/graphql/types/LongTextAreaValue.d.ts +2 -1
  18. package/dist/es/es2018/types/src/generated/graphql/types/PicklistAttributes.d.ts +36 -0
  19. package/dist/es/es2018/types/src/generated/graphql/types/PicklistField.d.ts +68 -0
  20. package/dist/es/es2018/types/src/generated/graphql/types/PicklistValueByRecordTypeIDs.d.ts +39 -0
  21. package/dist/es/es2018/types/src/generated/graphql/types/PicklistValues.d.ts +38 -0
  22. package/dist/es/es2018/types/src/generated/graphql/types/Query.d.ts +3 -3
  23. package/dist/es/es2018/types/src/generated/graphql/types/RecordRepresentation.d.ts +5 -4
  24. package/dist/es/es2018/types/src/generated/graphql/types/RecordUpdatePayload.d.ts +3 -1
  25. package/dist/es/es2018/types/src/generated/graphql/types/RichTextAreaValue.d.ts +2 -1
  26. package/dist/es/es2018/types/src/generated/graphql/types/SObject__FieldType.d.ts +2 -2
  27. package/dist/es/es2018/types/src/generated/graphql/types/Setup__EntityRepresentation.d.ts +5 -5
  28. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListFilter.d.ts +2 -1
  29. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListOrder.d.ts +2 -1
  30. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListViewRow.d.ts +3 -5
  31. package/dist/es/es2018/types/src/generated/graphql/types/Setup__Setup.d.ts +3 -5
  32. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupAggregateEdge.d.ts +2 -2
  33. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupRecordAggregate.d.ts +3 -3
  34. package/dist/es/es2018/types/src/generated/graphql/types/StandardField.d.ts +66 -0
  35. package/dist/es/es2018/types/src/generated/graphql/types/TextAreaAggregate.d.ts +2 -1
  36. package/dist/es/es2018/types/src/generated/graphql/types/TextAreaValue.d.ts +2 -1
  37. package/dist/es/es2018/types/src/util/records.d.ts +1 -1
  38. package/dist/es/es2018/types/src/util/supported-entities.d.ts +4 -4
  39. package/dist/es/es2018/uiapi-records-service.js +16251 -12456
  40. package/package.json +12 -12
  41. package/sfdc/graphqlAdapters.js +14340 -11824
  42. package/sfdc/index.js +1295 -17
  43. package/src/raml/uiapi.graphql +1433 -1311
@@ -1,186 +1,388 @@
1
- scalar String
2
- scalar DateTime
3
- scalar Currency
4
- scalar ID
5
- scalar Boolean
6
- scalar Longitude
7
- scalar Float
8
- scalar MultiPicklist
9
- scalar Base64
10
- scalar Url
11
- scalar PhoneNumber
12
- scalar Email
13
- scalar TextArea
14
- scalar Latitude
15
- scalar Picklist
16
- scalar RichTextArea
17
- scalar EncryptedString
18
- scalar Double
19
- scalar Long
20
- scalar JSON
21
- scalar Time
22
- scalar Int
23
- scalar Percent
24
- scalar LongTextArea
25
- scalar IdOrRef
26
- scalar Date
27
- type PercentAggregate implements FieldValue {
28
- value: Percent
29
- displayValue: String
30
- avg: DoubleValue
31
- count: LongValue
32
- countDistinct: LongValue
33
- format: String
34
- max: PercentValue
35
- min: PercentValue
36
- sum: PercentValue
1
+ # Auto-generated merged GraphQL schema
2
+ # Generated at: 2025-10-14T15:00:19.876399281Z
3
+ # Source files: ui-services-private/java/resources/graphql-schemas/analytics.graphqls, ui-services-private/java/resources/graphql-schemas/setup-listview.graphqls, ui-services-private/java/resources/graphql-schemas/setup.graphqls, ui-services-private/java/resources/graphql-schemas/uiapi.graphqls
4
+
5
+ # ============================================================
6
+ # Source: ui-services-private/java/resources/graphql-schemas/analytics.graphqls
7
+ # ============================================================
8
+ input Analytics__AnalyticsFilter @team(name: "TUA-Admin-Home-Search") {
9
+ Id: Setup__IdOperators
10
+ MasterLabel: StringOperators
11
+ DeveloperName: StringOperators
12
+ NamespacePrefix: StringOperators
13
+ AssetApiName: StringOperators
14
+ DataConnectorType: StringOperators
15
+ CreatedById: Setup__IdOperators
16
+ LastModifiedById: Setup__IdOperators
17
+ SemanticMetricId: Setup__IdOperators
18
+ SemanticModelId: Setup__IdOperators
19
+ LastModifiedDate: DateTimeOperators
20
+ CreatedDate: DateTimeOperators
21
+ AssetUsageType: PicklistOperators
22
+ ActivePromotionRequestId: Setup__IdOperators
23
+ SemanticModel: Analytics__SemanticModelFilter
24
+ and: [Analytics__AnalyticsFilter]
25
+ or: [Analytics__AnalyticsFilter]
26
+ not: Analytics__AnalyticsFilter
27
+ }
28
+
29
+ input Analytics__SemanticModelFilter @team(name: "TUA-Admin-Home-Search") {
30
+ DeveloperName: StringOperators
31
+ MasterLabel: StringOperators
37
32
  }
38
33
 
39
- type StringAggregate implements FieldValue {
40
- value: String
41
- displayValue: String
42
- count: LongValue
43
- countDistinct: LongValue
44
- grouping: IntValue
45
- label: String
46
- max: StringValue
47
- min: StringValue
34
+ enum Analytics__SortEnumType @team(name: "TUA-Admin-Home-Search") {
35
+ ASC
36
+ DESC
48
37
  }
49
38
 
50
- type Query {
51
- uiapi: UIAPI!
52
- analytics: Analytics__Analytics! @fieldCategory
53
- setup: Setup__Setup! @fieldCategory
39
+ type Analytics__SemanticSubMetricDefinitionConnection @team(name: "TUA-Admin-Home-Search") {
40
+ edges: [Analytics__SemanticSubMetricDefinitionEdge]
41
+ totalCount: Int!
42
+ pageResultCount: Int!
43
+ pageInfo: PageInfo!
54
44
  }
55
45
 
56
- input EmailOperators {
57
- eq: Email
58
- ne: Email
59
- like: Email
60
- lt: Email
61
- gt: Email
62
- lte: Email
63
- gte: Email
64
- in: [Email]
65
- nin: [Email]
46
+ type Analytics__SemanticSubMetricDefinitionEdge @team(name: "TUA-Admin-Home-Search") {
47
+ node: Analytics__SemanticSubMetricDefinitionRepresentation
48
+ cursor: String!
66
49
  }
67
50
 
68
- input PolymorphicParentRelationshipRecordOrderBy @generic {
69
- RecordOrderBy: RecordOrderBy @fieldCategory
51
+ type Analytics__DataspaceRepresentation @team(name: "TUA-Admin-Home-Search") {
52
+ Id: ID!
53
+ ApiName: String!
54
+ MasterLabel: String
55
+ DeveloperName: String
70
56
  }
71
57
 
72
- input DoubleOperators {
73
- eq: Double
74
- ne: Double
75
- lt: Double
76
- gt: Double
77
- lte: Double
78
- gte: Double
79
- in: [Double]
80
- nin: [Double]
81
- }
58
+ interface Analytics__AnalyticsRepresentationInterface @team(name: "TUA-Admin-Home-Search") {
59
+ MasterLabel: StringValue
60
+ DeveloperName: StringValue
61
+ Description: StringValue
62
+ CreatedById: IDValue
63
+ LastModifiedById: IDValue
64
+ LastModifiedDate: DateTimeValue
65
+ CreatedDate: DateTimeValue
66
+ Id: ID!
67
+ ApiName: String!
68
+ NamespacePrefix: StringValue
69
+ AnalyticsWorkspaces(first: Int, after: String): Analytics__AnalyticsWorkspaceAssetConnection
70
+ Dataspaces: [Analytics__DataspaceRepresentation]
71
+ RecordOperations: [String]
72
+ AssetApiName: String
73
+ DloActiveStatus: Boolean
74
+ }
75
+
76
+ type Analytics__AnalyticsBrowse @team(name: "TUA-Admin-Home-Search") {
77
+ edges: [Analytics__AnalyticsEdge]
78
+ totalCount: Int!
79
+ pageResultCount: Int!
80
+ pageInfo: PageInfo!
81
+ }
82
+
83
+ # Empty enum is invalid GraphQL
84
+ # enum AnalyticsAssetType @team(name: "TUA-Admin-Home-Search") @generic {
85
+ # }
82
86
 
83
- type DateOnlyAggregation {
84
- value: Date
85
- format: String
87
+ type Analytics__AnalyticsWorkspaceAssetConnection @team(name: "TUA-Admin-Home-Search") {
88
+ edges: [Analytics__AnalyticsWorkspaceAssetEdge]
89
+ totalCount: Int!
90
+ pageResultCount: Int!
91
+ pageInfo: PageInfo!
92
+ }
93
+
94
+ type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentationInterface @team(name: "TUA-Admin-Home-Search") {
95
+ MasterLabel: StringValue
96
+ DeveloperName: StringValue
97
+ Description: StringValue
98
+ CreatedById: IDValue
99
+ LastModifiedById: IDValue
100
+ LastModifiedDate: DateTimeValue
101
+ CreatedDate: DateTimeValue
102
+ Id: ID!
103
+ ApiName: String!
104
+ NamespacePrefix: StringValue
105
+ SemanticModelId: IDValue
106
+ SemanticModel: Analytics__SemanticModel
107
+ AnalyticsWorkspaces(first: Int, after: String): Analytics__AnalyticsWorkspaceAssetConnection
108
+ SubMetrics(first: Int, after: String): Analytics__SemanticSubMetricDefinitionConnection
109
+ Dataspaces: [Analytics__DataspaceRepresentation]
110
+ RecordOperations: [String]
111
+ AssetApiName: String
112
+ DloActiveStatus: Boolean
113
+ }
114
+
115
+ type Analytics__DominoTemplate implements Analytics__AnalyticsRepresentationInterface @team(name: "TUA Intel MarketPlace") {
116
+ MasterLabel: StringValue
117
+ DeveloperName: StringValue
118
+ Description: StringValue
119
+ CreatedById: IDValue
120
+ LastModifiedById: IDValue
121
+ LastModifiedDate: DateTimeValue
122
+ CreatedDate: DateTimeValue
123
+ Id: ID!
124
+ ApiName: String!
125
+ NamespacePrefix: StringValue
126
+ TemplateStatus: StringValue
127
+ TemplateType: StringValue
128
+ AnalyticsWorkspaces(first: Int, after: String): Analytics__AnalyticsWorkspaceAssetConnection
129
+ Dataspaces: [Analytics__DataspaceRepresentation]
130
+ RecordOperations: [String]
131
+ AssetApiName: String
132
+ DloActiveStatus: Boolean
133
+ }
134
+
135
+ type Analytics__AnalyticsEdge @team(name: "TUA-Admin-Home-Search") {
136
+ node: Analytics__AnalyticsRepresentationInterface
137
+ cursor: String!
138
+ }
139
+
140
+ type Analytics__AnalyticsWorkspace @team(name: "TUA-Admin-Home-Search") {
141
+ MasterLabel: StringValue
142
+ DeveloperName: StringValue
143
+ Description: StringValue
144
+ CreatedById: IDValue
145
+ LastModifiedById: IDValue
146
+ LastModifiedDate: DateTimeValue
147
+ CreatedDate: DateTimeValue
148
+ Id: ID!
149
+ ApiName: String!
150
+ }
151
+
152
+ type Analytics__SemanticSubMetricDefinitionRepresentation @team(name: "TUA-Admin-Home-Search") {
153
+ Id: ID!
154
+ ApiName: String!
155
+ SemanticModelId: IDValue
156
+ SemanticMetricId: IDValue
157
+ MasterLabel: StringValue
158
+ DeveloperName: StringValue
159
+ Description: StringValue
160
+ CreatedById: IDValue
161
+ LastModifiedById: IDValue
162
+ LastModifiedDate: DateTimeValue
163
+ CreatedDate: DateTimeValue
164
+ }
165
+
166
+ type Analytics__AnalyticsWorkspaceAssetEdge @team(name: "TUA-Admin-Home-Search") {
167
+ node: Analytics__AnalyticsWorkspaceAsset
168
+ cursor: String!
169
+ }
170
+
171
+ input Analytics__OrderByInput @team(name: "TUA-Admin-Home-Search") {
172
+ order: Analytics__SortEnumType
173
+ }
174
+
175
+ type Analytics__AnalyticsRepresentation implements Analytics__AnalyticsRepresentationInterface @team(name: "TUA-Admin-Home-Search") {
176
+ MasterLabel: StringValue
177
+ DeveloperName: StringValue
178
+ Description: StringValue
179
+ CreatedById: IDValue
180
+ LastModifiedById: IDValue
181
+ LastModifiedDate: DateTimeValue
182
+ CreatedDate: DateTimeValue
183
+ Id: ID!
184
+ ApiName: String!
185
+ NamespacePrefix: StringValue
186
+ RecordOperations: [String]
187
+ AnalyticsWorkspaces(first: Int, after: String): Analytics__AnalyticsWorkspaceAssetConnection
188
+ Dataspaces: [Analytics__DataspaceRepresentation]
189
+ AssetApiName: String
190
+ DloActiveStatus: Boolean
191
+ }
192
+
193
+ type Analytics__SemanticModelRelatedModelConnection @team(name: "TUA-Admin-Home-Search") {
194
+ edges: [Analytics__SemanticModelRelatedModelEdge]
195
+ totalCount: Int!
196
+ pageResultCount: Int!
197
+ pageInfo: PageInfo!
198
+ }
199
+
200
+ type Analytics__SemanticModelRelatedModelRepresentation @team(name: "TUA-Admin-Home-Search") {
201
+ Id: ID!
202
+ ApiName: String!
203
+ SemanticModelId: IDValue
204
+ RelatedSemanticModel: Analytics__SemanticModel
205
+ }
206
+
207
+ type Analytics__SemanticModelRelatedModelEdge @team(name: "TUA-Admin-Home-Search") {
208
+ node: Analytics__SemanticModelRelatedModelRepresentation
209
+ cursor: String!
210
+ }
211
+
212
+ type Analytics__SemanticModel implements Analytics__AnalyticsRepresentationInterface @team(name: "TUA-Admin-Home-Search") {
213
+ MasterLabel: StringValue
214
+ DeveloperName: StringValue
215
+ Description: StringValue
216
+ CreatedById: IDValue
217
+ LastModifiedById: IDValue
218
+ LastModifiedDate: DateTimeValue
219
+ CreatedDate: DateTimeValue
220
+ Id: ID!
221
+ ApiName: String!
222
+ AnalyticsWorkspaces(first: Int, after: String): Analytics__AnalyticsWorkspaceAssetConnection
223
+ NamespacePrefix: StringValue
224
+ RelatedModel(first: Int, after: String): Analytics__SemanticModelRelatedModelConnection
225
+ Dataspaces: [Analytics__DataspaceRepresentation]
226
+ RecordOperations: [String]
227
+ AssetApiName: String
228
+ DloActiveStatus: Boolean
229
+ }
230
+
231
+ # assetTypes: AnalyticsAssetType - empty enum is invalid GraphQL so replace with String
232
+ type Analytics__Analytics @team(name: "TUA-Admin-Home-Search") {
233
+ browse(where: Analytics__AnalyticsFilter, assetTypes: [String], orderBy: Analytics__AnalyticsOrderBy, first: Int, orgId: ID, after: String): Analytics__AnalyticsBrowse! @fieldCategory
234
+ }
235
+
236
+ type Analytics__AnalyticsWorkspaceAsset @team(name: "TUA-Admin-Home-Search") {
237
+ AnalyticsWorkspace: Analytics__AnalyticsWorkspace
238
+ AssetUsageType: PicklistValue
239
+ ActivePromotionRequestId: IDValue
240
+ MetadataSourceType: PicklistValue
241
+ }
242
+
243
+ input Analytics__AnalyticsOrderBy @team(name: "TUA-Admin-Home-Search") {
244
+ MasterLabel: Analytics__OrderByInput
245
+ Id: Analytics__OrderByInput
246
+ ApiName: Analytics__OrderByInput
247
+ LastModifiedById: Analytics__OrderByInput
248
+ CreatedById: Analytics__OrderByInput
249
+ LastModifiedDate: Analytics__OrderByInput
250
+ CreatedDate: Analytics__OrderByInput
251
+ }
252
+
253
+ type Analytics__MktDataConnector implements Analytics__AnalyticsRepresentationInterface @team(name: "TUA-Admin-Home-Search") {
254
+ MasterLabel: StringValue
255
+ DeveloperName: StringValue
256
+ Description: StringValue
257
+ CreatedById: IDValue
258
+ LastModifiedById: IDValue
259
+ LastModifiedDate: DateTimeValue
260
+ CreatedDate: DateTimeValue
261
+ Id: ID!
262
+ ApiName: String!
263
+ AnalyticsWorkspaces(first: Int, after: String): Analytics__AnalyticsWorkspaceAssetConnection
264
+ NamespacePrefix: StringValue
265
+ Dataspaces: [Analytics__DataspaceRepresentation]
266
+ RecordOperations: [String]
267
+ DataConnectorType: StringValue
268
+ AssetApiName: String
269
+ DloActiveStatus: Boolean
270
+ }
271
+
272
+ # ============================================================
273
+ # Source: ui-services-private/java/resources/graphql-schemas/setup-listview.graphqls
274
+ # ============================================================
275
+ input Setup__ListOrderInput {
276
+ apiName: String!
277
+ order: ResultsOrder
86
278
  }
87
279
 
88
- type RecordCreatePayload @generic {
89
- Record: RecordRepresentation
280
+ type Setup__ListOrder {
281
+ apiName: String!
282
+ order: ResultsOrder
283
+ label: String
90
284
  }
91
285
 
92
- type DateAggregate implements FieldValue {
93
- value: Date
94
- displayValue: String
95
- calendarMonth: DateFunctionAggregation
96
- calendarQuarter: DateFunctionAggregation
97
- calendarYear: DateFunctionAggregation
98
- count: LongValue
99
- countDistinct: LongValue
100
- dayInMonth: DateFunctionAggregation
101
- dayInWeek: DateFunctionAggregation
102
- dayInYear: DateFunctionAggregation
103
- fiscalMonth: DateFunctionAggregation
104
- fiscalQuarter: DateFunctionAggregation
105
- fiscalYear: DateFunctionAggregation
106
- format: String
107
- grouping: IntValue
108
- max: DateValue
109
- min: DateValue
110
- weekInMonth: DateFunctionAggregation
111
- weekInYear: DateFunctionAggregation
286
+ type Setup__ListViewRowConnection {
287
+ edges: [Setup__ListViewRowEdge]
288
+ pageInfo: PageInfo!
289
+ totalCount: Int!
112
290
  }
113
291
 
114
- input PolymorphicParentRelationshipGroupBy @generic {
115
- RecordGroupBy: RecordGroupBy @fieldCategory
292
+ type Setup__ListView {
293
+ listViewType: String!
294
+ label: String
295
+ displayColumns: [Setup__ListColumn!]!
296
+ filters: [Setup__ListFilter!]
297
+ filterLogic: String
298
+ orderedByInfo: [Setup__ListOrder!]!
299
+ searchable: Boolean!
300
+ rows(first: Int, after: String, upperBound: Int, orderBy: Setup__ListOrderInput, searchTerm: String): Setup__ListViewRowConnection
116
301
  }
117
302
 
118
- enum GroupByFunction {
119
- DAY_IN_WEEK
120
- DAY_IN_MONTH
121
- DAY_IN_YEAR
122
- WEEK_IN_MONTH
123
- WEEK_IN_YEAR
124
- CALENDAR_MONTH
125
- CALENDAR_QUARTER
126
- CALENDAR_YEAR
127
- FISCAL_MONTH
128
- FISCAL_QUARTER
129
- FISCAL_YEAR
130
- DAY_ONLY
131
- HOUR_IN_DAY
303
+ enum Setup__ListFilterOperator {
304
+ EQUALS
305
+ NOT_EQUAL
306
+ LESS_THAN
307
+ GREATER_THAN
308
+ LESS_OR_EQUAL
309
+ GREATER_OR_EQUAL
310
+ CONTAINS
311
+ NOT_CONTAIN
312
+ STARTS_WITH
313
+ INCLUDES
314
+ EXCLUDES
315
+ WITHIN
132
316
  }
133
317
 
134
- type RecordTypeInfo {
135
- available: Boolean!
136
- defaultRecordTypeMapping: Boolean!
137
- master: Boolean!
138
- name: String
139
- recordTypeId: ID
318
+ type Setup__ListFilter {
319
+ apiName: String!
320
+ operator: Setup__ListFilterOperator!
321
+ operand: [String!]!
322
+ label: String
140
323
  }
141
324
 
142
- input UIAPIMutationsInput {
143
- allOrNone: Boolean = true
325
+ type Setup__ListColumn {
326
+ apiName: String!
327
+ label: String!
328
+ type: DataType!
329
+ displayable: Boolean!
330
+ filterable: Boolean!
331
+ defaultOperator: Setup__ListFilterOperator
332
+ allowedOperators: [Setup__ListFilterOperator!]
333
+ sortable: Boolean
334
+ lookupIdColumn: String
144
335
  }
145
336
 
146
- type BooleanValue implements FieldValue {
147
- value: Boolean
337
+ type Setup__ListScalarField {
338
+ apiName: String!
339
+ value: String
340
+ dataType: DataType
148
341
  displayValue: String
342
+ format: String
343
+ label: String
149
344
  }
150
345
 
151
- type ReferenceToInfo {
152
- ApiName: String!
153
- nameFields: [String]!
154
- objectInfo: ObjectInfo
346
+ type Setup__ListViewRow {
347
+ id: String
348
+ columns(apiNames: [String!]): [Setup__ListScalarField]!
155
349
  }
156
350
 
157
- interface FieldValue {
158
- displayValue: String
351
+ type Setup__ListViewRowEdge {
352
+ cursor: String!
353
+ node: Setup__ListViewRow
159
354
  }
160
355
 
161
- type LongitudeValue implements FieldValue {
162
- value: Longitude
163
- displayValue: String
356
+ type Setup__ListViewObjectInfo {
357
+ columns(apiNames: [String!], displayable: Boolean, filterable: Boolean) : [Setup__ListColumn!]!
164
358
  }
165
359
 
166
- type StringValue implements FieldValue {
167
- value: String
168
- displayValue: String
169
- label: String
360
+ input Setup__ListFilterInput {
361
+ apiName: String!
362
+ operator: Setup__ListFilterOperator!
363
+ operand: [String!]!
170
364
  }
171
365
 
172
- type IntValue implements FieldValue {
173
- value: Int
174
- displayValue: String
175
- format: String
366
+ extend type Setup__Setup {
367
+ ListView(listViewType: String!, label: String, displayColumns: [String!], filters: [Setup__ListFilterInput!], filterLogic: String): Setup__ListView!
368
+ ListViewObjectInfo(listViewType: String!): Setup__ListViewObjectInfo!
176
369
  }
177
370
 
178
- type UrlValue implements FieldValue {
179
- value: Url
180
- displayValue: String
371
+ # ============================================================
372
+ # Source: ui-services-private/java/resources/graphql-schemas/setup.graphqls
373
+ # ============================================================
374
+ # scope should be RecordScope, but it is an empty enum
375
+ type Setup__SetupQueryAggregate {
376
+ recordQueryAggregate(first: Int, after: String, where: Setup__SetupFilter, orderBy: Setup__SetupAggregateOrderBy, scope: String, groupBy: Setup__SetupGroupBy, upperBound: Int, includeDeleted: Boolean): Setup__SetupAggregateConnection @fieldCategory
181
377
  }
182
378
 
183
- input IdOperators {
379
+ union Setup__SetupPolymorphicParentRelationship @generic = Setup__EntityRepresentation
380
+
381
+ input Setup__SetupPolymorphicParentRelationshipRecordOrderBy @generic {
382
+ Setup__SetupOrderBy: Setup__SetupOrderBy @fieldCategory
383
+ }
384
+
385
+ input Setup__IdOperators {
184
386
  eq: ID
185
387
  ne: ID
186
388
  lt: ID
@@ -189,210 +391,48 @@ input IdOperators {
189
391
  gte: ID
190
392
  in: [ID]
191
393
  nin: [ID]
192
- inq: JoinInput
193
- ninq: JoinInput
394
+ inq: Setup__JoinInput
395
+ ninq: Setup__JoinInput
194
396
  }
195
397
 
196
- input Setup__SetupOrderBy @generic {
197
- orderableField: OrderByClause @fieldCategory
198
- orderableGeolocationField: OrderByGeolocationClause @fieldCategory
199
- orderableParentRelationship: Setup__SetupOrderBy @fieldCategory
200
- orderablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipRecordOrderBy @fieldCategory
398
+ input Setup__JoinInput {
399
+ Record: Setup__SetupFilter @fieldCategory
400
+ ApiName: String
201
401
  }
202
402
 
203
- type LongAggregate implements FieldValue {
204
- value: Long
205
- displayValue: String
206
- avg: DoubleValue
207
- count: LongValue
208
- countDistinct: LongValue
209
- format: String
210
- grouping: IntValue
211
- max: LongValue
212
- min: LongValue
213
- sum: LongValue
403
+ type Setup__SetupAggregateConnection @generic {
404
+ edges: [Setup__SetupAggregateEdge]
405
+ pageInfo: PageInfo!
406
+ totalCount: Int!
214
407
  }
215
408
 
216
- type PhoneNumberAggregate implements FieldValue {
217
- value: PhoneNumber
218
- displayValue: String
219
- count: LongValue
220
- countDistinct: LongValue
221
- grouping: IntValue
222
- max: PhoneNumberValue
223
- min: PhoneNumberValue
224
- }
225
-
226
- input TimeOperators {
227
- eq: Time
228
- ne: Time
229
- lt: Time
230
- gt: Time
231
- lte: Time
232
- gte: Time
233
- in: [Time]
234
- nin: [Time]
235
- }
236
-
237
- type PicklistValue implements FieldValue {
238
- value: Picklist
239
- displayValue: String
240
- label: String
241
- }
242
-
243
- type CurrencyAggregate implements FieldValue {
244
- value: Currency
245
- displayValue: String
246
- avg: DoubleValue
247
- count: LongValue
248
- countDistinct: LongValue
249
- format: String
250
- max: CurrencyValue
251
- min: CurrencyValue
252
- sum: CurrencyValue
253
- }
254
-
255
- type RelatedListInfo {
256
- childApiName: String!
257
- relatedListName: String!
258
- label: String!
259
- displayColumns: [ListColumn!]!
260
- orderedByInfo: [ListOrder!]!
261
- parentApiName: String!
262
- fieldApiName: String!
263
- }
264
-
265
- input StringOperators {
266
- eq: String
267
- ne: String
268
- like: String
269
- lt: String
270
- gt: String
271
- lte: String
272
- gte: String
273
- in: [String]
274
- nin: [String]
275
- }
276
-
277
- type UIAPI {
278
- query: RecordQuery!
279
- aggregate: RecordQueryAggregate!
280
- objectInfos(apiNames: [String], locale: String): [ObjectInfo]
281
- relatedListByName(parentApiName: String!, relatedListName: String!): RelatedListInfo
282
- }
283
-
284
- input MultiPicklistOperators {
285
- eq: MultiPicklist
286
- ne: MultiPicklist
287
- includes: [MultiPicklist]
288
- excludes: [MultiPicklist]
289
- }
290
-
291
- type DateTimeAggregate implements FieldValue {
292
- value: DateTime
293
- displayValue: String
294
- calendarMonth: DateFunctionAggregation
295
- calendarQuarter: DateFunctionAggregation
296
- calendarYear: DateFunctionAggregation
297
- count: LongValue
298
- countDistinct: LongValue
299
- dayInMonth: DateFunctionAggregation
300
- dayInWeek: DateFunctionAggregation
301
- dayInYear: DateFunctionAggregation
302
- dayOnly: DateOnlyAggregation
303
- fiscalMonth: DateFunctionAggregation
304
- fiscalQuarter: DateFunctionAggregation
305
- fiscalYear: DateFunctionAggregation
306
- format: String
307
- hourInDay: DateFunctionAggregation
308
- max: DateTimeValue
309
- min: DateTimeValue
310
- weekInMonth: DateFunctionAggregation
311
- weekInYear: DateFunctionAggregation
312
- }
313
-
314
- input BooleanOperators {
315
- eq: Boolean
316
- ne: Boolean
317
- }
318
-
319
- type EmailAggregate implements FieldValue {
320
- value: Email
321
- displayValue: String
322
- count: LongValue
323
- countDistinct: LongValue
324
- grouping: IntValue
325
- max: EmailValue
326
- min: EmailValue
327
- }
328
-
329
- #enum OrderByType {
330
- #}
331
-
332
- input GroupByDateFunction {
333
- function: GroupByFunction
334
- }
335
-
336
- type RichTextAreaValue implements FieldValue {
337
- value: RichTextArea
338
- displayValue: String
409
+ input Setup__SetupAggregateOrderBy @generic {
410
+ orderableNumberField: AggregateOrderByNumberClause @fieldCategory
411
+ orderableStringField: AggregateOrderByStringClause @fieldCategory
412
+ orderableField: NoFunctionAggregateOrderByClause @fieldCategory
413
+ orderableGeolocationField: OrderByGeolocationClause @fieldCategory
414
+ orderableParentRelationship: Setup__SetupAggregateOrderBy @fieldCategory
415
+ orderablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipOrderBy @fieldCategory
339
416
  }
340
417
 
341
- type MultiPicklistValue implements FieldValue {
342
- value: MultiPicklist
343
- displayValue: String
344
- label: String
418
+ type Setup__SetupConnection @generic {
419
+ edges: [Setup__SetupEdge]
420
+ pageInfo: PageInfo!
421
+ totalCount: Int!
422
+ pageResultCount: Int!
345
423
  }
346
424
 
347
- type Setup__SetupEdge @generic {
348
- node: Setup__EntityRepresentation
425
+ type Setup__SetupAggregateEdge @generic {
426
+ node: Setup__SetupRecordResult
349
427
  cursor: String!
350
428
  }
351
429
 
352
- input DatePrimitiveOperators {
353
- eq: Date
354
- ne: Date
355
- lt: Date
356
- gt: Date
357
- lte: Date
358
- gte: Date
359
- in: [Date]
360
- nin: [Date]
361
- }
362
-
363
- type TimeAggregate implements FieldValue {
364
- value: Time
365
- displayValue: String
366
- format: String
367
- hourInDay: DateFunctionAggregation
368
- }
369
-
370
- type __Type {
371
- kind: __TypeKind!
372
- name: String
373
- description: String
374
- fields(includeDeprecated: Boolean = false): [__Field!]
375
- interfaces: [__Type!]
376
- possibleTypes: [__Type!]
377
- enumValues(includeDeprecated: Boolean = false): [__EnumValue!]
378
- inputFields: [__InputValue!]
379
- ofType: __Type
380
- }
381
-
382
- type ListColumn {
383
- fieldApiName: String!
384
- label: String!
385
- lookupId: String
386
- sortable: Boolean
387
- }
388
-
389
- type Setup__SetupQuery {
390
- # scope should be RecordScope, but it is an empty enum
391
- recordQuery(after: String, first: Int, orderBy: Setup__SetupOrderBy, scope: String @fieldCategory, upperBound: Int, where: Setup__SetupFilter): Setup__SetupConnection @fieldCategory
430
+ input Setup__SetupPolymorphicParentRelationshipRecordFilter @generic {
431
+ Setup__SetupFilter: Setup__SetupFilter @fieldCategory
392
432
  }
393
433
 
394
- type Setup__SetupQueryAggregate {
395
- recordQueryAggregate(after: String, first: Int, groupBy: Setup__SetupGroupBy, orderBy: Setup__SetupAggregateOrderBy, scope: String @fieldCategory, upperBound: Int, where: Setup__SetupFilter): Setup__SetupAggregateConnection @fieldCategory
434
+ type Setup__SetupRecordResult @generic {
435
+ aggregate: Setup__SetupRecordAggregate
396
436
  }
397
437
 
398
438
  type Setup__SetupRecordAggregate @generic {
@@ -405,8 +445,8 @@ type Setup__SetupRecordAggregate @generic {
405
445
  IDAggregate: IDAggregate @fieldCategory
406
446
  IntAggregate: IntAggregate @fieldCategory
407
447
  LatitudeAggregate: LatitudeAggregate @fieldCategory
408
- LongAggregate: LongAggregate @fieldCategory
409
448
  LongitudeAggregate: LongitudeAggregate @fieldCategory
449
+ LongAggregate: LongAggregate @fieldCategory
410
450
  PercentAggregate: PercentAggregate @fieldCategory
411
451
  PhoneNumberAggregate: PhoneNumberAggregate @fieldCategory
412
452
  PicklistAggregate: PicklistAggregate @fieldCategory
@@ -418,24 +458,31 @@ type Setup__SetupRecordAggregate @generic {
418
458
  polymorphicParentRelationship: Setup__SetupPolymorphicAggregateParentRelationship @fieldCategory
419
459
  }
420
460
 
421
- type Setup__SetupRecordResult @generic {
422
- aggregate: Setup__SetupRecordAggregate
461
+ input Setup__SetupOrderBy @generic {
462
+ orderableField: OrderByClause @fieldCategory
463
+ orderableGeolocationField: OrderByGeolocationClause @fieldCategory
464
+ orderableParentRelationship: Setup__SetupOrderBy @fieldCategory
465
+ orderablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipRecordOrderBy @fieldCategory
423
466
  }
424
467
 
425
- type SObject__Field {
426
- name: String!
427
- value: String
468
+ input Setup__SetupPolymorphicParentRelationshipOrderBy @generic {
469
+ Setup__SetupAggregateOrderBy: Setup__SetupAggregateOrderBy @fieldCategory
428
470
  }
429
471
 
430
- enum SObject__FieldType {
431
- ALL
432
- CUSTOM
433
- STANDARD
472
+ type Setup__SetupEdge @generic {
473
+ node: Setup__EntityRepresentation
474
+ cursor: String!
475
+ }
476
+
477
+ # scope should be RecordScope, but it is an empty enum
478
+ type Setup__SetupQuery {
479
+ recordQuery(first: Int, after: String, where: Setup__SetupFilter, orderBy: Setup__SetupOrderBy, scope: String, upperBound: Int, includeDeleted: Boolean, updateMRU: Boolean): Setup__SetupConnection @fieldCategory
434
480
  }
435
481
 
436
482
  type Setup__EntityRepresentation @generic {
437
483
  Id: ID!
438
484
  ApiName: String!
485
+ Entity__fields(type: SObject__FieldType): [SObject__Field]! @ignoreRule(rules:[{ rule: "FieldCamelOrPascalCaseRule" teamName: "UI Experience API" justification: "SObject__ prefix added to prevent name collisions." }])
439
486
  IntValue: IntValue @fieldCategory
440
487
  StringValue: StringValue @fieldCategory
441
488
  BooleanValue: BooleanValue @fieldCategory
@@ -450,7 +497,6 @@ type Setup__EntityRepresentation @generic {
450
497
  EmailValue: EmailValue @fieldCategory
451
498
  UrlValue: UrlValue @fieldCategory
452
499
  EncryptedStringValue: EncryptedStringValue @fieldCategory
453
- Entity__fields(type: SObject__FieldType): [SObject__Field]!
454
500
  CurrencyValue: CurrencyValue @fieldCategory
455
501
  LongitudeValue: LongitudeValue @fieldCategory
456
502
  LatitudeValue: LatitudeValue @fieldCategory
@@ -461,41 +507,370 @@ type Setup__EntityRepresentation @generic {
461
507
  PercentValue: PercentValue @fieldCategory
462
508
  Base64Value: Base64Value @fieldCategory
463
509
  JSONValue: JSONValue @fieldCategory
510
+ AnyType: AnyType @fieldCategory
464
511
  parentRelationship: Setup__EntityRepresentation @fieldCategory
465
512
  polymorphicParentRelationship: Setup__SetupPolymorphicParentRelationship @fieldCategory
466
513
  childRelationship(first: Int, after: String, where: Setup__SetupFilter, orderBy: Setup__SetupOrderBy, upperBound: Int): Setup__SetupConnection @fieldCategory
467
514
  CompoundField: CompoundField @fieldCategory
468
- AnyType: AnyType @fieldCategory
469
- }
470
-
471
- type LatitudeAggregate implements FieldValue {
472
- value: Latitude
473
- displayValue: String
474
- avg: DoubleValue
475
- count: LongValue
476
- countDistinct: LongValue
477
- max: LatitudeValue
478
- min: LatitudeValue
479
- sum: DoubleValue
480
515
  }
481
516
 
482
- input CurrencyOperators {
483
- eq: Currency
484
- ne: Currency
485
- lt: Currency
486
- gt: Currency
487
- lte: Currency
488
- gte: Currency
489
- in: [Currency]
490
- nin: [Currency]
517
+ input Setup__SetupFilter @generic {
518
+ and: [Setup__SetupFilter]
519
+ or: [Setup__SetupFilter]
520
+ not: Setup__SetupFilter
521
+ parentRelationshipRecordFilter: Setup__SetupFilter @fieldCategory
522
+ polymorphicParentRelationshipRecordFilter: Setup__SetupPolymorphicParentRelationshipRecordFilter @fieldCategory
523
+ IntegerOperator: IntegerOperators @fieldCategory
524
+ LongOperator: LongOperators @fieldCategory
525
+ StringOperator: StringOperators @fieldCategory
526
+ DoubleOperator: DoubleOperators @fieldCategory
527
+ PercentOperator: PercentOperators @fieldCategory
528
+ LongitudeOperator: LongitudeOperators @fieldCategory
529
+ LatitudeOperator: LatitudeOperators @fieldCategory
530
+ EmailOperator: EmailOperators @fieldCategory
531
+ TextAreaOperator: TextAreaOperators @fieldCategory
532
+ LongTextAreaOperator: LongTextAreaOperators @fieldCategory
533
+ URLOperator: URLOperators @fieldCategory
534
+ PhoneNumberOperator: PhoneNumberOperators @fieldCategory
535
+ BooleanOperator: BooleanOperators @fieldCategory
536
+ Setup__IdOperator: Setup__IdOperators @fieldCategory
537
+ CurrencyOperator: CurrencyOperators @fieldCategory
538
+ TimeOperator: TimeOperators @fieldCategory
539
+ DateOperator: DateOperators @fieldCategory
540
+ DateTimeOperator: DateTimeOperators @fieldCategory
541
+ PicklistOperator: PicklistOperators @fieldCategory
542
+ MultiPicklistOperator: MultiPicklistOperators @fieldCategory
543
+ GeolocationOperator: GeolocationOperators @fieldCategory
491
544
  }
492
545
 
493
- input DistanceInput {
494
- latitude: Latitude!
495
- longitude: Longitude!
546
+ input Setup__SetupGroupBy @generic {
547
+ groupableField: GroupByClause @fieldCategory
548
+ groupableDateField: GroupByDateFunction @fieldCategory
549
+ groupableParentRelationship: Setup__SetupGroupBy @fieldCategory
550
+ groupablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipGroupBy @fieldCategory
551
+ type: GroupByType = GROUP_BY
496
552
  }
497
553
 
498
- union PolymorphicAggregateParentRelationship @generic = RecordAggregate
554
+ union Setup__SetupPolymorphicAggregateParentRelationship @generic = Setup__SetupRecordAggregate
555
+
556
+ type Setup__Setup {
557
+ query: Setup__SetupQuery!
558
+ aggregate: Setup__SetupQueryAggregate!
559
+ objectInfos(apiNames: [String!], locale: String, objectInfoInputs: [ObjectInfoInput!]): [ObjectInfo]
560
+ }
561
+
562
+ input Setup__SetupPolymorphicParentRelationshipGroupBy @generic {
563
+ Setup__SetupGroupBy: Setup__SetupGroupBy @fieldCategory
564
+ }
565
+
566
+
567
+ # ============================================================
568
+ # Source: ui-services-private/java/resources/graphql-schemas/uiapi.graphqls
569
+ # ============================================================
570
+ scalar BigDecimal
571
+ scalar Byte
572
+ scalar Char
573
+ scalar BigInteger
574
+ scalar Short
575
+ scalar String
576
+ scalar Currency
577
+ scalar Longitude
578
+ scalar Float
579
+ scalar PhoneNumber
580
+ scalar Email
581
+ scalar TextArea
582
+ scalar Latitude
583
+ scalar RichTextArea
584
+ scalar EncryptedString
585
+ scalar Long
586
+ scalar JSON
587
+ scalar Time
588
+ scalar Percent
589
+ scalar LongTextArea
590
+ scalar DateTime
591
+ scalar ID
592
+ scalar Boolean
593
+ scalar MultiPicklist
594
+ scalar Base64
595
+ scalar Url
596
+ scalar Picklist
597
+ scalar Double
598
+ scalar Int
599
+ scalar IdOrRef
600
+ scalar Date
601
+
602
+ type PercentAggregate implements FieldValue {
603
+ value: Percent
604
+ displayValue: String
605
+ avg: DoubleValue
606
+ count: LongValue
607
+ countDistinct: LongValue
608
+ format: String
609
+ max: PercentValue
610
+ min: PercentValue
611
+ sum: PercentValue
612
+ }
613
+
614
+ type StringAggregate implements FieldValue {
615
+ value: String
616
+ displayValue: String
617
+ count: LongValue
618
+ countDistinct: LongValue
619
+ grouping: IntValue
620
+ label: String
621
+ max: StringValue
622
+ min: StringValue
623
+ }
624
+
625
+ type Query {
626
+ uiapi: UIAPI!
627
+ setup: Setup__Setup! @fieldCategory
628
+ analytics: Analytics__Analytics! @fieldCategory
629
+ }
630
+
631
+ input EmailOperators {
632
+ eq: Email
633
+ ne: Email
634
+ like: Email
635
+ lt: Email
636
+ gt: Email
637
+ lte: Email
638
+ gte: Email
639
+ in: [Email]
640
+ nin: [Email]
641
+ }
642
+
643
+ input DoubleOperators {
644
+ eq: Double
645
+ ne: Double
646
+ lt: Double
647
+ gt: Double
648
+ lte: Double
649
+ gte: Double
650
+ in: [Double]
651
+ nin: [Double]
652
+ }
653
+
654
+ type DateOnlyAggregation {
655
+ value: Date
656
+ format: String
657
+ }
658
+
659
+ type DateAggregate implements FieldValue {
660
+ value: Date
661
+ displayValue: String
662
+ calendarMonth: DateFunctionAggregation
663
+ calendarQuarter: DateFunctionAggregation
664
+ calendarYear: DateFunctionAggregation
665
+ count: LongValue
666
+ countDistinct: LongValue
667
+ dayInMonth: DateFunctionAggregation
668
+ dayInWeek: DateFunctionAggregation
669
+ dayInYear: DateFunctionAggregation
670
+ fiscalMonth: DateFunctionAggregation
671
+ fiscalQuarter: DateFunctionAggregation
672
+ fiscalYear: DateFunctionAggregation
673
+ format: String
674
+ grouping: IntValue
675
+ max: DateValue
676
+ min: DateValue
677
+ weekInMonth: DateFunctionAggregation
678
+ weekInYear: DateFunctionAggregation
679
+ }
680
+
681
+ enum GroupByFunction {
682
+ DAY_IN_WEEK
683
+ DAY_IN_MONTH
684
+ DAY_IN_YEAR
685
+ WEEK_IN_MONTH
686
+ WEEK_IN_YEAR
687
+ CALENDAR_MONTH
688
+ CALENDAR_QUARTER
689
+ CALENDAR_YEAR
690
+ FISCAL_MONTH
691
+ FISCAL_QUARTER
692
+ FISCAL_YEAR
693
+ DAY_ONLY
694
+ HOUR_IN_DAY
695
+ }
696
+
697
+ type RecordTypeInfo {
698
+ available: Boolean!
699
+ defaultRecordTypeMapping: Boolean!
700
+ master: Boolean!
701
+ name: String
702
+ recordTypeId: ID
703
+ }
704
+
705
+ input UIAPIMutationsInput {
706
+ "Determines whether or not all the operations should be rolled back in the event one or more operations fail."
707
+ allOrNone: Boolean = true
708
+ }
709
+
710
+ type ReferenceToInfo {
711
+ ApiName: String!
712
+ nameFields: [String]!
713
+ objectInfo: ObjectInfo
714
+ }
715
+
716
+ interface FieldValue {
717
+ displayValue: String
718
+ }
719
+
720
+ type LongitudeValue implements FieldValue {
721
+ value: Longitude
722
+ displayValue: String
723
+ }
724
+
725
+ type IntValue implements FieldValue {
726
+ value: Int
727
+ displayValue: String
728
+ format: String
729
+ }
730
+
731
+ type UrlValue implements FieldValue {
732
+ value: Url
733
+ displayValue: String
734
+ }
735
+
736
+ type LongAggregate implements FieldValue {
737
+ value: Long
738
+ displayValue: String
739
+ avg: DoubleValue
740
+ count: LongValue
741
+ countDistinct: LongValue
742
+ format: String
743
+ grouping: IntValue
744
+ max: LongValue
745
+ min: LongValue
746
+ sum: LongValue
747
+ }
748
+
749
+ input TimeOperators {
750
+ eq: Time
751
+ ne: Time
752
+ lt: Time
753
+ gt: Time
754
+ lte: Time
755
+ gte: Time
756
+ in: [Time]
757
+ nin: [Time]
758
+ }
759
+
760
+ type PicklistValue implements FieldValue {
761
+ value: Picklist
762
+ displayValue: String
763
+ label: String
764
+ }
765
+
766
+ type RelatedListInfo @team(name: "Lists Platform") {
767
+ childApiName: String!
768
+ relatedListName: String!
769
+ label: String!
770
+ displayColumns: [ListColumn!]!
771
+ orderedByInfo: [ListOrder!]!
772
+ parentApiName: String!
773
+ fieldApiName: String!
774
+ }
775
+
776
+ input StringOperators {
777
+ eq: String
778
+ ne: String
779
+ like: String
780
+ lt: String
781
+ gt: String
782
+ lte: String
783
+ gte: String
784
+ in: [String]
785
+ nin: [String]
786
+ }
787
+
788
+ type UIAPI {
789
+ query: RecordQuery!
790
+ aggregate: RecordQueryAggregate!
791
+ objectInfos(apiNames: [String!], locale: String, objectInfoInputs: [ObjectInfoInput!]): [ObjectInfo]
792
+ relatedListByName(parentApiName: String!, relatedListName: String!): RelatedListInfo
793
+ }
794
+
795
+ "Input for ObjectInfo and PickValues"
796
+ input ObjectInfoInput {
797
+ apiName: String!
798
+ recordTypeIDs: [ID!]
799
+ fieldNames: [String!]
800
+ }
801
+
802
+ input MultiPicklistOperators {
803
+ eq: MultiPicklist
804
+ ne: MultiPicklist
805
+ includes: [MultiPicklist]
806
+ excludes: [MultiPicklist]
807
+ }
808
+
809
+ type DateTimeAggregate implements FieldValue {
810
+ value: DateTime
811
+ displayValue: String
812
+ calendarMonth: DateFunctionAggregation
813
+ calendarQuarter: DateFunctionAggregation
814
+ calendarYear: DateFunctionAggregation
815
+ count: LongValue
816
+ countDistinct: LongValue
817
+ dayInMonth: DateFunctionAggregation
818
+ dayInWeek: DateFunctionAggregation
819
+ dayInYear: DateFunctionAggregation
820
+ dayOnly: DateOnlyAggregation
821
+ fiscalMonth: DateFunctionAggregation
822
+ fiscalQuarter: DateFunctionAggregation
823
+ fiscalYear: DateFunctionAggregation
824
+ format: String
825
+ hourInDay: DateFunctionAggregation
826
+ max: DateTimeValue
827
+ min: DateTimeValue
828
+ weekInMonth: DateFunctionAggregation
829
+ weekInYear: DateFunctionAggregation
830
+ }
831
+
832
+ type EmailAggregate implements FieldValue {
833
+ value: Email
834
+ displayValue: String
835
+ count: LongValue
836
+ countDistinct: LongValue
837
+ grouping: IntValue
838
+ max: EmailValue
839
+ min: EmailValue
840
+ }
841
+
842
+ input GroupByDateFunction {
843
+ function: GroupByFunction
844
+ }
845
+
846
+ type RichTextAreaValue implements FieldValue {
847
+ value: RichTextArea
848
+ displayValue: String
849
+ label: String
850
+ }
851
+
852
+ input DatePrimitiveOperators {
853
+ eq: Date
854
+ ne: Date
855
+ lt: Date
856
+ gt: Date
857
+ lte: Date
858
+ gte: Date
859
+ in: [Date]
860
+ nin: [Date]
861
+ }
862
+
863
+ type TimeAggregate implements FieldValue {
864
+ value: Time
865
+ displayValue: String
866
+ format: String
867
+ hourInDay: DateFunctionAggregation
868
+ }
869
+
870
+ input DistanceInput {
871
+ latitude: Latitude!
872
+ longitude: Longitude!
873
+ }
499
874
 
500
875
  union PolymorphicParentRelationship @generic = RecordRepresentation
501
876
 
@@ -511,11 +886,7 @@ enum AggregateOrderByNumberFunction {
511
886
  type LongTextAreaValue implements FieldValue {
512
887
  value: LongTextArea
513
888
  displayValue: String
514
- }
515
-
516
- type LatitudeValue implements FieldValue {
517
- value: Latitude
518
- displayValue: String
889
+ label: String
519
890
  }
520
891
 
521
892
  input OrderByClause {
@@ -523,8 +894,9 @@ input OrderByClause {
523
894
  nulls: NullOrder
524
895
  }
525
896
 
526
- input GroupByClause {
527
- group: Boolean
897
+ type SObject__Field {
898
+ name: String!
899
+ value: String
528
900
  }
529
901
 
530
902
  type RecordAggregateConnection @generic {
@@ -544,13 +916,6 @@ type LongitudeAggregate implements FieldValue {
544
916
  sum: DoubleValue
545
917
  }
546
918
 
547
- type RecordEdge @generic {
548
- node: RecordRepresentation
549
- cursor: String!
550
- }
551
-
552
- union Setup__SetupPolymorphicParentRelationship @generic = Setup__EntityRepresentation
553
-
554
919
  type DateValue implements FieldValue {
555
920
  value: Date
556
921
  displayValue: String
@@ -569,87 +934,44 @@ input URLOperators {
569
934
  nin: [Url]
570
935
  }
571
936
 
572
- input LongOperators {
573
- eq: Long
574
- ne: Long
575
- lt: Long
576
- gt: Long
577
- lte: Long
578
- gte: Long
579
- in: [Long]
580
- nin: [Long]
581
- }
582
-
583
- enum DataType {
584
- STRING
585
- TEXTAREA
586
- PHONE
587
- EMAIL
588
- URL
589
- ENCRYPTEDSTRING
590
- BOOLEAN
591
- CURRENCY
592
- INT
593
- LONG
594
- DOUBLE
595
- PERCENT
596
- DATETIME
597
- TIME
598
- DATE
599
- REFERENCE
600
- PICKLIST
601
- MULTIPICKLIST
602
- ADDRESS
603
- LOCATION
604
- BASE64
605
- COMPLEXVALUE
606
- COMBOBOX
607
- JSON
608
- JUNCTIONIDLIST
609
- ANYTYPE
610
- }
611
-
612
- enum NullOrder {
613
- FIRST
614
- LAST
615
- }
616
-
617
- type PhoneNumberValue implements FieldValue {
618
- value: PhoneNumber
619
- displayValue: String
620
- }
621
-
622
- # Cannot have empty enum
623
- # enum RecordScope @generic {
624
- # }
625
-
626
- input Setup__SetupFilter @generic {
627
- and: [Setup__SetupFilter]
628
- or: [Setup__SetupFilter]
629
- not: Setup__SetupFilter
630
- parentRelationshipRecordFilter: Setup__SetupFilter @fieldCategory
631
- polymorphicParentRelationshipRecordFilter: Setup__SetupPolymorphicParentRelationshipRecordFilter @fieldCategory
632
- IntegerOperator: IntegerOperators @fieldCategory
633
- LongOperator: LongOperators @fieldCategory
634
- StringOperator: StringOperators @fieldCategory
635
- DoubleOperator: DoubleOperators @fieldCategory
636
- PercentOperator: PercentOperators @fieldCategory
637
- LongitudeOperator: LongitudeOperators @fieldCategory
638
- LatitudeOperator: LatitudeOperators @fieldCategory
639
- EmailOperator: EmailOperators @fieldCategory
640
- TextAreaOperator: TextAreaOperators @fieldCategory
641
- LongTextAreaOperator: LongTextAreaOperators @fieldCategory
642
- URLOperator: URLOperators @fieldCategory
643
- PhoneNumberOperator: PhoneNumberOperators @fieldCategory
644
- BooleanOperator: BooleanOperators @fieldCategory
645
- Setup__IdOperator: Setup__IdOperators @fieldCategory
646
- CurrencyOperator: CurrencyOperators @fieldCategory
647
- TimeOperator: TimeOperators @fieldCategory
648
- DateOperator: DateOperators @fieldCategory
649
- DateTimeOperator: DateTimeOperators @fieldCategory
650
- PicklistOperator: PicklistOperators @fieldCategory
651
- MultiPicklistOperator: MultiPicklistOperators @fieldCategory
652
- GeolocationOperator: GeolocationOperators @fieldCategory
937
+ input LongOperators {
938
+ eq: Long
939
+ ne: Long
940
+ lt: Long
941
+ gt: Long
942
+ lte: Long
943
+ gte: Long
944
+ in: [Long]
945
+ nin: [Long]
946
+ }
947
+
948
+ enum DataType {
949
+ STRING
950
+ TEXTAREA
951
+ PHONE
952
+ EMAIL
953
+ URL
954
+ ENCRYPTEDSTRING
955
+ BOOLEAN
956
+ CURRENCY
957
+ INT
958
+ LONG
959
+ DOUBLE
960
+ PERCENT
961
+ DATETIME
962
+ TIME
963
+ DATE
964
+ REFERENCE
965
+ PICKLIST
966
+ MULTIPICKLIST
967
+ ADDRESS
968
+ LOCATION
969
+ BASE64
970
+ COMPLEXVALUE
971
+ COMBOBOX
972
+ JSON
973
+ JUNCTIONIDLIST
974
+ ANYTYPE
653
975
  }
654
976
 
655
977
  type DoubleAggregate implements FieldValue {
@@ -664,15 +986,6 @@ type DoubleAggregate implements FieldValue {
664
986
  sum: DoubleValue
665
987
  }
666
988
 
667
- type __Field {
668
- name: String!
669
- description: String
670
- args: [__InputValue!]!
671
- type: __Type!
672
- isDeprecated: Boolean!
673
- deprecationReason: String
674
- }
675
-
676
989
  input DateOperators {
677
990
  eq: DateInput
678
991
  ne: DateInput
@@ -707,25 +1020,9 @@ input JoinInput {
707
1020
  ApiName: String
708
1021
  }
709
1022
 
710
- input TextAreaOperators {
711
- eq: TextArea
712
- ne: TextArea
713
- like: TextArea
714
- lt: TextArea
715
- gt: TextArea
716
- lte: TextArea
717
- gte: TextArea
718
- in: [TextArea]
719
- nin: [TextArea]
720
- }
721
-
722
- type TextAreaValue implements FieldValue {
723
- value: TextArea
724
- displayValue: String
725
- }
726
-
727
1023
  type RecordUpdatePayload @generic {
728
- success: Boolean
1024
+ Record: RecordRepresentation
1025
+ success: Boolean @deprecated
729
1026
  }
730
1027
 
731
1028
  input PercentOperators {
@@ -739,10 +1036,6 @@ input PercentOperators {
739
1036
  nin: [Percent]
740
1037
  }
741
1038
 
742
- input Setup__SetupPolymorphicParentRelationshipRecordOrderBy @generic {
743
- Setup__SetupOrderBy: Setup__SetupOrderBy @fieldCategory
744
- }
745
-
746
1039
  type DoubleValue implements FieldValue {
747
1040
  value: Double
748
1041
  displayValue: String
@@ -759,88 +1052,49 @@ type IDAggregate implements FieldValue {
759
1052
  min: IDValue
760
1053
  }
761
1054
 
762
- type __InputValue {
763
- name: String!
764
- description: String
765
- type: __Type!
766
- defaultValue: String
767
- }
768
-
769
- type RecordAggregateEdge @generic {
770
- node: RecordResult
771
- cursor: String!
772
- }
773
-
774
- type __Directive {
775
- name: String
776
- description: String
777
- locations: [__DirectiveLocation!]
778
- args: [__InputValue!]!
779
- }
780
-
781
1055
  input RecordCreateInput @generic {
782
1056
  record: RecordCreateRepresentation! @fieldCategory
783
1057
  }
784
1058
 
785
- type ThemeInfo {
786
- color: String
787
- iconUrl: String
788
- }
789
-
790
1059
  input AggregateOrderByStringClause {
791
1060
  function: AggregateOrderByStringFunction
792
1061
  order: ResultsOrder
793
1062
  nulls: NullsOrder
794
1063
  }
795
1064
 
1065
+ "The return value for the mutation to delete a Record"
796
1066
  type RecordDeletePayload {
1067
+ "The ID of the deleted Record"
797
1068
  Id: ID
798
1069
  }
799
1070
 
800
- type UrlAggregate implements FieldValue {
801
- value: Url
802
- displayValue: String
803
- count: LongValue
804
- countDistinct: LongValue
805
- grouping: IntValue
806
- max: UrlValue
807
- min: UrlValue
808
- }
809
-
810
1071
  enum DateLiteral {
811
- LAST_YEAR
812
- LAST_WEEK
813
- THIS_QUARTER
814
- NEXT_FISCAL_YEAR
815
- LAST_QUARTER
816
- TOMORROW
817
- NEXT_FISCAL_QUARTER
818
1072
  YESTERDAY
819
- NEXT_QUARTER
820
- THIS_FISCAL_QUARTER
1073
+ TODAY
1074
+ TOMORROW
1075
+ LAST_WEEK
821
1076
  THIS_WEEK
1077
+ NEXT_WEEK
822
1078
  LAST_MONTH
1079
+ THIS_MONTH
1080
+ NEXT_MONTH
823
1081
  LAST_90_DAYS
824
1082
  NEXT_90_DAYS
825
- THIS_FISCAL_YEAR
826
- NEXT_WEEK
827
- TODAY
828
- NEXT_YEAR
829
- NEXT_MONTH
1083
+ LAST_QUARTER
1084
+ THIS_QUARTER
1085
+ NEXT_QUARTER
830
1086
  LAST_FISCAL_QUARTER
831
- THIS_MONTH
832
- LAST_FISCAL_YEAR
1087
+ THIS_FISCAL_QUARTER
1088
+ NEXT_FISCAL_QUARTER
1089
+ LAST_YEAR
833
1090
  THIS_YEAR
1091
+ NEXT_YEAR
1092
+ LAST_FISCAL_YEAR
1093
+ THIS_FISCAL_YEAR
1094
+ NEXT_FISCAL_YEAR
834
1095
  }
835
1096
 
836
- type __EnumValue {
837
- name: String!
838
- description: String
839
- isDeprecated: Boolean!
840
- deprecationReason: String
841
- }
842
-
843
- type RecordRepresentation implements Record @generic {
1097
+ type RecordRepresentation implements Record @generic {
844
1098
  Id: ID!
845
1099
  ApiName: String!
846
1100
  WeakEtag: Long!
@@ -849,6 +1103,7 @@ type RecordRepresentation implements Record @generic {
849
1103
  LastModifiedDate: DateTimeValue
850
1104
  SystemModstamp: DateTimeValue
851
1105
  RecordTypeId(fallback: Boolean): IDValue
1106
+ SetupUserSpecialField: BooleanValue @fieldCategory
852
1107
  IntValue: IntValue @fieldCategory
853
1108
  StringValue: StringValue @fieldCategory
854
1109
  BooleanValue: BooleanValue @fieldCategory
@@ -869,145 +1124,43 @@ type RecordRepresentation implements Record @generic {
869
1124
  PicklistValue: PicklistValue @fieldCategory
870
1125
  MultiPicklistValue: MultiPicklistValue @fieldCategory
871
1126
  LongValue: LongValue @fieldCategory
872
- DoubleValue: DoubleValue @fieldCategory
873
- PercentValue: PercentValue @fieldCategory
874
- Base64Value: Base64Value @fieldCategory
875
- JSONValue: JSONValue @fieldCategory
876
- parentRelationship: RecordRepresentation @fieldCategory
877
- polymorphicParentRelationship: PolymorphicParentRelationship @fieldCategory
878
- childRelationship(first: Int, after: String, where: RecordFilter, orderBy: RecordOrderBy, upperBound: Int): RecordConnection @fieldCategory
879
- CompoundField: CompoundField @fieldCategory
880
- AnyType: AnyType @fieldCategory
881
- }
882
-
883
- union AnyType = BooleanValue | DateValue | DateTimeValue | DoubleValue | StringValue
884
-
885
- type IDValue implements FieldValue {
886
- value: ID
887
- displayValue: String
888
- }
889
-
890
- enum Unit {
891
- MI
892
- KM
893
- }
894
-
895
- input PolymorphicParentRelationshipOrderBy @generic {
896
- RecordAggregateOrderBy: RecordAggregateOrderBy @fieldCategory
897
- }
898
-
899
- input OrderByGeolocationClause {
900
- distance: DistanceInput
901
- order: ResultOrder
902
- nulls: NullOrder
903
- }
904
-
905
- input Setup__IdOperators {
906
- eq: ID
907
- ne: ID
908
- lt: ID
909
- gt: ID
910
- lte: ID
911
- gte: ID
912
- in: [ID]
913
- nin: [ID]
914
- inq: Setup__JoinInput
915
- ninq: Setup__JoinInput
916
- }
917
-
918
- enum NullsOrder {
919
- FIRST
920
- LAST
921
- }
922
-
923
- type TextAreaAggregate implements FieldValue {
924
- value: TextArea
925
- displayValue: String
926
- count: LongValue
927
- countDistinct: LongValue
928
- grouping: IntValue
929
- max: TextAreaValue
930
- min: TextAreaValue
931
- }
932
-
933
- enum GroupByType {
934
- GROUP_BY
935
- ROLLUP
936
- CUBE
937
- }
938
-
939
- enum ResultOrder {
940
- ASC
941
- DESC
942
- }
943
-
944
- input RecordOrderBy @generic {
945
- orderableField: OrderByClause @fieldCategory
946
- orderableGeolocationField: OrderByGeolocationClause @fieldCategory
947
- orderableParentRelationship: RecordOrderBy @fieldCategory
948
- orderablePolymorphicParentRelationship: PolymorphicParentRelationshipRecordOrderBy @fieldCategory
949
- }
950
-
951
- input Setup__JoinInput {
952
- Record: Setup__SetupFilter @fieldCategory
953
- ApiName: String
954
- }
955
-
956
- input PicklistOperators {
957
- eq: Picklist
958
- ne: Picklist
959
- in: [Picklist]
960
- nin: [Picklist]
961
- like: Picklist
962
- lt: Picklist
963
- gt: Picklist
964
- lte: Picklist
965
- gte: Picklist
966
- }
967
-
968
- enum ResultsOrder {
969
- ASC
970
- DESC
971
- }
972
-
973
- input RecordFilter @generic {
974
- and: [RecordFilter]
975
- or: [RecordFilter]
976
- not: RecordFilter
977
- parentRelationshipRecordFilter: RecordFilter @fieldCategory
978
- polymorphicParentRelationshipRecordFilter: PolymorphicParentRelationshipRecordFilter @fieldCategory
979
- IntegerOperator: IntegerOperators @fieldCategory
980
- LongOperator: LongOperators @fieldCategory
981
- StringOperator: StringOperators @fieldCategory
982
- DoubleOperator: DoubleOperators @fieldCategory
983
- PercentOperator: PercentOperators @fieldCategory
984
- LongitudeOperator: LongitudeOperators @fieldCategory
985
- LatitudeOperator: LatitudeOperators @fieldCategory
986
- EmailOperator: EmailOperators @fieldCategory
987
- TextAreaOperator: TextAreaOperators @fieldCategory
988
- LongTextAreaOperator: LongTextAreaOperators @fieldCategory
989
- URLOperator: URLOperators @fieldCategory
990
- PhoneNumberOperator: PhoneNumberOperators @fieldCategory
991
- BooleanOperator: BooleanOperators @fieldCategory
992
- IdOperator: IdOperators @fieldCategory
993
- CurrencyOperator: CurrencyOperators @fieldCategory
994
- TimeOperator: TimeOperators @fieldCategory
995
- DateOperator: DateOperators @fieldCategory
996
- DateTimeOperator: DateTimeOperators @fieldCategory
997
- PicklistOperator: PicklistOperators @fieldCategory
998
- MultiPicklistOperator: MultiPicklistOperators @fieldCategory
999
- GeolocationOperator: GeolocationOperators @fieldCategory
1127
+ DoubleValue: DoubleValue @fieldCategory
1128
+ PercentValue: PercentValue @fieldCategory
1129
+ Base64Value: Base64Value @fieldCategory
1130
+ JSONValue: JSONValue @fieldCategory
1131
+ AnyType: AnyType @fieldCategory
1132
+ parentRelationship: RecordRepresentation @fieldCategory
1133
+ polymorphicParentRelationship: PolymorphicParentRelationship @fieldCategory
1134
+ childRelationship(first: Int, after: String, where: RecordFilter, orderBy: RecordOrderBy, upperBound: Int): RecordConnection @fieldCategory
1135
+ CompoundField: CompoundField @fieldCategory
1000
1136
  }
1001
1137
 
1002
- type TimeValue implements FieldValue {
1003
- value: Time
1138
+ input OrderByGeolocationClause {
1139
+ distance: DistanceInput
1140
+ order: ResultOrder
1141
+ nulls: NullOrder
1142
+ }
1143
+
1144
+ type TextAreaAggregate implements FieldValue {
1145
+ value: TextArea
1004
1146
  displayValue: String
1005
- format: String
1147
+ count: LongValue
1148
+ countDistinct: LongValue
1149
+ grouping: IntValue
1150
+ label: String
1151
+ max: TextAreaValue
1152
+ min: TextAreaValue
1006
1153
  }
1007
1154
 
1008
- input GeolocationOperators {
1009
- lt: GeolocationInput
1010
- gt: GeolocationInput
1155
+ enum GroupByType {
1156
+ GROUP_BY
1157
+ ROLLUP
1158
+ CUBE
1159
+ }
1160
+
1161
+ enum ResultsOrder {
1162
+ ASC
1163
+ DESC
1011
1164
  }
1012
1165
 
1013
1166
  type PicklistAggregate implements FieldValue {
@@ -1021,17 +1174,6 @@ type PicklistAggregate implements FieldValue {
1021
1174
  min: PicklistValue
1022
1175
  }
1023
1176
 
1024
- input LatitudeOperators {
1025
- eq: Latitude
1026
- ne: Latitude
1027
- lt: Latitude
1028
- gt: Latitude
1029
- lte: Latitude
1030
- gte: Latitude
1031
- in: [Latitude]
1032
- nin: [Latitude]
1033
- }
1034
-
1035
1177
  input RecordUpdateRepresentation @generic {
1036
1178
  Int: Int @fieldCategory
1037
1179
  String: String @fieldCategory
@@ -1065,125 +1207,17 @@ type DateTimeValue implements FieldValue {
1065
1207
  format: String
1066
1208
  }
1067
1209
 
1210
+ "Input to the mutation to delete a Record"
1068
1211
  input RecordDeleteInput {
1212
+ "The ID of the Record to delete"
1069
1213
  Id: IdOrRef!
1070
1214
  }
1071
1215
 
1072
- enum __DirectiveLocation {
1073
- QUERY
1074
- MUTATION
1075
- FIELD
1076
- FRAGMENT_DEFINITION
1077
- FRAGMENT_SPREAD
1078
- INLINE_FRAGMENT
1079
- SCHEMA
1080
- SCALAR
1081
- OBJECT
1082
- FIELD_DEFINITION
1083
- ARGUMENT_DEFINITION
1084
- INTERFACE
1085
- UNION
1086
- ENUM
1087
- ENUM_VALUE
1088
- INPUT_OBJECT
1089
- INPUT_FIELD_DEFINITION
1090
- }
1091
-
1092
- type IntAggregate implements FieldValue {
1093
- value: Int
1094
- displayValue: String
1095
- avg: DoubleValue
1096
- count: LongValue
1097
- countDistinct: LongValue
1098
- format: String
1099
- grouping: IntValue
1100
- max: IntValue
1101
- min: IntValue
1102
- sum: LongValue
1103
- }
1104
-
1105
- type ListOrder {
1216
+ type ListOrder @team(name: "Lists Platform") {
1106
1217
  fieldApiName: String!
1107
1218
  sortDirection: ResultOrder
1108
1219
  }
1109
1220
 
1110
- type RecordAggregate @generic {
1111
- ApiName: String!
1112
- BooleanAggregate: BooleanAggregate @fieldCategory
1113
- CurrencyAggregate: CurrencyAggregate @fieldCategory
1114
- DateAggregate: DateAggregate @fieldCategory
1115
- DoubleAggregate: DoubleAggregate @fieldCategory
1116
- EmailAggregate: EmailAggregate @fieldCategory
1117
- IDAggregate: IDAggregate @fieldCategory
1118
- IntAggregate: IntAggregate @fieldCategory
1119
- LatitudeAggregate: LatitudeAggregate @fieldCategory
1120
- LongitudeAggregate: LongitudeAggregate @fieldCategory
1121
- LongAggregate: LongAggregate @fieldCategory
1122
- PercentAggregate: PercentAggregate @fieldCategory
1123
- PhoneNumberAggregate: PhoneNumberAggregate @fieldCategory
1124
- PicklistAggregate: PicklistAggregate @fieldCategory
1125
- StringAggregate: StringAggregate @fieldCategory
1126
- TextAreaAggregate: TextAreaAggregate @fieldCategory
1127
- TimeAggregate: TimeAggregate @fieldCategory
1128
- UrlAggregate: UrlAggregate @fieldCategory
1129
- parentRelationship: RecordAggregate @fieldCategory
1130
- polymorphicParentRelationship: PolymorphicAggregateParentRelationship @fieldCategory
1131
- }
1132
-
1133
- type JSONValue implements FieldValue {
1134
- value: JSON
1135
- displayValue: String
1136
- }
1137
-
1138
- type EmailValue implements FieldValue {
1139
- value: Email
1140
- displayValue: String
1141
- }
1142
-
1143
- type Setup__Setup {
1144
- query: Setup__SetupQuery!
1145
- aggregate: Setup__SetupQueryAggregate!
1146
- ListView(
1147
- listViewType: String!,
1148
- label: String,
1149
- displayColumns: [String!],
1150
- filters: [Setup__ListFilterInput!],
1151
- filterLogic: String,
1152
- orderedByInfo: [Setup__ListOrderInput!]!
1153
- ): Setup__ListView!
1154
- ListViewObjectInfo(listViewType: String!): Setup__ListViewObjectInfo!
1155
- }
1156
-
1157
- type Setup__SetupAggregateConnection @generic {
1158
- edges: [Setup__SetupAggregateEdge]
1159
- pageInfo: PageInfo!
1160
- totalCount: Int!
1161
- }
1162
-
1163
- input Setup__SetupGroupBy @generic {
1164
- groupableDateField: GroupByDateFunction @fieldCategory
1165
- groupableField: GroupByClause @fieldCategory
1166
- groupableParentRelationship: Setup__SetupGroupBy @fieldCategory
1167
- groupablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipGroupBy @fieldCategory
1168
- type: GroupByType = GROUP_BY
1169
- }
1170
-
1171
- type Setup__SetupAggregateEdge @generic {
1172
- cursor: String!
1173
- node: Setup__SetupRecordResult
1174
- }
1175
-
1176
- input Setup__SetupAggregateOrderBy @generic {
1177
- orderableField: NoFunctionAggregateOrderByClause @fieldCategory
1178
- orderableGeolocationField: OrderByGeolocationClause @fieldCategory
1179
- orderableNumberField: AggregateOrderByNumberClause @fieldCategory
1180
- orderableParentRelationship: Setup__SetupAggregateOrderBy @fieldCategory
1181
- orderablePolymorphicParentRelationship: Setup__SetupPolymorphicParentRelationshipOrderBy @fieldCategory
1182
- orderableStringField: AggregateOrderByStringClause @fieldCategory
1183
- type: String
1184
- }
1185
-
1186
-
1187
1221
  enum AggregateOrderByStringFunction {
1188
1222
  COUNT
1189
1223
  COUNT_DISTINCT
@@ -1197,107 +1231,22 @@ type LongValue implements FieldValue {
1197
1231
  format: String
1198
1232
  }
1199
1233
 
1200
- input DateFunctionInput {
1201
- value: LongOperators
1202
- convertTimezoneValue: LongOperators
1203
- }
1204
-
1205
- # Mutations aren't supported yet.
1206
- #type Mutation {
1207
- # uiapi(input: UIAPIMutationsInput): UIAPIMutations!
1208
- #}
1209
-
1210
1234
  type DependentField {
1211
1235
  controllingField: String!
1212
1236
  dependentFields: [String]!
1213
1237
  }
1214
1238
 
1215
- input LongTextAreaOperators {
1216
- eq: LongTextArea
1217
- ne: LongTextArea
1218
- like: LongTextArea
1219
- lt: LongTextArea
1220
- gt: LongTextArea
1221
- lte: LongTextArea
1222
- gte: LongTextArea
1223
- in: [LongTextArea]
1224
- nin: [LongTextArea]
1225
- }
1226
-
1227
- enum __TypeKind {
1228
- SCALAR
1229
- OBJECT
1230
- INTERFACE
1231
- UNION
1232
- ENUM
1233
- INPUT_OBJECT
1234
- LIST
1235
- NON_NULL
1236
- }
1237
-
1238
- type Setup__SetupConnection @generic {
1239
- edges: [Setup__SetupEdge]
1240
- pageInfo: PageInfo!
1241
- totalCount: Int!
1242
- pageResultCount: Int!
1243
- }
1244
-
1245
1239
  type PercentValue implements FieldValue {
1246
1240
  value: Percent
1247
1241
  displayValue: String
1248
1242
  format: String
1249
1243
  }
1250
1244
 
1251
- input DateTimeOperators {
1252
- eq: DateTimeInput
1253
- ne: DateTimeInput
1254
- lt: DateTimeInput
1255
- gt: DateTimeInput
1256
- lte: DateTimeInput
1257
- gte: DateTimeInput
1258
- in: [DateTimeInput]
1259
- nin: [DateTimeInput]
1260
- DAY_IN_WEEK: DateFunctionInput
1261
- DAY_IN_MONTH: DateFunctionInput
1262
- DAY_IN_YEAR: DateFunctionInput
1263
- WEEK_IN_MONTH: DateFunctionInput
1264
- WEEK_IN_YEAR: DateFunctionInput
1265
- CALENDAR_MONTH: DateFunctionInput
1266
- CALENDAR_QUARTER: DateFunctionInput
1267
- CALENDAR_YEAR: DateFunctionInput
1268
- FISCAL_MONTH: DateFunctionInput
1269
- FISCAL_QUARTER: DateFunctionInput
1270
- FISCAL_YEAR: DateFunctionInput
1271
- DAY_ONLY: DateTimeFunctionInput
1272
- HOUR_IN_DAY: DateFunctionInput
1273
- }
1274
-
1275
1245
  input NoFunctionAggregateOrderByClause {
1276
1246
  order: ResultsOrder
1277
1247
  nulls: NullsOrder
1278
1248
  }
1279
1249
 
1280
- type BooleanAggregate implements FieldValue {
1281
- value: Boolean
1282
- displayValue: String
1283
- grouping: IntValue
1284
- }
1285
-
1286
- type RecordQueryAggregate {
1287
- # RecordScope is replaced with String
1288
- recordQueryAggregate(after: String, first: Int, groupBy: RecordGroupBy, orderBy: RecordAggregateOrderBy, scope: String @fieldCategory, upperBound: Int, where: RecordFilter): RecordAggregateConnection @fieldCategory
1289
- }
1290
-
1291
- input RecordAggregateOrderBy @generic {
1292
- orderableField: NoFunctionAggregateOrderByClause @fieldCategory
1293
- orderableGeolocationField: OrderByGeolocationClause @fieldCategory
1294
- orderableNumberField: AggregateOrderByNumberClause @fieldCategory
1295
- orderableParentRelationship: RecordAggregateOrderBy @fieldCategory
1296
- orderablePolymorphicParentRelationship: PolymorphicParentRelationshipOrderBy @fieldCategory
1297
- orderableStringField: AggregateOrderByStringClause @fieldCategory
1298
- type: String
1299
- }
1300
-
1301
1250
  type RecordConnection @generic {
1302
1251
  edges: [RecordEdge]
1303
1252
  pageInfo: PageInfo!
@@ -1358,34 +1307,71 @@ input LongitudeOperators {
1358
1307
  nin: [Longitude]
1359
1308
  }
1360
1309
 
1361
- input RecordCreateRepresentation @generic {
1362
- Int: Int @fieldCategory
1363
- String: String @fieldCategory
1364
- Boolean: Boolean @fieldCategory
1365
- ID: IdOrRef @fieldCategory
1366
- DateTime: DateTime @fieldCategory
1367
- Time: Time @fieldCategory
1368
- Date: Date @fieldCategory
1369
- TextArea: TextArea @fieldCategory
1370
- LongTextArea: LongTextArea @fieldCategory
1371
- RichTextArea: RichTextArea @fieldCategory
1372
- PhoneNumber: PhoneNumber @fieldCategory
1373
- Email: Email @fieldCategory
1374
- Url: Url @fieldCategory
1375
- EncryptedString: EncryptedString @fieldCategory
1376
- Currency: Currency @fieldCategory
1377
- Longitude: Longitude @fieldCategory
1378
- Latitude: Latitude @fieldCategory
1379
- Picklist: Picklist @fieldCategory
1380
- MultiPicklist: MultiPicklist @fieldCategory
1381
- Long: Long @fieldCategory
1382
- Double: Double @fieldCategory
1383
- Percent: Percent @fieldCategory
1384
- Base64: Base64 @fieldCategory
1385
- JSON: JSON @fieldCategory
1310
+ interface Field {
1311
+ ApiName: String!
1312
+ calculated: Boolean!
1313
+ compound: Boolean!
1314
+ compoundComponentName: String
1315
+ compoundFieldName: String
1316
+ controllerName: String
1317
+ controllingFields: [String]!
1318
+ createable: Boolean!
1319
+ custom: Boolean!
1320
+ dataType: DataType
1321
+ extraTypeInfo: FieldExtraTypeInfo
1322
+ filterable: Boolean!
1323
+ filteredLookupInfo: FilteredLookupInfo
1324
+ highScaleNumber: Boolean!
1325
+ htmlFormatted: Boolean!
1326
+ inlineHelpText: String
1327
+ label: String
1328
+ nameField: Boolean!
1329
+ polymorphicForeignKey: Boolean!
1330
+ precision: Int
1331
+ reference: Boolean!
1332
+ referenceTargetField: String
1333
+ referenceToInfos: [ReferenceToInfo]!
1334
+ relationshipName: String
1335
+ required: Boolean!
1336
+ scale: Int
1337
+ searchPrefilterable: Boolean
1338
+ sortable: Boolean!
1339
+ updateable: Boolean!
1340
+ }
1341
+
1342
+ type StandardField implements Field {
1343
+ ApiName: String!
1344
+ calculated: Boolean!
1345
+ compound: Boolean!
1346
+ compoundComponentName: String
1347
+ compoundFieldName: String
1348
+ controllerName: String
1349
+ controllingFields: [String]!
1350
+ createable: Boolean!
1351
+ custom: Boolean!
1352
+ dataType: DataType
1353
+ extraTypeInfo: FieldExtraTypeInfo
1354
+ filterable: Boolean!
1355
+ filteredLookupInfo: FilteredLookupInfo
1356
+ highScaleNumber: Boolean!
1357
+ htmlFormatted: Boolean!
1358
+ inlineHelpText: String
1359
+ label: String
1360
+ nameField: Boolean!
1361
+ polymorphicForeignKey: Boolean!
1362
+ precision: Int
1363
+ reference: Boolean!
1364
+ referenceTargetField: String
1365
+ referenceToInfos: [ReferenceToInfo]!
1366
+ relationshipName: String
1367
+ required: Boolean!
1368
+ scale: Int
1369
+ searchPrefilterable: Boolean
1370
+ sortable: Boolean!
1371
+ updateable: Boolean!
1386
1372
  }
1387
1373
 
1388
- type Field {
1374
+ type PicklistField implements Field {
1389
1375
  ApiName: String!
1390
1376
  calculated: Boolean!
1391
1377
  compound: Boolean!
@@ -1405,6 +1391,7 @@ type Field {
1405
1391
  label: String
1406
1392
  nameField: Boolean!
1407
1393
  polymorphicForeignKey: Boolean!
1394
+ picklistValuesByRecordTypeIDs: [PicklistValueByRecordTypeIDs]
1408
1395
  precision: Int
1409
1396
  reference: Boolean!
1410
1397
  referenceTargetField: String
@@ -1417,51 +1404,29 @@ type Field {
1417
1404
  updateable: Boolean!
1418
1405
  }
1419
1406
 
1420
- enum FieldExtraTypeInfo {
1421
- IMAGE_URL
1422
- EXTERNAL_LOOKUP
1423
- INDIRECT_LOOKUP
1424
- PERSONNAME
1425
- SWITCHABLE_PERSONNAME
1426
- PLAINTEXTAREA
1427
- RICHTEXTAREA
1407
+ type PicklistValueByRecordTypeIDs {
1408
+ recordTypeID: String!
1409
+ controllerValues: [ControllerValues!]
1410
+ picklistValues: [PicklistValues!]
1411
+ defaultValue: PicklistValues
1428
1412
  }
1429
1413
 
1430
- type RateLimit {
1431
- cost: Long
1432
- limit: Long
1433
- remaining: Long
1434
- resetAt: DateTime
1414
+ type ControllerValues {
1415
+ value: String
1416
+ index: Int
1435
1417
  }
1436
1418
 
1437
- input DateRange {
1438
- last_n_days: Int
1439
- next_n_days: Int
1440
- last_n_weeks: Int
1441
- next_n_weeks: Int
1442
- last_n_months: Int
1443
- next_n_months: Int
1444
- last_n_quarters: Int
1445
- next_n_quarters: Int
1446
- last_n_fiscal_quarters: Int
1447
- next_n_fiscal_quarters: Int
1448
- last_n_years: Int
1449
- next_n_years: Int
1450
- last_n_fiscal_years: Int
1451
- next_n_fiscal_years: Int
1452
- n_days_ago: Int
1453
- n_weeks_ago: Int
1454
- n_months_ago: Int
1455
- n_quarters_ago: Int
1456
- n_years_ago: Int
1457
- n_fiscal_quarters_ago: Int
1458
- n_fiscal_years_ago: Int
1419
+ type PicklistValues {
1420
+ value: String
1421
+ label: String
1422
+ validFor: [Int]
1423
+ attributes: PicklistAttributes
1459
1424
  }
1460
1425
 
1461
- type UIAPIMutations {
1462
- recordCreate(input: RecordCreateInput!): RecordCreatePayload @fieldCategory
1463
- recordDelete(input: RecordDeleteInput!): RecordDeletePayload @fieldCategory
1464
- recordUpdate(input: RecordUpdateInput!): RecordUpdatePayload @fieldCategory
1426
+ type PicklistAttributes {
1427
+ picklistAtrributesValueType: String
1428
+ connectDisplayName: String
1429
+ internalName: String
1465
1430
  }
1466
1431
 
1467
1432
  input DateTimeFunctionInput {
@@ -1474,465 +1439,622 @@ type Base64Value implements FieldValue {
1474
1439
  displayValue: String
1475
1440
  }
1476
1441
 
1477
- input IntegerOperators {
1478
- eq: Int
1479
- ne: Int
1480
- lt: Int
1481
- gt: Int
1482
- lte: Int
1483
- gte: Int
1484
- in: [Int]
1485
- nin: [Int]
1442
+ type CompoundField @generic {
1443
+ IntValue: IntValue @fieldCategory
1444
+ StringValue: StringValue @fieldCategory
1445
+ BooleanValue: BooleanValue @fieldCategory
1446
+ IDValue: IDValue @fieldCategory
1447
+ DateTimeValue: DateTimeValue @fieldCategory
1448
+ TimeValue: TimeValue @fieldCategory
1449
+ DateValue: DateValue @fieldCategory
1450
+ TextAreaValue: TextAreaValue @fieldCategory
1451
+ LongTextAreaValue: LongTextAreaValue @fieldCategory
1452
+ RichTextAreaValue: RichTextAreaValue @fieldCategory
1453
+ PhoneNumberValue: PhoneNumberValue @fieldCategory
1454
+ EmailValue: EmailValue @fieldCategory
1455
+ UrlValue: UrlValue @fieldCategory
1456
+ EncryptedStringValue: EncryptedStringValue @fieldCategory
1457
+ CurrencyValue: CurrencyValue @fieldCategory
1458
+ LongitudeValue: LongitudeValue @fieldCategory
1459
+ LatitudeValue: LatitudeValue @fieldCategory
1460
+ PicklistValue: PicklistValue @fieldCategory
1461
+ MultiPicklistValue: MultiPicklistValue @fieldCategory
1462
+ LongValue: LongValue @fieldCategory
1463
+ DoubleValue: DoubleValue @fieldCategory
1464
+ PercentValue: PercentValue @fieldCategory
1465
+ Base64Value: Base64Value @fieldCategory
1466
+ JSONValue: JSONValue @fieldCategory
1486
1467
  }
1487
1468
 
1488
- type EncryptedStringValue implements FieldValue {
1489
- value: EncryptedString
1469
+ input RecordUpdateInput @generic {
1470
+ Id: IdOrRef!
1471
+ record: RecordUpdateRepresentation! @fieldCategory
1472
+ }
1473
+
1474
+ input DateTimeInput {
1475
+ value: DateTime
1476
+ literal: DateLiteral
1477
+ range: DateRange
1478
+ }
1479
+
1480
+ type ChildRelationship {
1481
+ childObjectApiName: String!
1482
+ fieldName: String
1483
+ junctionIdListNames: [String]!
1484
+ junctionReferenceTo: [String]!
1485
+ relationshipName: String
1486
+ objectInfo: ObjectInfo
1487
+ }
1488
+
1489
+ type RecordResult @generic {
1490
+ aggregate: RecordAggregate
1491
+ }
1492
+
1493
+ type PageInfo {
1494
+ hasNextPage: Boolean!
1495
+ hasPreviousPage: Boolean!
1496
+ startCursor: String
1497
+ endCursor: String
1498
+ }
1499
+
1500
+ type CurrencyValue implements FieldValue {
1501
+ value: Currency
1490
1502
  displayValue: String
1503
+ format: String
1504
+ convertCurrency: Currency
1491
1505
  }
1492
1506
 
1493
- interface Record {
1494
- Id: ID!
1495
- ApiName: String!
1496
- WeakEtag: Long!
1497
- DisplayValue: String
1498
- LastModifiedById: IDValue
1499
- LastModifiedDate: DateTimeValue
1500
- SystemModstamp: DateTimeValue
1501
- RecordTypeId(fallback: Boolean): IDValue
1507
+ type DateFunctionAggregation {
1508
+ value: Long
1509
+ format: String
1502
1510
  }
1503
1511
 
1504
- input PolymorphicParentRelationshipRecordFilter @generic {
1505
- RecordFilter: RecordFilter @fieldCategory
1512
+ input PolymorphicParentRelationshipRecordOrderBy @generic {
1513
+ RecordOrderBy: RecordOrderBy @fieldCategory
1506
1514
  }
1507
1515
 
1508
- input AggregateOrderByNumberClause {
1509
- function: AggregateOrderByNumberFunction
1510
- order: ResultsOrder
1511
- nulls: NullsOrder
1516
+ type RecordCreatePayload @generic {
1517
+ Record: RecordRepresentation
1518
+ }
1519
+
1520
+ input PolymorphicParentRelationshipGroupBy @generic {
1521
+ RecordGroupBy: RecordGroupBy @fieldCategory
1522
+ }
1523
+
1524
+ type BooleanValue implements FieldValue {
1525
+ value: Boolean
1526
+ displayValue: String
1527
+ }
1528
+
1529
+ type StringValue implements FieldValue {
1530
+ value: String
1531
+ displayValue: String
1532
+ label: String
1533
+ }
1534
+
1535
+ input IdOperators {
1536
+ eq: ID
1537
+ ne: ID
1538
+ lt: ID
1539
+ gt: ID
1540
+ lte: ID
1541
+ gte: ID
1542
+ in: [ID]
1543
+ nin: [ID]
1544
+ inq: JoinInput
1545
+ ninq: JoinInput
1512
1546
  }
1513
1547
 
1514
- type __Schema {
1515
- types: [__Type!]!
1516
- queryType: __Type!
1517
- mutationType: __Type
1518
- directives: [__Directive!]!
1519
- subscriptionType: __Type
1548
+ type PhoneNumberAggregate implements FieldValue {
1549
+ value: PhoneNumber
1550
+ displayValue: String
1551
+ count: LongValue
1552
+ countDistinct: LongValue
1553
+ grouping: IntValue
1554
+ max: PhoneNumberValue
1555
+ min: PhoneNumberValue
1556
+ }
1557
+
1558
+ type CurrencyAggregate implements FieldValue {
1559
+ value: Currency
1560
+ displayValue: String
1561
+ avg: DoubleValue
1562
+ count: LongValue
1563
+ countDistinct: LongValue
1564
+ format: String
1565
+ max: CurrencyValue
1566
+ min: CurrencyValue
1567
+ sum: CurrencyValue
1568
+ }
1569
+
1570
+ input BooleanOperators {
1571
+ eq: Boolean
1572
+ ne: Boolean
1573
+ }
1574
+
1575
+ type MultiPicklistValue implements FieldValue {
1576
+ value: MultiPicklist
1577
+ displayValue: String
1578
+ label: String
1579
+ }
1580
+
1581
+ type ListColumn @team(name: "Lists Platform") {
1582
+ fieldApiName: String!
1583
+ label: String!
1584
+ lookupId: String
1585
+ sortable: Boolean
1586
+ }
1587
+
1588
+ type LatitudeAggregate implements FieldValue {
1589
+ value: Latitude
1590
+ displayValue: String
1591
+ avg: DoubleValue
1592
+ count: LongValue
1593
+ countDistinct: LongValue
1594
+ max: LatitudeValue
1595
+ min: LatitudeValue
1596
+ sum: DoubleValue
1597
+ }
1598
+
1599
+ input CurrencyOperators {
1600
+ eq: Currency
1601
+ ne: Currency
1602
+ lt: Currency
1603
+ gt: Currency
1604
+ lte: Currency
1605
+ gte: Currency
1606
+ in: [Currency]
1607
+ nin: [Currency]
1608
+ }
1609
+
1610
+ type LatitudeValue implements FieldValue {
1611
+ value: Latitude
1612
+ displayValue: String
1520
1613
  }
1521
1614
 
1522
- input Setup__SetupPolymorphicParentRelationshipRecordFilter @generic {
1523
- Setup__SetupFilter: Setup__SetupFilter @fieldCategory
1615
+ input GroupByClause {
1616
+ group: Boolean
1524
1617
  }
1525
1618
 
1526
- union Setup__SetupPolymorphicAggregateParentRelationship @generic = Setup__SetupRecordAggregate
1527
-
1528
- input Setup__SetupPolymorphicParentRelationshipGroupBy @generic {
1529
- Setup__SetupGroupBy: Setup__SetupGroupBy @fieldCategory
1619
+ type RecordEdge @generic {
1620
+ node: RecordRepresentation
1621
+ cursor: String!
1530
1622
  }
1531
1623
 
1532
- input Setup__SetupPolymorphicParentRelationshipOrderBy @generic {
1533
- Setup__SetupAggregateOrderBy: Setup__SetupAggregateOrderBy @fieldCategory
1624
+ enum NullOrder {
1625
+ FIRST
1626
+ LAST
1534
1627
  }
1535
1628
 
1536
- type CompoundField @generic {
1537
- IntValue: IntValue @fieldCategory
1538
- StringValue: StringValue @fieldCategory
1539
- BooleanValue: BooleanValue @fieldCategory
1540
- IDValue: IDValue @fieldCategory
1541
- DateTimeValue: DateTimeValue @fieldCategory
1542
- TimeValue: TimeValue @fieldCategory
1543
- DateValue: DateValue @fieldCategory
1544
- TextAreaValue: TextAreaValue @fieldCategory
1545
- LongTextAreaValue: LongTextAreaValue @fieldCategory
1546
- RichTextAreaValue: RichTextAreaValue @fieldCategory
1547
- PhoneNumberValue: PhoneNumberValue @fieldCategory
1548
- EmailValue: EmailValue @fieldCategory
1549
- UrlValue: UrlValue @fieldCategory
1550
- EncryptedStringValue: EncryptedStringValue @fieldCategory
1551
- CurrencyValue: CurrencyValue @fieldCategory
1552
- LongitudeValue: LongitudeValue @fieldCategory
1553
- LatitudeValue: LatitudeValue @fieldCategory
1554
- PicklistValue: PicklistValue @fieldCategory
1555
- MultiPicklistValue: MultiPicklistValue @fieldCategory
1556
- LongValue: LongValue @fieldCategory
1557
- DoubleValue: DoubleValue @fieldCategory
1558
- PercentValue: PercentValue @fieldCategory
1559
- Base64Value: Base64Value @fieldCategory
1560
- JSONValue: JSONValue @fieldCategory
1629
+ type PhoneNumberValue implements FieldValue {
1630
+ value: PhoneNumber
1631
+ displayValue: String
1561
1632
  }
1562
1633
 
1563
- input RecordUpdateInput @generic {
1564
- Id: IdOrRef!
1565
- record: RecordUpdateRepresentation! @fieldCategory
1566
- }
1634
+ # RecordScope is an empty enum
1635
+ # enum RecordScope @generic {
1636
+ # }
1567
1637
 
1568
- input DateTimeInput {
1569
- value: DateTime
1570
- literal: DateLiteral
1571
- range: DateRange
1638
+ input TextAreaOperators {
1639
+ eq: TextArea
1640
+ ne: TextArea
1641
+ like: TextArea
1642
+ lt: TextArea
1643
+ gt: TextArea
1644
+ lte: TextArea
1645
+ gte: TextArea
1646
+ in: [TextArea]
1647
+ nin: [TextArea]
1572
1648
  }
1573
1649
 
1574
- type ChildRelationship {
1575
- childObjectApiName: String!
1576
- fieldName: String
1577
- junctionIdListNames: [String]!
1578
- junctionReferenceTo: [String]!
1579
- relationshipName: String
1580
- objectInfo: ObjectInfo
1650
+ type TextAreaValue implements FieldValue {
1651
+ value: TextArea
1652
+ displayValue: String
1653
+ label: String
1581
1654
  }
1582
1655
 
1583
- type RecordResult @generic {
1584
- aggregate: RecordAggregate
1656
+ type RecordAggregateEdge @generic {
1657
+ node: RecordResult
1658
+ cursor: String!
1585
1659
  }
1586
1660
 
1587
- type PageInfo {
1588
- hasNextPage: Boolean!
1589
- hasPreviousPage: Boolean!
1590
- startCursor: String
1591
- endCursor: String
1661
+ type ThemeInfo {
1662
+ color: String
1663
+ iconUrl: String
1592
1664
  }
1593
1665
 
1594
- type CurrencyValue implements FieldValue {
1595
- value: Currency
1666
+ type UrlAggregate implements FieldValue {
1667
+ value: Url
1596
1668
  displayValue: String
1597
- format: String
1669
+ count: LongValue
1670
+ countDistinct: LongValue
1671
+ grouping: IntValue
1672
+ max: UrlValue
1673
+ min: UrlValue
1598
1674
  }
1599
1675
 
1600
- input DateInput {
1601
- value: Date
1602
- literal: DateLiteral
1603
- range: DateRange
1676
+ type IDValue implements FieldValue {
1677
+ value: ID
1678
+ displayValue: String
1604
1679
  }
1605
1680
 
1606
- input RecordGroupBy @generic {
1607
- groupableField: GroupByClause @fieldCategory
1608
- groupableDateField: GroupByDateFunction @fieldCategory
1609
- groupableParentRelationship: RecordGroupBy @fieldCategory
1610
- groupablePolymorphicParentRelationship: PolymorphicParentRelationshipGroupBy @fieldCategory
1611
- type: GroupByType = GROUP_BY
1681
+ enum Unit {
1682
+ MI
1683
+ KM
1612
1684
  }
1613
1685
 
1614
- type DateFunctionAggregation {
1615
- value: Long
1616
- format: String
1686
+ input PolymorphicParentRelationshipOrderBy @generic {
1687
+ RecordAggregateOrderBy: RecordAggregateOrderBy @fieldCategory
1617
1688
  }
1618
1689
 
1619
- type RecordQuery {
1620
- recordQuery(after: String, first: Int, orderBy: RecordOrderBy, scope: String @fieldCategory, upperBound: Int, where: RecordFilter): RecordConnection @fieldCategory
1690
+ enum NullsOrder {
1691
+ FIRST
1692
+ LAST
1621
1693
  }
1622
1694
 
1623
- # add browse family schema
1624
- type Analytics__Analytics {
1625
- # assetTypes: [AnalyticsAssetType], but AnalyticsAssetType is an empty enum
1626
- browse(after: String, assetTypes: [String], first: Int, orderBy: Analytics__AnalyticsOrderBy, where: Analytics__AnalyticsFilter): Analytics__AnalyticsBrowse!
1627
- # Add other fields here if needed
1695
+ enum ResultOrder {
1696
+ ASC
1697
+ DESC
1628
1698
  }
1629
1699
 
1630
- # enum AnalyticsAssetType @generic {
1631
- # }
1632
-
1633
- type Analytics__AnalyticsBrowse {
1634
- edges: [Analytics__AnalyticsEdge]
1635
- totalCount: Int!
1636
- pageResultCount: Int!
1637
- pageInfo: PageInfo!
1700
+ input RecordOrderBy @generic {
1701
+ orderableField: OrderByClause @fieldCategory
1702
+ orderableGeolocationField: OrderByGeolocationClause @fieldCategory
1703
+ orderableParentRelationship: RecordOrderBy @fieldCategory
1704
+ orderablePolymorphicParentRelationship: PolymorphicParentRelationshipRecordOrderBy @fieldCategory
1638
1705
  }
1639
1706
 
1640
- type Analytics__AnalyticsEdge {
1641
- node: Analytics__AnalyticsRepresentation
1642
- cursor: String!
1707
+ input PicklistOperators {
1708
+ eq: Picklist
1709
+ ne: Picklist
1710
+ in: [Picklist]
1711
+ nin: [Picklist]
1712
+ like: Picklist
1713
+ lt: Picklist
1714
+ gt: Picklist
1715
+ lte: Picklist
1716
+ gte: Picklist
1643
1717
  }
1644
1718
 
1645
- interface Analytics__AnalyticsRepresentationInterface {
1646
- MasterLabel: StringValue
1647
- DeveloperName: StringValue
1648
- CreatedById: IDValue
1649
- LastModifiedById: IDValue
1650
- LastModifiedDate: DateTimeValue
1651
- CreatedDate: DateTimeValue
1652
- Id: ID!
1653
- ApiName: String!
1654
- NamespacePrefix: StringValue
1655
- AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1656
- Dataspaces: [Analytics__DataspaceRepresentation]
1657
- RecordOperations: [String]
1658
- AssetApiName: String
1659
- DloActiveStatus: Boolean
1719
+ input RecordFilter @generic {
1720
+ and: [RecordFilter]
1721
+ or: [RecordFilter]
1722
+ not: RecordFilter
1723
+ parentRelationshipRecordFilter: RecordFilter @fieldCategory
1724
+ polymorphicParentRelationshipRecordFilter: PolymorphicParentRelationshipRecordFilter @fieldCategory
1725
+ IntegerOperator: IntegerOperators @fieldCategory
1726
+ LongOperator: LongOperators @fieldCategory
1727
+ StringOperator: StringOperators @fieldCategory
1728
+ DoubleOperator: DoubleOperators @fieldCategory
1729
+ PercentOperator: PercentOperators @fieldCategory
1730
+ LongitudeOperator: LongitudeOperators @fieldCategory
1731
+ LatitudeOperator: LatitudeOperators @fieldCategory
1732
+ EmailOperator: EmailOperators @fieldCategory
1733
+ TextAreaOperator: TextAreaOperators @fieldCategory
1734
+ LongTextAreaOperator: LongTextAreaOperators @fieldCategory
1735
+ URLOperator: URLOperators @fieldCategory
1736
+ PhoneNumberOperator: PhoneNumberOperators @fieldCategory
1737
+ BooleanOperator: BooleanOperators @fieldCategory
1738
+ IdOperator: IdOperators @fieldCategory
1739
+ CurrencyOperator: CurrencyOperators @fieldCategory
1740
+ TimeOperator: TimeOperators @fieldCategory
1741
+ DateOperator: DateOperators @fieldCategory
1742
+ DateTimeOperator: DateTimeOperators @fieldCategory
1743
+ PicklistOperator: PicklistOperators @fieldCategory
1744
+ MultiPicklistOperator: MultiPicklistOperators @fieldCategory
1745
+ GeolocationOperator: GeolocationOperators @fieldCategory
1660
1746
  }
1661
1747
 
1662
- type Analytics__DataspaceRepresentation {
1663
- Id: ID!
1664
- ApiName: String!
1665
- MasterLabel: String
1666
- DeveloperName: String
1748
+ type TimeValue implements FieldValue {
1749
+ value: Time
1750
+ displayValue: String
1751
+ format: String
1667
1752
  }
1668
1753
 
1669
- type Analytics__AnalyticsRepresentation implements Analytics__AnalyticsRepresentationInterface {
1670
- MasterLabel: StringValue
1671
- DeveloperName: StringValue
1672
- CreatedById: IDValue
1673
- LastModifiedById: IDValue
1674
- LastModifiedDate: DateTimeValue
1675
- CreatedDate: DateTimeValue
1676
- Id: ID!
1677
- ApiName: String!
1678
- NamespacePrefix: StringValue
1679
- RecordOperations: [String]
1680
- AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1681
- Dataspaces: [Analytics__DataspaceRepresentation]
1682
- AssetApiName: String
1683
- DloActiveStatus: Boolean
1684
- }
1685
-
1686
- type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentationInterface {
1687
- MasterLabel: StringValue
1688
- DeveloperName: StringValue
1689
- CreatedById: IDValue
1690
- LastModifiedById: IDValue
1691
- LastModifiedDate: DateTimeValue
1692
- CreatedDate: DateTimeValue
1693
- Id: ID!
1694
- ApiName: String!
1695
- NamespacePrefix: StringValue
1696
- SemanticModel: Analytics__SemanticModel
1697
- AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1698
- SubMetrics: Analytics__SemanticSubMetricDefinitionConnection
1699
- Dataspaces: [Analytics__DataspaceRepresentation]
1700
- RecordOperations: [String]
1701
- AssetApiName: String
1702
- DloActiveStatus: Boolean
1703
- }
1704
-
1705
- type Analytics__MktDataConnector implements Analytics__AnalyticsRepresentationInterface {
1706
- MasterLabel: StringValue
1707
- DeveloperName: StringValue
1708
- CreatedById: IDValue
1709
- LastModifiedById: IDValue
1710
- LastModifiedDate: DateTimeValue
1711
- CreatedDate: DateTimeValue
1712
- Id: ID!
1713
- ApiName: String!
1714
- NamespacePrefix: StringValue
1715
- AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1716
- Dataspaces: [Analytics__DataspaceRepresentation]
1717
- RecordOperations: [String]
1718
- DataConnectorType: StringValue
1719
- AssetApiName: String
1720
- DloActiveStatus: Boolean
1754
+ input GeolocationOperators {
1755
+ lt: GeolocationInput
1756
+ gt: GeolocationInput
1721
1757
  }
1722
1758
 
1723
- input Analytics__AnalyticsOrderBy {
1724
- MasterLabel: Analytics__OrderByInput
1725
- Id: Analytics__OrderByInput
1726
- ApiName: Analytics__OrderByInput
1727
- CreatedById: Analytics__OrderByInput
1728
- CreatedDate: Analytics__OrderByInput
1729
- LastModifiedDate: Analytics__OrderByInput
1730
- LastModifiedById: Analytics__OrderByInput
1759
+ input LatitudeOperators {
1760
+ eq: Latitude
1761
+ ne: Latitude
1762
+ lt: Latitude
1763
+ gt: Latitude
1764
+ lte: Latitude
1765
+ gte: Latitude
1766
+ in: [Latitude]
1767
+ nin: [Latitude]
1731
1768
  }
1732
1769
 
1733
- input Analytics__OrderByInput {
1734
- order: Analytics__SortEnumType
1770
+ type IntAggregate implements FieldValue {
1771
+ value: Int
1772
+ displayValue: String
1773
+ avg: DoubleValue
1774
+ count: LongValue
1775
+ countDistinct: LongValue
1776
+ format: String
1777
+ grouping: IntValue
1778
+ max: IntValue
1779
+ min: IntValue
1780
+ sum: LongValue
1735
1781
  }
1736
1782
 
1737
- enum Analytics__SortEnumType {
1738
- ASC
1739
- DESC
1783
+ type RecordAggregate @generic {
1784
+ ApiName: String!
1785
+ BooleanAggregate: BooleanAggregate @fieldCategory
1786
+ CurrencyAggregate: CurrencyAggregate @fieldCategory
1787
+ DateAggregate: DateAggregate @fieldCategory
1788
+ DoubleAggregate: DoubleAggregate @fieldCategory
1789
+ EmailAggregate: EmailAggregate @fieldCategory
1790
+ IDAggregate: IDAggregate @fieldCategory
1791
+ IntAggregate: IntAggregate @fieldCategory
1792
+ LatitudeAggregate: LatitudeAggregate @fieldCategory
1793
+ LongitudeAggregate: LongitudeAggregate @fieldCategory
1794
+ LongAggregate: LongAggregate @fieldCategory
1795
+ PercentAggregate: PercentAggregate @fieldCategory
1796
+ PhoneNumberAggregate: PhoneNumberAggregate @fieldCategory
1797
+ PicklistAggregate: PicklistAggregate @fieldCategory
1798
+ StringAggregate: StringAggregate @fieldCategory
1799
+ TextAreaAggregate: TextAreaAggregate @fieldCategory
1800
+ TimeAggregate: TimeAggregate @fieldCategory
1801
+ UrlAggregate: UrlAggregate @fieldCategory
1802
+ parentRelationship: RecordAggregate @fieldCategory
1803
+ polymorphicParentRelationship: PolymorphicAggregateParentRelationship @fieldCategory
1740
1804
  }
1741
1805
 
1742
- input Analytics__AnalyticsFilter {
1743
- Id: Setup__IdOperators
1744
- MasterLabel: StringOperators
1745
- DeveloperName: StringOperators
1746
- NamespacePrefix: StringOperators
1747
- AssetApiName: StringOperators
1748
- DataConnectorType: StringOperators
1749
- CreatedById: Setup__IdOperators
1750
- CreatedDate: DateTimeOperators
1751
- LastModifiedById: Setup__IdOperators
1752
- LastModifiedDate: DateTimeOperators
1753
- SemanticModel: Analytics__SemanticModelFilter
1754
- and: [Analytics__AnalyticsFilter]
1755
- or: [Analytics__AnalyticsFilter]
1756
- not: Analytics__AnalyticsFilter
1757
- }
1758
-
1759
- input Analytics__SemanticModelFilter {
1760
- DeveloperName: StringOperators
1761
- MasterLabel: StringOperators
1806
+ enum SObject__FieldType {
1807
+ ALL
1808
+ STANDARD
1809
+ CUSTOM
1762
1810
  }
1763
1811
 
1764
- type Analytics__AnalyticsWorkspaceAssetConnection {
1765
- edges: [Analytics__AnalyticsWorkspaceAssetEdge]
1766
- totalCount: Int!
1767
- pageResultCount: Int!
1768
- pageInfo: PageInfo!
1812
+ type JSONValue implements FieldValue {
1813
+ value: JSON
1814
+ displayValue: String
1769
1815
  }
1770
1816
 
1771
- type Analytics__AnalyticsWorkspaceAssetEdge {
1772
- node: Analytics__AnalyticsWorkspaceAsset
1773
- cursor: String!
1817
+ type EmailValue implements FieldValue {
1818
+ value: Email
1819
+ displayValue: String
1774
1820
  }
1775
1821
 
1776
- type Analytics__AnalyticsWorkspaceAsset {
1777
- AnalyticsWorkspace: Analytics__AnalyticsWorkspace
1778
- AssetUsageType: PicklistValue
1779
- ActivePromotionRequestId: IDValue
1780
- MetadataSourceType: PicklistValue
1822
+ input DateFunctionInput {
1823
+ value: LongOperators
1824
+ convertTimezoneValue: LongOperators
1781
1825
  }
1782
1826
 
1783
- type Analytics__AnalyticsWorkspace {
1784
- MasterLabel: StringValue
1785
- DeveloperName: StringValue
1786
- CreatedById: IDValue
1787
- LastModifiedById: IDValue
1788
- LastModifiedDate: DateTimeValue
1789
- CreatedDate: DateTimeValue
1790
- Id: ID!
1791
- ApiName: String!
1792
- }
1827
+ # Mutations are not supported by Luvio.
1828
+ # type Mutation {
1829
+ # uiapi(input: UIAPIMutationsInput): UIAPIMutations!
1830
+ # }
1793
1831
 
1794
- type Analytics__SemanticSubMetricDefinitionConnection {
1795
- edges: [Analytics__SemanticSubMetricDefinitionEdge]
1796
- totalCount: Int!
1797
- pageResultCount: Int!
1798
- pageInfo: PageInfo!
1799
- }
1832
+ union PolymorphicAggregateParentRelationship @generic = RecordAggregate
1800
1833
 
1801
- type Analytics__SemanticSubMetricDefinitionEdge {
1802
- node: Analytics__SemanticSubMetricDefinitionRepresentation
1803
- cursor: String!
1834
+ input LongTextAreaOperators {
1835
+ eq: LongTextArea
1836
+ ne: LongTextArea
1837
+ like: LongTextArea
1838
+ lt: LongTextArea
1839
+ gt: LongTextArea
1840
+ lte: LongTextArea
1841
+ gte: LongTextArea
1842
+ in: [LongTextArea]
1843
+ nin: [LongTextArea]
1804
1844
  }
1805
1845
 
1806
- type Analytics__SemanticSubMetricDefinitionRepresentation {
1807
- Id: ID!
1808
- ApiName: String!
1846
+ input DateTimeOperators {
1847
+ eq: DateTimeInput
1848
+ ne: DateTimeInput
1849
+ lt: DateTimeInput
1850
+ gt: DateTimeInput
1851
+ lte: DateTimeInput
1852
+ gte: DateTimeInput
1853
+ in: [DateTimeInput]
1854
+ nin: [DateTimeInput]
1855
+ DAY_IN_WEEK: DateFunctionInput
1856
+ DAY_IN_MONTH: DateFunctionInput
1857
+ DAY_IN_YEAR: DateFunctionInput
1858
+ WEEK_IN_MONTH: DateFunctionInput
1859
+ WEEK_IN_YEAR: DateFunctionInput
1860
+ CALENDAR_MONTH: DateFunctionInput
1861
+ CALENDAR_QUARTER: DateFunctionInput
1862
+ CALENDAR_YEAR: DateFunctionInput
1863
+ FISCAL_MONTH: DateFunctionInput
1864
+ FISCAL_QUARTER: DateFunctionInput
1865
+ FISCAL_YEAR: DateFunctionInput
1866
+ DAY_ONLY: DateTimeFunctionInput
1867
+ HOUR_IN_DAY: DateFunctionInput
1809
1868
  }
1810
1869
 
1811
- type Analytics__SemanticModel {
1812
- MasterLabel: StringValue
1813
- DeveloperName: StringValue
1814
- CreatedById: IDValue
1815
- LastModifiedById: IDValue
1816
- LastModifiedDate: DateTimeValue
1817
- CreatedDate: DateTimeValue
1818
- Id: ID!
1819
- ApiName: String!
1820
- AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1821
- NamespacePrefix: StringValue
1822
- RelatedModel: Analytics__SemanticModelRelatedModelConnection
1823
- Dataspaces: [Analytics__DataspaceRepresentation]
1824
- RecordOperations: [String]
1825
- AssetApiName: String
1870
+ type BooleanAggregate implements FieldValue {
1871
+ value: Boolean
1872
+ displayValue: String
1873
+ grouping: IntValue
1826
1874
  }
1827
1875
 
1828
- type Analytics__SemanticModelRelatedModelConnection {
1829
- edges: [Analytics__SemanticModelRelatedModelEdge]
1830
- totalCount: Int!
1831
- pageResultCount: Int!
1832
- pageInfo: PageInfo!
1876
+ type RecordQueryAggregate {
1877
+ # scope should be RecordScope, but it is an empty enum
1878
+ recordQueryAggregate(first: Int, after: String, where: RecordFilter, orderBy: RecordAggregateOrderBy, scope: String, groupBy: RecordGroupBy, upperBound: Int): RecordAggregateConnection @fieldCategory
1833
1879
  }
1834
1880
 
1835
- type Analytics__SemanticModelRelatedModelEdge {
1836
- node: Analytics__SemanticModelRelatedModelRepresentation
1837
- cursor: String!
1881
+ input RecordCreateRepresentation @generic {
1882
+ Int: Int @fieldCategory
1883
+ String: String @fieldCategory
1884
+ Boolean: Boolean @fieldCategory
1885
+ ID: IdOrRef @fieldCategory
1886
+ DateTime: DateTime @fieldCategory
1887
+ Time: Time @fieldCategory
1888
+ Date: Date @fieldCategory
1889
+ TextArea: TextArea @fieldCategory
1890
+ LongTextArea: LongTextArea @fieldCategory
1891
+ RichTextArea: RichTextArea @fieldCategory
1892
+ PhoneNumber: PhoneNumber @fieldCategory
1893
+ Email: Email @fieldCategory
1894
+ Url: Url @fieldCategory
1895
+ EncryptedString: EncryptedString @fieldCategory
1896
+ Currency: Currency @fieldCategory
1897
+ Longitude: Longitude @fieldCategory
1898
+ Latitude: Latitude @fieldCategory
1899
+ Picklist: Picklist @fieldCategory
1900
+ MultiPicklist: MultiPicklist @fieldCategory
1901
+ Long: Long @fieldCategory
1902
+ Double: Double @fieldCategory
1903
+ Percent: Percent @fieldCategory
1904
+ Base64: Base64 @fieldCategory
1905
+ JSON: JSON @fieldCategory
1838
1906
  }
1839
1907
 
1840
- type Analytics__SemanticModelRelatedModelRepresentation {
1841
- Id: ID!
1842
- ApiName: String!
1843
- SemanticModelId: IDValue
1844
- RelatedSemanticModel: Analytics__SemanticModel
1908
+ enum FieldExtraTypeInfo {
1909
+ IMAGE_URL
1910
+ EXTERNAL_LOOKUP
1911
+ INDIRECT_LOOKUP
1912
+ PERSONNAME
1913
+ SWITCHABLE_PERSONNAME
1914
+ PLAINTEXTAREA
1915
+ RICHTEXTAREA
1845
1916
  }
1846
1917
 
1847
- input Setup__ListOrderInput {
1848
- apiName: String!
1849
- order: ResultsOrder
1918
+ type RateLimit {
1919
+ cost: Long
1920
+ limit: Long
1921
+ remaining: Long
1922
+ resetAt: DateTime
1850
1923
  }
1851
1924
 
1852
- type Setup__ListViewRow {
1853
- id: ID!
1854
- columns(apiNames: [String!]): [Setup__ListScalarField]!
1925
+ input DateRange {
1926
+ last_n_days: Int
1927
+ next_n_days: Int
1928
+ last_n_weeks: Int
1929
+ next_n_weeks: Int
1930
+ last_n_months: Int
1931
+ next_n_months: Int
1932
+ last_n_quarters: Int
1933
+ next_n_quarters: Int
1934
+ last_n_fiscal_quarters: Int
1935
+ next_n_fiscal_quarters: Int
1936
+ last_n_years: Int
1937
+ next_n_years: Int
1938
+ last_n_fiscal_years: Int
1939
+ next_n_fiscal_years: Int
1940
+ n_days_ago: Int
1941
+ n_weeks_ago: Int
1942
+ n_months_ago: Int
1943
+ n_quarters_ago: Int
1944
+ n_years_ago: Int
1945
+ n_fiscal_quarters_ago: Int
1946
+ n_fiscal_years_ago: Int
1855
1947
  }
1856
1948
 
1857
- type Setup__ListView {
1858
- listViewType: String!
1859
- label: String
1860
- displayColumns: [Setup__ListColumn!]!
1861
- filters: [Setup__ListFilter!]
1862
- filterLogic: String
1863
- orderedByInfo: [Setup__ListOrder!]!
1864
- searchable: Boolean!
1865
- rows(first: Int, after: String, upperBound: Int, orderBy: Setup__ListOrderInput, searchTerm: String): Setup__ListViewRowConnection
1949
+ type UIAPIMutations {
1950
+ recordCreate(input: RecordCreateInput!): RecordCreatePayload @fieldCategory
1951
+ recordDelete(input: RecordDeleteInput!): RecordDeletePayload @fieldCategory
1952
+ recordUpdate(input: RecordUpdateInput!): RecordUpdatePayload @fieldCategory
1866
1953
  }
1867
1954
 
1868
- type Setup__ListFilter {
1869
- apiName: String!
1870
- operator: Setup__ListFilterOperator!
1871
- operand: [String!]!
1955
+ input IntegerOperators {
1956
+ eq: Int
1957
+ ne: Int
1958
+ lt: Int
1959
+ gt: Int
1960
+ lte: Int
1961
+ gte: Int
1962
+ in: [Int]
1963
+ nin: [Int]
1872
1964
  }
1873
1965
 
1874
- enum Setup__ListFilterOperator {
1875
- EQUALS
1876
- NOT_EQUAL
1877
- LESS_THAN
1878
- GREATER_THAN
1879
- LESS_OR_EQUAL
1880
- GREATER_OR_EQUAL
1881
- CONTAINS
1882
- NOT_CONTAIN
1883
- STARTS_WITH
1884
- INCLUDES
1885
- EXCLUDES
1886
- WITHIN
1966
+ type EncryptedStringValue implements FieldValue {
1967
+ value: EncryptedString
1968
+ displayValue: String
1887
1969
  }
1888
1970
 
1889
- type Setup__ListViewRowConnection {
1890
- edges: [Setup__ListViewRowEdge]
1891
- pageInfo: PageInfo!
1892
- totalCount: Int!
1971
+ interface Record {
1972
+ Id: ID!
1973
+ ApiName: String!
1974
+ WeakEtag: Long!
1975
+ DisplayValue: String
1976
+ LastModifiedById: IDValue
1977
+ LastModifiedDate: DateTimeValue
1978
+ SystemModstamp: DateTimeValue
1979
+ RecordTypeId(fallback: Boolean): IDValue
1893
1980
  }
1894
1981
 
1895
- input Setup__ListFilterInput {
1896
- apiName: String!
1897
- operator: Setup__ListFilterOperator!
1898
- operand: [String!]!
1982
+ input PolymorphicParentRelationshipRecordFilter @generic {
1983
+ RecordFilter: RecordFilter @fieldCategory
1899
1984
  }
1900
1985
 
1901
- type Setup__ListOrder {
1902
- apiName: String!
1986
+ """
1987
+ A type that can contain any of the following types: Boolean, Date, DateTime, Double, String.
1988
+ Format and Label are not supported by AnyType and displayValue is an unformatted string representation of the value.
1989
+ """
1990
+ union AnyType = BooleanValue | DateValue | DateTimeValue | DoubleValue | StringValue
1991
+
1992
+ input AggregateOrderByNumberClause {
1993
+ function: AggregateOrderByNumberFunction
1903
1994
  order: ResultsOrder
1995
+ nulls: NullsOrder
1904
1996
  }
1905
1997
 
1906
- type Setup__ListScalarField {
1907
- apiName: String!
1908
- value: String
1909
- dataType: DataType
1910
- displayValue: String
1911
- format: String
1912
- label: String
1998
+ input DateInput {
1999
+ value: Date
2000
+ literal: DateLiteral
2001
+ range: DateRange
1913
2002
  }
1914
2003
 
1915
- type Setup__ListViewRowEdge {
1916
- cursor: String!
1917
- node: Setup__ListViewRow
2004
+ input RecordGroupBy @generic {
2005
+ groupableField: GroupByClause @fieldCategory
2006
+ groupableDateField: GroupByDateFunction @fieldCategory
2007
+ groupableParentRelationship: RecordGroupBy @fieldCategory
2008
+ groupablePolymorphicParentRelationship: PolymorphicParentRelationshipGroupBy @fieldCategory
2009
+ type: GroupByType = GROUP_BY
1918
2010
  }
1919
2011
 
1920
- type Setup__ListViewObjectInfo {
1921
- columns(apiNames: [String!], displayable: Boolean, filterable: Boolean) : [Setup__ListColumn!]!
2012
+ type RecordQuery {
2013
+ # scope should be RecordScope, but it is an empty enum
2014
+ recordQuery(first: Int, after: String, where: RecordFilter, orderBy: RecordOrderBy, scope: String, upperBound: Int, updateMRU: Boolean): RecordConnection @fieldCategory
1922
2015
  }
1923
2016
 
1924
- type Setup__ListColumn {
1925
- apiName: String!
1926
- label: String!
1927
- type: DataType!
1928
- displayable: Boolean!
1929
- filterable: Boolean!
1930
- defaultOperator: Setup__ListFilterOperator
1931
- allowedOperators: [Setup__ListFilterOperator!]
1932
- sortable: Boolean
1933
- lookupIdColumn: String
2017
+ input RecordAggregateOrderBy @generic {
2018
+ orderableNumberField: AggregateOrderByNumberClause @fieldCategory
2019
+ orderableStringField: AggregateOrderByStringClause @fieldCategory
2020
+ orderableField: NoFunctionAggregateOrderByClause @fieldCategory
2021
+ orderableGeolocationField: OrderByGeolocationClause @fieldCategory
2022
+ orderableParentRelationship: RecordAggregateOrderBy @fieldCategory
2023
+ orderablePolymorphicParentRelationship: PolymorphicParentRelationshipOrderBy @fieldCategory
2024
+ }
2025
+
2026
+ input IgnoreRule {
2027
+ rule: String!
2028
+ teamName: String!
2029
+ justification: String!
1934
2030
  }
1935
2031
 
1936
2032
  directive @generic on OBJECT | INTERFACE | UNION | ENUM | INPUT_OBJECT
1937
2033
  directive @fieldCategory on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
1938
2034
  directive @category(name: String!) on FIELD
2035
+ "Specifies the team name for a type"
2036
+ directive @team(name: String!) on OBJECT | INPUT_OBJECT | INTERFACE | ENUM | UNION | SCALAR
2037
+ "Specifies the validation rules to ignore for this element."
2038
+ directive @ignoreRule(rules: [IgnoreRule!]!) on OBJECT
2039
+ | INPUT_OBJECT
2040
+ | INTERFACE
2041
+ | ENUM
2042
+ | UNION
2043
+ | SCALAR
2044
+ | FIELD_DEFINITION
2045
+ | INPUT_FIELD_DEFINITION
2046
+ | ARGUMENT_DEFINITION
2047
+ | ENUM_VALUE
2048
+ directive @optional on FIELD
2049
+
2050
+ type __Type {
2051
+ kind: __TypeKind!
2052
+ name: String
2053
+ description: String
2054
+ fields(includeDeprecated: Boolean = false): [__Field!]
2055
+ interfaces: [__Type!]
2056
+ possibleTypes: [__Type!]
2057
+ enumValues(includeDeprecated: Boolean = false): [__EnumValue!]
2058
+ inputFields: [__InputValue!]
2059
+ ofType: __Type
2060
+ }