Versions in this module Expand all Collapse all v0 v0.0.1 Jun 23, 2020 Changes in this version + type App struct + func New(config *Config) *App + func (a *App) IsReady() bool + func (a *App) Run() error + type Config struct + ApiKey string + AuthPlugin string + DataIntegrityProofSecret string + GRPCListenAddr string + HTTPListenAddr string + JwtIssuerURL string + MeteringPlugin string + NetworkID string + OverrideTraceID bool + Protocol string + Schemas *dgraphql.Schemas