@salesforce/mcp-provider-lwc-experts 0.6.3 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/index.bundle.js +109 -117
  2. package/knowledge/graphql/generation-guide.md +212 -0
  3. package/knowledge/graphql/generation-mutation.md +265 -0
  4. package/knowledge/graphql/generation-query.md +235 -0
  5. package/knowledge/graphql/generation-schema.md +20 -0
  6. package/knowledge/graphql/schema/shared.graphqls +1140 -0
  7. package/knowledge/o11y/activityApi.md +64 -0
  8. package/knowledge/o11y/bestPractices.md +106 -0
  9. package/knowledge/o11y/counterMetrics.md +61 -0
  10. package/knowledge/o11y/errorTracking.md +70 -0
  11. package/knowledge/o11y/initialization.md +46 -0
  12. package/knowledge/o11y/lifecycleInstrumentation.md +91 -0
  13. package/knowledge/o11y/logApi.md +53 -0
  14. package/knowledge/o11y/schemaUsage.md +48 -0
  15. package/knowledge/slds/styling-hooks/README.md +408 -0
  16. package/knowledge/slds/styling-hooks/categories/color.md +963 -0
  17. package/knowledge/slds/styling-hooks/categories/radius.md +526 -0
  18. package/knowledge/slds/styling-hooks/categories/shadow.md +489 -0
  19. package/knowledge/slds/styling-hooks/categories/sizing.md +667 -0
  20. package/knowledge/slds/styling-hooks/categories/spacing.md +501 -0
  21. package/knowledge/slds/styling-hooks/categories/typography.md +708 -0
  22. package/knowledge/slds/styling-hooks/global-semantic/accent-hooks.md +207 -0
  23. package/knowledge/slds/styling-hooks/global-semantic/feedback-hooks.md +819 -0
  24. package/knowledge/slds/styling-hooks/global-semantic/surface-hooks.md +215 -0
  25. package/knowledge/slds/styling-hooks/guidance.md +906 -0
  26. package/knowledge/slds/styling-hooks/metadata/hooks-index.json +6576 -0
  27. package/knowledge/utam/generation-guide.md +499 -0
  28. package/knowledge/utam/generation-workflow.md +243 -0
  29. package/knowledge/utam/namespaces-mapping.md +26 -0
  30. package/knowledge/utam/utam-json-schema.md +720 -0
  31. package/knowledge/utils.ts +27 -0
  32. package/package.json +4 -3
  33. /package/{agents → experts}/lds/resources/lwc/guides/reference/reference-create-list-info.md +0 -0
  34. /package/{agents → experts}/lds/resources/lwc/guides/reference/reference-create-record.md +0 -0
  35. /package/{agents → experts}/lds/resources/lwc/guides/reference/reference-delete-list-info.md +0 -0
  36. /package/{agents → experts}/lds/resources/lwc/guides/reference/reference-delete-record.md +0 -0
  37. /package/{agents → experts}/lds/resources/lwc/guides/reference/reference-get-list-info-by-name.md +0 -0
  38. /package/{agents → experts}/lds/resources/lwc/guides/reference/reference-get-list-infos-by-name.md +0 -0
  39. /package/{agents → experts}/lds/resources/lwc/guides/reference/reference-get-list-infos-by-object-name.md +0 -0
  40. /package/{agents → experts}/lds/resources/lwc/guides/reference/reference-get-list-object-info.md +0 -0
  41. /package/{agents → experts}/lds/resources/lwc/guides/reference/reference-get-list-preferences.md +0 -0
  42. /package/{agents → experts}/lds/resources/lwc/guides/reference/reference-get-list-records-by-name.md +0 -0
  43. /package/{agents → experts}/lds/resources/lwc/guides/reference/reference-update-list-info.md +0 -0
  44. /package/{agents → experts}/lds/resources/lwc/guides/reference/reference-update-list-preferences.md +0 -0
  45. /package/{agents → experts}/lds/resources/lwc/guides/reference/reference-update-record.md +0 -0
  46. /package/{agents → experts}/lds/resources/lwc/guides/reference/wire-adapters/lds-wire-adapter-types.json +0 -0
  47. /package/{agents → experts}/lds/resources/lwc/guides/reference/wire-adapters/reference-wire-adapters-get-related-list-count.md +0 -0
  48. /package/{agents → experts}/lds/resources/lwc/guides/reference/wire-adapters/reference-wire-adapters-get-related-list-info-batch.md +0 -0
  49. /package/{agents → experts}/lds/resources/lwc/guides/reference/wire-adapters/reference-wire-adapters-get-related-list-info.md +0 -0
  50. /package/{agents → experts}/lds/resources/lwc/guides/reference/wire-adapters/reference-wire-adapters-get-related-list-records-batch.md +0 -0
  51. /package/{agents → experts}/lds/resources/lwc/guides/reference/wire-adapters/reference-wire-adapters-get-related-list-records.md +0 -0
  52. /package/{agents → experts}/lds/resources/lwc/guides/reference/wire-adapters/reference-wire-adapters-get-related-lists-info.md +0 -0
  53. /package/{agents → experts}/lds/resources/lwc/guides/reference/wire-adapters/reference-wire-adapters-object-info.md +0 -0
  54. /package/{agents → experts}/lds/resources/lwc/guides/reference/wire-adapters/reference-wire-adapters-object-infos.md +0 -0
  55. /package/{agents → experts}/lds/resources/lwc/guides/reference/wire-adapters/reference-wire-adapters-picklist-values-record.md +0 -0
  56. /package/{agents → experts}/lds/resources/lwc/guides/reference/wire-adapters/reference-wire-adapters-picklist-values.md +0 -0
  57. /package/{agents → experts}/lds/resources/lwc/guides/reference/wire-adapters/reference-wire-adapters-record.md +0 -0
  58. /package/{agents → experts}/lds/resources/lwc/guides/reference/wire-adapters/reference-wire-adapters-records.md +0 -0
