MCPcopy
hub / github.com/dagger/dagger / Query

Struct Query

toolchains/engine-dev/internal/dagger/dagger.gen.go:12281–12286  ·  view source on GitHub ↗

The root of the DAG.

Source from the content-addressed store, hash-verified

12279
12280// The root of the DAG.
12281type Query struct {
12282 query *querybuilder.Selection
12283
12284 defaultPlatform *Platform
12285 id *ID
12286}
12287
12288func (r *Query) WithGraphQLQuery(q *querybuilder.Selection) *Query {
12289 return &Query{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected