Log in
Model

Invoices

Magento\SalesGraphQl\Model\Resolver\Invoices

What it does

This GraphQL resolver fetches and formats invoice data for customer orders in the GraphQL API.

Developers use this class when building GraphQL queries that need to retrieve invoice information, including invoice numbers, comments, and related order data.

It's automatically invoked when the 'invoices' field is requested on an order object in GraphQL.

Public Methods

  • resolve()