I would like to have more information on how to get the same data that REST implementation of Order Risksprovide
```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.
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.