What fields are available in an order query

Hello,

Re: API > Order > Queries

The example shows a fetch of the name:

{
  order(id: "gid://shopify/Order/148977776") {
    name
  }
}

Where is a list of all the possible fields/columns in a order? Or would they be the same as the headings in the default Shopify CSV file?

Writing a bridge from Shopify to an fulfillment app.

Thank you!

Found it:

https://shopify.dev/api/admin-rest/2022-04/resources/order#resource-object

But this is wrong!!! resource object does not contains all possible columns names returned by API for example Company, Gateway, total_price_usd, fulfillments.origin_address.country_code and etc.