fallbackLocales falls back for false Boolean fields

The fallbackLocales feature is great, but it treats Boolean fields weirdly.

If I localize a boolean field and set it to true for en, but false for another locale, and then if I set fallbackLocales: [en] in my query, it will always return “true” for all locales because it thinks that a false value should fall back to the default locale.

I understand that I could override (fallbackLocales: []) for every boolean field in the GraphQL but this seems like a workaround.

Hello @seth.jeffery

You’re right, that does seem to be a problem on our end.
I’ve contacted the dev team and i’ll get back to you as soon as it is solved.

Thank you for letting us know!

Hello once again @seth.jeffery

We just shipped out a fix for this!

Thank you once again for the feedback :slight_smile:

1 Like