Created
October 12, 2022 23:57
-
-
Save robertStrunk/580a334651c73ba84f56286835c05533 to your computer and use it in GitHub Desktop.
Tooling API query to get dependencies for all LWCs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT MetadataComponentId, | |
MetadataComponentName, | |
MetadataComponentType, | |
RefMetadataComponentId, | |
RefMetadataComponentName, | |
RefMetadataComponentType | |
FROM MetadataComponentDependency | |
Where RefMetadataComponentType ='LightningComponentBundle' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment