Exposing "currentLocale" in GraphQL Queries and Webhooks

Hello DatoCMS team,

I’m currently working on an API route that will be triggered by a DatoCMS Webhook. This route is responsible for managing the Algolia index. Given that the website supports 4 languages, I’m planning to create separate indexes for each locale.

However, I’ve encountered an issue. It seems that the currentLocale of the entry is not available in the webhook or the GraphQL query. I want to use it to ensure that only the language that was published/updated/deleted is updated in the Algolia index.

Is there a specific reason why this value is not exposed?