How to get store's default language with GraphQL

I know this is a late reply,
but for future reference, the answer is here:
https://shopify.dev/tutorials/manage-shop-locales-with-admin-api#retrieve-a-shops-locales

In short, to get the default language use the QueryRoot.shopLocales and make sure to collect the primary field.

hope it helps.
cheers