You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a similar example working, but I had to add someNewField to the properties list in jsonSchema, and my someNewField() is a getter (not sure if the second part is important or just the first).
I would like to have an additional column with a modified value from another column: Now I have next code like this but it doesn't work:
I got error like:
"message": "Cannot query field \"someNewField\" on type \"testTable\".",
The text was updated successfully, but these errors were encountered: