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

Method GetV1GraphqlEndpoint

cli/cli.go:281–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279}
280
281func (c *ServerConfig) GetV1GraphqlEndpoint() string {
282 nurl := *c.ParsedEndpoint
283 nurl.Path = path.Join(nurl.Path, c.APIPaths.GraphQL)
284 return nurl.String()
285}
286
287// GetQueryEndpoint provides the url to contact the query API
288func (c *ServerConfig) GetV1MetadataEndpoint() string {

Callers 1

ValidateMethod · 0.80

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected