Select works and their products
Works are retrieved along with their products. This is structured so that the products are naturally grouped under their works, so less data needs to be processed.
{ works { id title products { id publicationDate isbn { isbn13 } } } }