diff --git a/cli/cli.go b/cli/cli.go index 1b852e3146a89..941d62a2590c6 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -52,7 +52,7 @@ type HasuraGraphQLConfig struct { // AccessKey (optional) required to query the endpoint AccessKey string `json:"access_key,omitempty"` - ParsedEndpoint *url.URL + ParsedEndpoint *url.URL `json:"-"` } // ParseEndpoint ensures the endpoint is valid.