I am trying to setup @auth directives and it seems that master is updated at:
but even when i do:
yarn add https://github.com/dgraph-io/dgraph-js-http
I still get errors when trying to run the suggested command to register the auth token:
dgraphClient.setAlphaAuthToken("My secret token value");
The version in my yarn.lock is
"[email protected]://github.com/dgraph-io/dgraph-js-http":
version "20.7.1-rc1"
which is not in the list of tags nor releases
Is master usable?
Why does the version tag format keep changing? (eg: 20.07.0 → 20.7.1-rc1)