mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
parent
751bfdbad9
commit
5e14c293f2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user