I’m trying to build a chrome extension that can read/write to a dgraph database.
I’m not totally familiar with how this would work and whether it is a dgraph specific issue. Can I make calls directly from the Chrome Javascript script to the database, or is there some intermediate step?
Thank you!