lightning/uiGraphQLApi (v1)

Fetch data using the GraphQL wire adapter, which comes with client-side caching and data management capabilities. lightning/uiGraphQLApi supports Mobile Offline use cases, but it doesn’t support newer features, such as optional fields and dynamic query construction.

lightning/graphql (v2) supersedes the lightning/uiGraphQLApi (v1) module. We recommend that you use lightning/graphql (v2) where possible. For more information, see GraphQL API Wire Adapter Comparison. The terms v2 and v1 are annotations that are used only in documentation to highlight the difference and recency of the modules.

Fetch data using the GraphQL wire adapter, which comes with client-side caching and data management capabilities.

The wire adapter in this module is built on top of Lightning Data Service (LDS).

See Also