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
Describe the bug id: ID! @renderable(table: true) does not work. It's not added to the table (though it's on the query graphql) because id is a special field and not present in fields of the formularium model. so we can't print the id on the table.
The text was updated successfully, but these errors were encountered:
Describe the bug
id: ID! @renderable(table: true)
does not work. It's not added to the table (though it's on the query graphql) because id is a special field and not present infields
of the formularium model. so we can't print the id on the table.The text was updated successfully, but these errors were encountered: