Customer Review Detail (GraphQL)
Returns a single review by IRI. The reviewed product and the author are nested objects (product, customer). The review's attached images come back as a field-selectable Relay connection — sub-select with images { edges { node { … } } } and pick the fields you need.
The id argument is the review IRI (/api/admin/customers/reviews/{id}).
TIP
See the Reviews overview for how moderation works.
All admin operations require an admin Bearer token — see Authentication.

