In regression, 'customersAlsoViewed' and 'customersAlsoBought' are returning null where they were not before: Example: query amazonProduct { amazonProduct(input: {asinLookup: {asin: "B0D1XD1ZV3"}}) { title customersAlsoViewed { asin } customersAlsoBought { asin } } }