Customizing data sources for the Entitlements card

Data that is displayed on the Entitlements card is populated by GraphQL queries. You cannot customize the GraphQL schema because the Entitlements card expects certain attributes to be returned by the query. However, you can customize the data sources for individual data items.

Cards on the Overview tab

Each card is a separate JavaScript component that is based on the IBM Carbon Design System. Cards are bundled as SPMComponents and linked to the Overview tab as a field in the associated UIM file. Data for the card is supplied from a GraphQL endpoint that is deployed as part of the REST EAR. Each card builds GraphQL queries for the data that it requires based on the entities in the GraphQL schema. The GraphQL schema is linked to an underlying SPM facade by a Java™ class called a data fetcher.

For more information about the GraphQL schema and customizing data sources for GraphQL queries, see the related link.