Open pulsarz opened 2 years ago
@capt-nemo429 Please provide the right db
credentials for me to check this issue.
@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:
extension
in the application, maybe to string.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 } } } }