Problem: Different field name in Fibery API depending on the database

Hello,
Unfortunately, we do not enforce that field name on backend. UI selects name field using “ui/title?” meta flag on field object

fieldObject["fibery/meta"]["ui/title?"] === true

So, you have to consult Schema Fibery API before making any queries.
You may try using our Fibery GraphQL API as it is more forgiving in this terms and also has query editor with hints.

1 Like