Description

Select works and their products

Explanation

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
      }
    }
  }
}

This site uses Just the Docs, a documentation theme for Jekyll.