Skip to content

Instantly share code, notes, and snippets.

@robertStrunk
Created October 12, 2022 23:57
Show Gist options
  • Save robertStrunk/580a334651c73ba84f56286835c05533 to your computer and use it in GitHub Desktop.
Save robertStrunk/580a334651c73ba84f56286835c05533 to your computer and use it in GitHub Desktop.
Tooling API query to get dependencies for all LWCs
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