Get the `OrderRisks` full data using `GraphQL` (not REST API)

Hello, Shopify Team.

I would like to have more information on how to get the same data that REST implementation of Order Risks provide

```json
{
    "risk": {
        "order_id": 

Based on the GraphQL [docs](https://shopify.dev/docs/api/admin-graphql/2023-10/objects/OrderRisk) the `OrderRisk` object doesn't have the fields I need, providing only:

```css
```json
{
   "display": ...,
   "level": ...,
   "message": ....,
}

How to fetch the rest of the missing fields using GraphQL?
Thank you.

Hi Airbyte,

Thanks for flagging this inconsistency between the different APIs for this method. I don’t believe the missing fields are currently available in GQL but I’ll connect with the product team to confirm, and add a feature request to expose the missing fields to the GraphQL resource.

1 Like

@Liam Thank you for the quick reaction, I appreciate it.

Any updates so far? @Liam

Not yet unfortunately - but I’ve connected with this team again.

Hey, @Liam are there any movements towards success to the upvoted question?