We would like to allow looking up items i.e., responses that give a single item or nothing back (in contrast to searching) by site ID and title. Lookup by URL was split out into T421861 and is not part of this story.
Acceptance criteria:
- The field name would be "itemBySitelink" and would take the site id and the title as input
Task Breakdown notes:
- use existing SiteLinkLookup service
- create a use case that performs the lookup and returns an Item ID or null
- the lookup resolver will call the ItemResolver
**Open questions for Product:*
- how complex is a sitelink lookup (i.e. how many lookups are allowed in a single query?)