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
We can retrieve headerId and digest from the extension object but the fields object does not work. query Extension { blocks { header { extension { headerId digest fields } } } }
The text was updated successfully, but these errors were encountered:
@arobsn I need node_extentions table permission on the Explorer DB to explore this further.
I found out there's nothing wrong with the syntax, it's pretty similar to other JSON objects that we were trying to fetch from the DB, so maybe somehow the DB has different data.
So we can do two things:
Take a look into the DB and change the type of extension in the application, maybe to string.
Create a transformer for it, like additional registers. (In src/graphql/interfaces/box-interface)
We can retrieve headerId and digest from the extension object but the fields object does not work.
query Extension { blocks { header { extension { headerId digest fields } } } }
The text was updated successfully, but these errors were encountered: