Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 661 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 661 Bytes

Constellation Data

Installation

npm install @constellation4sitecore/data --save

Usage

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.

Get Item

await getItem(itemId);

Derived From

await derivedFrom(itemId, 'BASE TEMPLATE ID');

Get Template Info

await getTemplateInfo(itemId);

Credits

Sponsors/Developers/Testers

(in no particular order)

  • Richard Cabral
  • Roberto Armas