A service for making Magento GraphQL queries for orders.
| Name | Type | Description | 
|---|---|---|
| extraOrderFragments | DocumentNode[] | |
| list | Observable< DaffOrderCollection> | List all order objects for the logged-in user. | 
| get | Observable< DaffOrder> | Get an order object with the specified order ID. |