MCPcopy Index your code
hub / github.com/hasura/graphql-engine / GetV2QueryEndpoint

Method GetV2QueryEndpoint

cli/cli.go:269–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

267}
268
269func (c *ServerConfig) GetV2QueryEndpoint() string {
270 nurl := *c.ParsedEndpoint
271 nurl.Path = path.Join(nurl.Path, c.APIPaths.V2Query)
272 return nurl.String()
273}
274
275func (c *ServerConfig) GetPGDumpEndpoint() string {
276 nurl := *c.ParsedEndpoint

Callers 1

ValidateMethod · 0.80

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected