Update EntityLink.g4 with new entity types and fields (#14836)

This commit is contained in:
Sachin Chaurasiya 2024-01-24 15:36:48 +05:30 committed by GitHub
parent d53a41fb3f
commit 12bc515aca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,11 +72,12 @@ ENTITY_TYPE
| 'app'
| 'persona'
| 'docStore'
| 'Page'
| 'page'
| 'KnowLedgePanels'
| 'govern'
| 'all'
| 'customMetric'
| 'eventsubscription'
;
ENTITY_FIELD
@ -108,6 +109,10 @@ ENTITY_FIELD
| 'fields'
| 'followers'
| 'appConfiguration'
| 'appSchedule'
| 'votes'
| 'profile'
| 'roles'
;