Inside <resources>, each <resource> typically references either an entity or count function. Example:
<resources>
<resource>
<resource from="product" resourceType="entity" as="product" />
from: Required. Name of the source entity. For a typical entity, it’s the entity name.
from
resourceType: Required. E.g., entity, count, sum , etc.
resourceType
entity
count
sum
as: Required. An alias to identify this resource in your fields.
as
Last updated 8 months ago