npm install @constellation4sitecore/data --save
Our data library simplifies the process of retrieving Sitecore items without the need to create a GraphQL endpoint manually. It seamlessly utilizes the GraphQL endpoint in the background, saving you from the hassle of writing complex GraphQL code yourself.
await getItem(itemId);
await derivedFrom(itemId, 'BASE TEMPLATE ID');
await getTemplateInfo(itemId);
(in no particular order)
- Richard Cabral
- Roberto Armas