mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +03:00
parent
751bfdbad9
commit
5e14c293f2
@ -52,7 +52,7 @@ type HasuraGraphQLConfig struct {
|
|||||||
// AccessKey (optional) required to query the endpoint
|
// AccessKey (optional) required to query the endpoint
|
||||||
AccessKey string `json:"access_key,omitempty"`
|
AccessKey string `json:"access_key,omitempty"`
|
||||||
|
|
||||||
ParsedEndpoint *url.URL
|
ParsedEndpoint *url.URL `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ParseEndpoint ensures the endpoint is valid.
|
// ParseEndpoint ensures the endpoint is valid.
|
||||||
|
Loading…
Reference in New Issue
Block a user