We want to build a GraphQL endpoint that allows users to query for labels of linked entities of items and properties. Offering this as an alternative to WDQS or making multiple API calls through Action API or REST API
Acceptance criteria:
- Available through reading of a property
- Response includes all the elements of the requested entity (labels, descriptions, aliases, sitelinks etc.)
- Ensure that only the labels of linked entities (statement property, statement value items, statement qualifier and statement references) can be requested, and not everything else (for example, descriptions or subsequent statements and so on.)
- Pagination is not needed