@@ -0,0 +1,1140 @@
1
+ # Common scalar types
2
+ scalar BigDecimal
3
+ scalar Byte
4
+ scalar Char
5
+ scalar BigInteger
6
+ scalar Short
7
+ scalar String
8
+ scalar Currency
9
+ scalar Longitude
10
+ scalar Float
11
+ scalar PhoneNumber
12
+ scalar Email
13
+ scalar TextArea
14
+ scalar Latitude
15
+ scalar RichTextArea
16
+ scalar EncryptedString
17
+ scalar Long
18
+ scalar JSON
19
+ scalar Time
20
+ scalar Percent
21
+ scalar LongTextArea
22
+ scalar DateTime
23
+ scalar ID
24
+ scalar Boolean
25
+ scalar MultiPicklist
26
+ scalar Base64
27
+ scalar Url
28
+ scalar Picklist
29
+ scalar Double
30
+ scalar Int
31
+ scalar IdOrRef
32
+ scalar Date
33
+
34
+ # Common enums
35
+ enum GroupByFunction {
36
+ DAY_IN_WEEK
37
+ DAY_IN_MONTH
38
+ DAY_IN_YEAR
39
+ WEEK_IN_MONTH
40
+ WEEK_IN_YEAR
41
+ CALENDAR_MONTH
42
+ CALENDAR_QUARTER
43
+ CALENDAR_YEAR
44
+ FISCAL_MONTH
45
+ FISCAL_QUARTER
46
+ FISCAL_YEAR
47
+ DAY_ONLY
48
+ HOUR_IN_DAY
49
+ }
50
+
51
+ enum DataType {
52
+ STRING
53
+ TEXTAREA
54
+ PHONE
55
+ EMAIL
56
+ URL
57
+ ENCRYPTEDSTRING
58
+ BOOLEAN
59
+ CURRENCY
60
+ INT
61
+ LONG
62
+ DOUBLE
63
+ PERCENT
64
+ DATETIME
65
+ TIME
66
+ DATE
67
+ REFERENCE
68
+ PICKLIST
69
+ MULTIPICKLIST
70
+ ADDRESS
71
+ LOCATION
72
+ BASE64
73
+ COMPLEXVALUE
74
+ COMBOBOX
75
+ JSON
76
+ JUNCTIONIDLIST
77
+ ANYTYPE
78
+ }
79
+
80
+ enum AggregateOrderByNumberFunction {
81
+ AVG
82
+ COUNT
83
+ COUNT_DISTINCT
84
+ MAX
85
+ MIN
86
+ SUM
87
+ }
88
+
89
+ enum AggregateOrderByStringFunction {
90
+ COUNT
91
+ COUNT_DISTINCT
92
+ MAX
93
+ MIN
94
+ }
95
+
96
+ enum GroupByType {
97
+ GROUP_BY
98
+ ROLLUP
99
+ CUBE
100
+ }
101
+
102
+ enum ResultsOrder {
103
+ ASC
104
+ DESC
105
+ }
106
+
107
+ enum ResultOrder {
108
+ ASC
109
+ DESC
110
+ }
111
+
112
+ enum NullOrder {
113
+ FIRST
114
+ LAST
115
+ }
116
+
117
+ enum NullsOrder {
118
+ FIRST
119
+ LAST
120
+ }
121
+
122
+ enum DateLiteral {
123
+ YESTERDAY
124
+ TODAY
125
+ TOMORROW
126
+ LAST_WEEK
127
+ THIS_WEEK
128
+ NEXT_WEEK
129
+ LAST_MONTH
130
+ THIS_MONTH
131
+ NEXT_MONTH
132
+ LAST_90_DAYS
133
+ NEXT_90_DAYS
134
+ LAST_QUARTER
135
+ THIS_QUARTER
136
+ NEXT_QUARTER
137
+ LAST_FISCAL_QUARTER
138
+ THIS_FISCAL_QUARTER
139
+ NEXT_FISCAL_QUARTER
140
+ LAST_YEAR
141
+ THIS_YEAR
142
+ NEXT_YEAR
143
+ LAST_FISCAL_YEAR
144
+ THIS_FISCAL_YEAR
145
+ NEXT_FISCAL_YEAR
146
+ }
147
+
148
+ enum Unit {
149
+ MI
150
+ KM
151
+ }
152
+
153
+ enum SObject__FieldType {
154
+ ALL
155
+ STANDARD
156
+ CUSTOM
157
+ }
158
+
159
+ enum FieldExtraTypeInfo {
160
+ IMAGE_URL
161
+ EXTERNAL_LOOKUP
162
+ INDIRECT_LOOKUP
163
+ PERSONNAME
164
+ SWITCHABLE_PERSONNAME
165
+ PLAINTEXTAREA
166
+ RICHTEXTAREA
167
+ }
168
+
169
+ # Common interfaces
170
+ interface FieldValue {
171
+ displayValue: String
172
+ }
173
+
174
+ interface Field {
175
+ ApiName: String!
176
+ calculated: Boolean!
177
+ compound: Boolean!
178
+ compoundComponentName: String
179
+ compoundFieldName: String
180
+ controllerName: String
181
+ controllingFields: [String]!
182
+ createable: Boolean!
183
+ custom: Boolean!
184
+ dataType: DataType
185
+ extraTypeInfo: FieldExtraTypeInfo
186
+ filterable: Boolean!
187
+ filteredLookupInfo: FilteredLookupInfo
188
+ highScaleNumber: Boolean!
189
+ htmlFormatted: Boolean!
190
+ inlineHelpText: String
191
+ label: String
192
+ nameField: Boolean!
193
+ polymorphicForeignKey: Boolean!
194
+ precision: Int
195
+ reference: Boolean!
196
+ referenceTargetField: String
197
+ referenceToInfos: [ReferenceToInfo]!
198
+ relationshipName: String
199
+ required: Boolean!
200
+ scale: Int
201
+ searchPrefilterable: Boolean
202
+ sortable: Boolean!
203
+ updateable: Boolean!
204
+ }
205
+
206
+ interface Record {
207
+ Id: ID!
208
+ ApiName: String!
209
+ WeakEtag: Long!
210
+ DisplayValue: String
211
+ LastModifiedById: IDValue
212
+ LastModifiedDate: DateTimeValue
213
+ SystemModstamp: DateTimeValue
214
+ RecordTypeId(fallback: Boolean): IDValue
215
+ }
216
+
217
+ # Common types
218
+ type PageInfo {
219
+ hasNextPage: Boolean!
220
+ hasPreviousPage: Boolean!
221
+ startCursor: String
222
+ endCursor: String
223
+ }
224
+
225
+ type SObject__Field {
226
+ name: String!
227
+ value: String
228
+ }
229
+
230
+ type ReferenceToInfo {
231
+ ApiName: String!
232
+ nameFields: [String]!
233
+ objectInfo: ObjectInfo
234
+ }
235
+
236
+ type FilteredLookupInfo {
237
+ controllingFields: [String]!
238
+ dependent: Boolean!
239
+ optionalFilter: Boolean!
240
+ }
241
+
242
+ type DependentField {
243
+ controllingField: String!
244
+ dependentFields: [String]!
245
+ }
246
+
247
+ type RecordTypeInfo {
248
+ available: Boolean!
249
+ defaultRecordTypeMapping: Boolean!
250
+ master: Boolean!
251
+ name: String
252
+ recordTypeId: ID
253
+ }
254
+
255
+ type ThemeInfo {
256
+ color: String
257
+ iconUrl: String
258
+ }
259
+
260
+ type ChildRelationship {
261
+ childObjectApiName: String!
262
+ fieldName: String
263
+ junctionIdListNames: [String]!
264
+ junctionReferenceTo: [String]!
265
+ relationshipName: String
266
+ objectInfo: ObjectInfo
267
+ }
268
+
269
+ type ObjectInfo {
270
+ ApiName: String!
271
+ childRelationships: [ChildRelationship]!
272
+ createable: Boolean!
273
+ custom: Boolean!
274
+ defaultRecordTypeId: ID
275
+ deletable: Boolean!
276
+ dependentFields: [DependentField]!
277
+ feedEnabled: Boolean!
278
+ fields: [Field]!
279
+ keyPrefix: String
280
+ label: String
281
+ labelPlural: String
282
+ layoutable: Boolean!
283
+ mruEnabled: Boolean!
284
+ nameFields: [String]!
285
+ queryable: Boolean!
286
+ recordTypeInfos: [RecordTypeInfo]!
287
+ searchable: Boolean!
288
+ themeInfo: ThemeInfo
289
+ updateable: Boolean!
290
+ locale: String
291
+ }
292
+
293
+ type StandardField implements Field {
294
+ ApiName: String!
295
+ calculated: Boolean!
296
+ compound: Boolean!
297
+ compoundComponentName: String
298
+ compoundFieldName: String
299
+ controllerName: String
300
+ controllingFields: [String]!
301
+ createable: Boolean!
302
+ custom: Boolean!
303
+ dataType: DataType
304
+ extraTypeInfo: FieldExtraTypeInfo
305
+ filterable: Boolean!
306
+ filteredLookupInfo: FilteredLookupInfo
307
+ highScaleNumber: Boolean!
308
+ htmlFormatted: Boolean!
309
+ inlineHelpText: String
310
+ label: String
311
+ nameField: Boolean!
312
+ polymorphicForeignKey: Boolean!
313
+ precision: Int
314
+ reference: Boolean!
315
+ referenceTargetField: String
316
+ referenceToInfos: [ReferenceToInfo]!
317
+ relationshipName: String
318
+ required: Boolean!
319
+ scale: Int
320
+ searchPrefilterable: Boolean
321
+ sortable: Boolean!
322
+ updateable: Boolean!
323
+ }
324
+
325
+ type PicklistField implements Field {
326
+ ApiName: String!
327
+ calculated: Boolean!
328
+ compound: Boolean!
329
+ compoundComponentName: String
330
+ compoundFieldName: String
331
+ controllerName: String
332
+ controllingFields: [String]!
333
+ createable: Boolean!
334
+ custom: Boolean!
335
+ dataType: DataType
336
+ extraTypeInfo: FieldExtraTypeInfo
337
+ filterable: Boolean!
338
+ filteredLookupInfo: FilteredLookupInfo
339
+ highScaleNumber: Boolean!
340
+ htmlFormatted: Boolean!
341
+ inlineHelpText: String
342
+ label: String
343
+ nameField: Boolean!
344
+ polymorphicForeignKey: Boolean!
345
+ picklistValuesByRecordTypeIDs: [PicklistValueByRecordTypeIDs]
346
+ precision: Int
347
+ reference: Boolean!
348
+ referenceTargetField: String
349
+ referenceToInfos: [ReferenceToInfo]!
350
+ relationshipName: String
351
+ required: Boolean!
352
+ scale: Int
353
+ searchPrefilterable: Boolean
354
+ sortable: Boolean!
355
+ updateable: Boolean!
356
+ }
357
+
358
+ type PicklistValueByRecordTypeIDs {
359
+ recordTypeID: String!
360
+ controllerValues: [ControllerValues!]
361
+ picklistValues: [PicklistValues!]
362
+ defaultValue: PicklistValues
363
+ }
364
+
365
+ type ControllerValues {
366
+ value: String
367
+ index: Int
368
+ }
369
+
370
+ type PicklistValues {
371
+ value: String
372
+ label: String
373
+ validFor: [Int]
374
+ attributes: PicklistAttributes
375
+ }
376
+
377
+ type PicklistAttributes {
378
+ picklistAtrributesValueType: String
379
+ connectDisplayName: String
380
+ internalName: String
381
+ }
382
+
383
+ # Value types implementing FieldValue
384
+ type IntValue implements FieldValue {
385
+ value: Int
386
+ displayValue: String
387
+ format: String
388
+ }
389
+
390
+ type StringValue implements FieldValue {
391
+ value: String
392
+ displayValue: String
393
+ label: String
394
+ }
395
+
396
+ type BooleanValue implements FieldValue {
397
+ value: Boolean
398
+ displayValue: String
399
+ }
400
+
401
+ type IDValue implements FieldValue {
402
+ value: ID
403
+ displayValue: String
404
+ }
405
+
406
+ type DateTimeValue implements FieldValue {
407
+ value: DateTime
408
+ displayValue: String
409
+ format: String
410
+ }
411
+
412
+ type TimeValue implements FieldValue {
413
+ value: Time
414
+ displayValue: String
415
+ format: String
416
+ }
417
+
418
+ type DateValue implements FieldValue {
419
+ value: Date
420
+ displayValue: String
421
+ format: String
422
+ }
423
+
424
+ type TextAreaValue implements FieldValue {
425
+ value: TextArea
426
+ displayValue: String
427
+ label: String
428
+ }
429
+
430
+ type LongTextAreaValue implements FieldValue {
431
+ value: LongTextArea
432
+ displayValue: String
433
+ label: String
434
+ }
435
+
436
+ type RichTextAreaValue implements FieldValue {
437
+ value: RichTextArea
438
+ displayValue: String
439
+ label: String
440
+ }
441
+
442
+ type PhoneNumberValue implements FieldValue {
443
+ value: PhoneNumber
444
+ displayValue: String
445
+ }
446
+
447
+ type EmailValue implements FieldValue {
448
+ value: Email
449
+ displayValue: String
450
+ }
451
+
452
+ type UrlValue implements FieldValue {
453
+ value: Url
454
+ displayValue: String
455
+ }
456
+
457
+ type EncryptedStringValue implements FieldValue {
458
+ value: EncryptedString
459
+ displayValue: String
460
+ }
461
+
462
+ type CurrencyValue implements FieldValue {
463
+ value: Currency
464
+ displayValue: String
465
+ format: String
466
+ convertCurrency: Currency
467
+ }
468
+
469
+ type LongitudeValue implements FieldValue {
470
+ value: Longitude
471
+ displayValue: String
472
+ }
473
+
474
+ type LatitudeValue implements FieldValue {
475
+ value: Latitude
476
+ displayValue: String
477
+ }
478
+
479
+ type PicklistValue implements FieldValue {
480
+ value: Picklist
481
+ displayValue: String
482
+ label: String
483
+ }
484
+
485
+ type MultiPicklistValue implements FieldValue {
486
+ value: MultiPicklist
487
+ displayValue: String
488
+ label: String
489
+ }
490
+
491
+ type LongValue implements FieldValue {
492
+ value: Long
493
+ displayValue: String
494
+ format: String
495
+ }
496
+
497
+ type DoubleValue implements FieldValue {
498
+ value: Double
499
+ displayValue: String
500
+ format: String
501
+ }
502
+
503
+ type PercentValue implements FieldValue {
504
+ value: Percent
505
+ displayValue: String
506
+ format: String
507
+ }
508
+
509
+ type Base64Value implements FieldValue {
510
+ value: Base64
511
+ displayValue: String
512
+ }
513
+
514
+ type JSONValue implements FieldValue {
515
+ value: JSON
516
+ displayValue: String
517
+ }
518
+
519
+ # Aggregate types implementing FieldValue
520
+ type BooleanAggregate implements FieldValue {
521
+ value: Boolean
522
+ displayValue: String
523
+ grouping: IntValue
524
+ }
525
+
526
+ type CurrencyAggregate implements FieldValue {
527
+ value: Currency
528
+ displayValue: String
529
+ avg: DoubleValue
530
+ count: LongValue
531
+ countDistinct: LongValue
532
+ format: String
533
+ max: CurrencyValue
534
+ min: CurrencyValue
535
+ sum: CurrencyValue
536
+ }
537
+
538
+ type DateAggregate implements FieldValue {
539
+ value: Date
540
+ displayValue: String
541
+ calendarMonth: DateFunctionAggregation
542
+ calendarQuarter: DateFunctionAggregation
543
+ calendarYear: DateFunctionAggregation
544
+ count: LongValue
545
+ countDistinct: LongValue
546
+ dayInMonth: DateFunctionAggregation
547
+ dayInWeek: DateFunctionAggregation
548
+ dayInYear: DateFunctionAggregation
549
+ fiscalMonth: DateFunctionAggregation
550
+ fiscalQuarter: DateFunctionAggregation
551
+ fiscalYear: DateFunctionAggregation
552
+ format: String
553
+ grouping: IntValue
554
+ max: DateValue
555
+ min: DateValue
556
+ weekInMonth: DateFunctionAggregation
557
+ weekInYear: DateFunctionAggregation
558
+ }
559
+
560
+ type DateTimeAggregate implements FieldValue {
561
+ value: DateTime
562
+ displayValue: String
563
+ calendarMonth: DateFunctionAggregation
564
+ calendarQuarter: DateFunctionAggregation
565
+ calendarYear: DateFunctionAggregation
566
+ count: LongValue
567
+ countDistinct: LongValue
568
+ dayInMonth: DateFunctionAggregation
569
+ dayInWeek: DateFunctionAggregation
570
+ dayInYear: DateFunctionAggregation
571
+ dayOnly: DateOnlyAggregation
572
+ fiscalMonth: DateFunctionAggregation
573
+ fiscalQuarter: DateFunctionAggregation
574
+ fiscalYear: DateFunctionAggregation
575
+ format: String
576
+ hourInDay: DateFunctionAggregation
577
+ max: DateTimeValue
578
+ min: DateTimeValue
579
+ weekInMonth: DateFunctionAggregation
580
+ weekInYear: DateFunctionAggregation
581
+ }
582
+
583
+ type DoubleAggregate implements FieldValue {
584
+ value: Double
585
+ displayValue: String
586
+ avg: DoubleValue
587
+ count: LongValue
588
+ countDistinct: LongValue
589
+ format: String
590
+ max: DoubleValue
591
+ min: DoubleValue
592
+ sum: DoubleValue
593
+ }
594
+
595
+ type EmailAggregate implements FieldValue {
596
+ value: Email
597
+ displayValue: String
598
+ count: LongValue
599
+ countDistinct: LongValue
600
+ grouping: IntValue
601
+ max: EmailValue
602
+ min: EmailValue
603
+ }
604
+
605
+ type IDAggregate implements FieldValue {
606
+ value: ID
607
+ displayValue: String
608
+ count: LongValue
609
+ countDistinct: LongValue
610
+ grouping: IntValue
611
+ max: IDValue
612
+ min: IDValue
613
+ }
614
+
615
+ type IntAggregate implements FieldValue {
616
+ value: Int
617
+ displayValue: String
618
+ avg: DoubleValue
619
+ count: LongValue
620
+ countDistinct: LongValue
621
+ format: String
622
+ grouping: IntValue
623
+ max: IntValue
624
+ min: IntValue
625
+ sum: LongValue
626
+ }
627
+
628
+ type LatitudeAggregate implements FieldValue {
629
+ value: Latitude
630
+ displayValue: String
631
+ avg: DoubleValue
632
+ count: LongValue
633
+ countDistinct: LongValue
634
+ max: LatitudeValue
635
+ min: LatitudeValue
636
+ sum: DoubleValue
637
+ }
638
+
639
+ type LongitudeAggregate implements FieldValue {
640
+ value: Longitude
641
+ displayValue: String
642
+ avg: DoubleValue
643
+ count: LongValue
644
+ countDistinct: LongValue
645
+ max: LongitudeValue
646
+ min: LongitudeValue
647
+ sum: DoubleValue
648
+ }
649
+
650
+ type LongAggregate implements FieldValue {
651
+ value: Long
652
+ displayValue: String
653
+ avg: DoubleValue
654
+ count: LongValue
655
+ countDistinct: LongValue
656
+ format: String
657
+ grouping: IntValue
658
+ max: LongValue
659
+ min: LongValue
660
+ sum: LongValue
661
+ }
662
+
663
+ type PercentAggregate implements FieldValue {
664
+ value: Percent
665
+ displayValue: String
666
+ avg: DoubleValue
667
+ count: LongValue
668
+ countDistinct: LongValue
669
+ format: String
670
+ max: PercentValue
671
+ min: PercentValue
672
+ sum: PercentValue
673
+ }
674
+
675
+ type PhoneNumberAggregate implements FieldValue {
676
+ value: PhoneNumber
677
+ displayValue: String
678
+ count: LongValue
679
+ countDistinct: LongValue
680
+ grouping: IntValue
681
+ max: PhoneNumberValue
682
+ min: PhoneNumberValue
683
+ }
684
+
685
+ type PicklistAggregate implements FieldValue {
686
+ value: Picklist
687
+ displayValue: String
688
+ count: LongValue
689
+ countDistinct: LongValue
690
+ grouping: IntValue
691
+ label: String
692
+ max: PicklistValue
693
+ min: PicklistValue
694
+ }
695
+
696
+ type StringAggregate implements FieldValue {
697
+ value: String
698
+ displayValue: String
699
+ count: LongValue
700
+ countDistinct: LongValue
701
+ grouping: IntValue
702
+ label: String
703
+ max: StringValue
704
+ min: StringValue
705
+ }
706
+
707
+ type TextAreaAggregate implements FieldValue {
708
+ value: TextArea
709
+ displayValue: String
710
+ count: LongValue
711
+ countDistinct: LongValue
712
+ grouping: IntValue
713
+ label: String
714
+ max: TextAreaValue
715
+ min: TextAreaValue
716
+ }
717
+
718
+ type TimeAggregate implements FieldValue {
719
+ value: Time
720
+ displayValue: String
721
+ format: String
722
+ hourInDay: DateFunctionAggregation
723
+ }
724
+
725
+ type UrlAggregate implements FieldValue {
726
+ value: Url
727
+ displayValue: String
728
+ count: LongValue
729
+ countDistinct: LongValue
730
+ grouping: IntValue
731
+ max: UrlValue
732
+ min: UrlValue
733
+ }
734
+
735
+ # Helper types for aggregations
736
+ type DateFunctionAggregation {
737
+ value: Long
738
+ format: String
739
+ }
740
+
741
+ type DateOnlyAggregation {
742
+ value: Date
743
+ format: String
744
+ }
745
+
746
+ type CompoundField @generic {
747
+ IntValue: IntValue @fieldCategory
748
+ StringValue: StringValue @fieldCategory
749
+ BooleanValue: BooleanValue @fieldCategory
750
+ IDValue: IDValue @fieldCategory
751
+ DateTimeValue: DateTimeValue @fieldCategory
752
+ TimeValue: TimeValue @fieldCategory
753
+ DateValue: DateValue @fieldCategory
754
+ TextAreaValue: TextAreaValue @fieldCategory
755
+ LongTextAreaValue: LongTextAreaValue @fieldCategory
756
+ RichTextAreaValue: RichTextAreaValue @fieldCategory
757
+ PhoneNumberValue: PhoneNumberValue @fieldCategory
758
+ EmailValue: EmailValue @fieldCategory
759
+ UrlValue: UrlValue @fieldCategory
760
+ EncryptedStringValue: EncryptedStringValue @fieldCategory
761
+ CurrencyValue: CurrencyValue @fieldCategory
762
+ LongitudeValue: LongitudeValue @fieldCategory
763
+ LatitudeValue: LatitudeValue @fieldCategory
764
+ PicklistValue: PicklistValue @fieldCategory
765
+ MultiPicklistValue: MultiPicklistValue @fieldCategory
766
+ LongValue: LongValue @fieldCategory
767
+ DoubleValue: DoubleValue @fieldCategory
768
+ PercentValue: PercentValue @fieldCategory
769
+ Base64Value: Base64Value @fieldCategory
770
+ JSONValue: JSONValue @fieldCategory
771
+ }
772
+
773
+ # Union types
774
+ union AnyType = BooleanValue | DateValue | DateTimeValue | DoubleValue | StringValue
775
+
776
+ # Common input types
777
+ input ObjectInfoInput {
778
+ apiName: String!
779
+ recordTypeIDs: [ID!]
780
+ fieldNames: [String!]
781
+ }
782
+
783
+ input OrderByClause {
784
+ order: ResultOrder
785
+ nulls: NullOrder
786
+ }
787
+
788
+ input OrderByGeolocationClause {
789
+ distance: DistanceInput
790
+ order: ResultOrder
791
+ nulls: NullOrder
792
+ }
793
+
794
+ input DistanceInput {
795
+ latitude: Latitude!
796
+ longitude: Longitude!
797
+ }
798
+
799
+ input GeolocationInput {
800
+ latitude: Latitude!
801
+ longitude: Longitude!
802
+ radius: Float!
803
+ unit: Unit!
804
+ }
805
+
806
+ input GroupByClause {
807
+ group: Boolean
808
+ }
809
+
810
+ input GroupByDateFunction {
811
+ function: GroupByFunction
812
+ }
813
+
814
+ input NoFunctionAggregateOrderByClause {
815
+ order: ResultsOrder
816
+ nulls: NullsOrder
817
+ }
818
+
819
+ input AggregateOrderByNumberClause {
820
+ function: AggregateOrderByNumberFunction
821
+ order: ResultsOrder
822
+ nulls: NullsOrder
823
+ }
824
+
825
+ input AggregateOrderByStringClause {
826
+ function: AggregateOrderByStringFunction
827
+ order: ResultsOrder
828
+ nulls: NullsOrder
829
+ }
830
+
831
+ input DateRange {
832
+ last_n_days: Int
833
+ next_n_days: Int
834
+ last_n_weeks: Int
835
+ next_n_weeks: Int
836
+ last_n_months: Int
837
+ next_n_months: Int
838
+ last_n_quarters: Int
839
+ next_n_quarters: Int
840
+ last_n_fiscal_quarters: Int
841
+ next_n_fiscal_quarters: Int
842
+ last_n_years: Int
843
+ next_n_years: Int
844
+ last_n_fiscal_years: Int
845
+ next_n_fiscal_years: Int
846
+ n_days_ago: Int
847
+ n_weeks_ago: Int
848
+ n_months_ago: Int
849
+ n_quarters_ago: Int
850
+ n_years_ago: Int
851
+ n_fiscal_quarters_ago: Int
852
+ n_fiscal_years_ago: Int
853
+ }
854
+
855
+ input DateInput {
856
+ value: Date
857
+ literal: DateLiteral
858
+ range: DateRange
859
+ }
860
+
861
+ input DateTimeInput {
862
+ value: DateTime
863
+ literal: DateLiteral
864
+ range: DateRange
865
+ }
866
+
867
+ input DatePrimitiveOperators {
868
+ eq: Date
869
+ ne: Date
870
+ lt: Date
871
+ gt: Date
872
+ lte: Date
873
+ gte: Date
874
+ in: [Date]
875
+ nin: [Date]
876
+ }
877
+
878
+ input DateFunctionInput {
879
+ value: LongOperators
880
+ convertTimezoneValue: LongOperators
881
+ }
882
+
883
+ input DateTimeFunctionInput {
884
+ value: DatePrimitiveOperators
885
+ convertTimezoneValue: DatePrimitiveOperators
886
+ }
887
+
888
+ # Operator input types
889
+ input IntegerOperators {
890
+ eq: Int
891
+ ne: Int
892
+ lt: Int
893
+ gt: Int
894
+ lte: Int
895
+ gte: Int
896
+ in: [Int]
897
+ nin: [Int]
898
+ }
899
+
900
+ input LongOperators {
901
+ eq: Long
902
+ ne: Long
903
+ lt: Long
904
+ gt: Long
905
+ lte: Long
906
+ gte: Long
907
+ in: [Long]
908
+ nin: [Long]
909
+ }
910
+
911
+ input StringOperators {
912
+ eq: String
913
+ ne: String
914
+ like: String
915
+ lt: String
916
+ gt: String
917
+ lte: String
918
+ gte: String
919
+ in: [String]
920
+ nin: [String]
921
+ }
922
+
923
+ input DoubleOperators {
924
+ eq: Double
925
+ ne: Double
926
+ lt: Double
927
+ gt: Double
928
+ lte: Double
929
+ gte: Double
930
+ in: [Double]
931
+ nin: [Double]
932
+ }
933
+
934
+ input PercentOperators {
935
+ eq: Percent
936
+ ne: Percent
937
+ lt: Percent
938
+ gt: Percent
939
+ lte: Percent
940
+ gte: Percent
941
+ in: [Percent]
942
+ nin: [Percent]
943
+ }
944
+
945
+ input LongitudeOperators {
946
+ eq: Longitude
947
+ ne: Longitude
948
+ lt: Longitude
949
+ gt: Longitude
950
+ lte: Longitude
951
+ gte: Longitude
952
+ in: [Longitude]
953
+ nin: [Longitude]
954
+ }
955
+
956
+ input LatitudeOperators {
957
+ eq: Latitude
958
+ ne: Latitude
959
+ lt: Latitude
960
+ gt: Latitude
961
+ lte: Latitude
962
+ gte: Latitude
963
+ in: [Latitude]
964
+ nin: [Latitude]
965
+ }
966
+
967
+ input EmailOperators {
968
+ eq: Email
969
+ ne: Email
970
+ like: Email
971
+ lt: Email
972
+ gt: Email
973
+ lte: Email
974
+ gte: Email
975
+ in: [Email]
976
+ nin: [Email]
977
+ }
978
+
979
+ input TextAreaOperators {
980
+ eq: TextArea
981
+ ne: TextArea
982
+ like: TextArea
983
+ lt: TextArea
984
+ gt: TextArea
985
+ lte: TextArea
986
+ gte: TextArea
987
+ in: [TextArea]
988
+ nin: [TextArea]
989
+ }
990
+
991
+ input LongTextAreaOperators {
992
+ eq: LongTextArea
993
+ ne: LongTextArea
994
+ like: LongTextArea
995
+ lt: LongTextArea
996
+ gt: LongTextArea
997
+ lte: LongTextArea
998
+ gte: LongTextArea
999
+ in: [LongTextArea]
1000
+ nin: [LongTextArea]
1001
+ }
1002
+
1003
+ input URLOperators {
1004
+ eq: Url
1005
+ ne: Url
1006
+ like: Url
1007
+ lt: Url
1008
+ gt: Url
1009
+ lte: Url
1010
+ gte: Url
1011
+ in: [Url]
1012
+ nin: [Url]
1013
+ }
1014
+
1015
+ input PhoneNumberOperators {
1016
+ eq: PhoneNumber
1017
+ ne: PhoneNumber
1018
+ like: PhoneNumber
1019
+ lt: PhoneNumber
1020
+ gt: PhoneNumber
1021
+ lte: PhoneNumber
1022
+ gte: PhoneNumber
1023
+ in: [PhoneNumber]
1024
+ nin: [PhoneNumber]
1025
+ }
1026
+
1027
+ input BooleanOperators {
1028
+ eq: Boolean
1029
+ ne: Boolean
1030
+ }
1031
+
1032
+ input CurrencyOperators {
1033
+ eq: Currency
1034
+ ne: Currency
1035
+ lt: Currency
1036
+ gt: Currency
1037
+ lte: Currency
1038
+ gte: Currency
1039
+ in: [Currency]
1040
+ nin: [Currency]
1041
+ }
1042
+
1043
+ input TimeOperators {
1044
+ eq: Time
1045
+ ne: Time
1046
+ lt: Time
1047
+ gt: Time
1048
+ lte: Time
1049
+ gte: Time
1050
+ in: [Time]
1051
+ nin: [Time]
1052
+ }
1053
+
1054
+ input DateOperators {
1055
+ eq: DateInput
1056
+ ne: DateInput
1057
+ lt: DateInput
1058
+ gt: DateInput
1059
+ lte: DateInput
1060
+ gte: DateInput
1061
+ in: [DateInput]
1062
+ nin: [DateInput]
1063
+ DAY_IN_WEEK: DateFunctionInput
1064
+ DAY_IN_MONTH: DateFunctionInput
1065
+ DAY_IN_YEAR: DateFunctionInput
1066
+ WEEK_IN_MONTH: DateFunctionInput
1067
+ WEEK_IN_YEAR: DateFunctionInput
1068
+ CALENDAR_MONTH: DateFunctionInput
1069
+ CALENDAR_QUARTER: DateFunctionInput
1070
+ CALENDAR_YEAR: DateFunctionInput
1071
+ FISCAL_MONTH: DateFunctionInput
1072
+ FISCAL_QUARTER: DateFunctionInput
1073
+ FISCAL_YEAR: DateFunctionInput
1074
+ }
1075
+
1076
+ input DateTimeOperators {
1077
+ eq: DateTimeInput
1078
+ ne: DateTimeInput
1079
+ lt: DateTimeInput
1080
+ gt: DateTimeInput
1081
+ lte: DateTimeInput
1082
+ gte: DateTimeInput
1083
+ in: [DateTimeInput]
1084
+ nin: [DateTimeInput]
1085
+ DAY_IN_WEEK: DateFunctionInput
1086
+ DAY_IN_MONTH: DateFunctionInput
1087
+ DAY_IN_YEAR: DateFunctionInput
1088
+ WEEK_IN_MONTH: DateFunctionInput
1089
+ WEEK_IN_YEAR: DateFunctionInput
1090
+ CALENDAR_MONTH: DateFunctionInput
1091
+ CALENDAR_QUARTER: DateFunctionInput
1092
+ CALENDAR_YEAR: DateFunctionInput
1093
+ FISCAL_MONTH: DateFunctionInput
1094
+ FISCAL_QUARTER: DateFunctionInput
1095
+ FISCAL_YEAR: DateFunctionInput
1096
+ DAY_ONLY: DateTimeFunctionInput
1097
+ HOUR_IN_DAY: DateFunctionInput
1098
+ }
1099
+
1100
+ input PicklistOperators {
1101
+ eq: Picklist
1102
+ ne: Picklist
1103
+ in: [Picklist]
1104
+ nin: [Picklist]
1105
+ like: Picklist
1106
+ lt: Picklist
1107
+ gt: Picklist
1108
+ lte: Picklist
1109
+ gte: Picklist
1110
+ }
1111
+
1112
+ input MultiPicklistOperators {
1113
+ eq: MultiPicklist
1114
+ ne: MultiPicklist
1115
+ includes: [MultiPicklist]
1116
+ excludes: [MultiPicklist]
1117
+ }
1118
+
1119
+ input GeolocationOperators {
1120
+ lt: GeolocationInput
1121
+ gt: GeolocationInput
1122
+ }
1123
+
1124
+ input IgnoreRule {
1125
+ rule: String!
1126
+ teamName: String!
1127
+ justification: String!
1128
+ }
1129
+
1130
+ # Common directives
1131
+ directive @generic on OBJECT | INTERFACE | UNION | ENUM | INPUT_OBJECT
1132
+ directive @fieldCategory on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
1133
+ directive @category(name: String!) on FIELD
1134
+ "Specifies the team name for a type"
1135
+ directive @team(name: String!) on OBJECT | INPUT_OBJECT | INTERFACE | ENUM | UNION | SCALAR
1136
+ "Specifies the validation rules to ignore for this element."
1137
+ directive @ignoreRule(
1138
+ rules: [IgnoreRule!]!
1139
+ ) on OBJECT | INPUT_OBJECT | INTERFACE | ENUM | UNION | SCALAR | FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM_VALUE
1140
+ directive @optional on FIELD