MCPcopy Create free account
hub / github.com/dagger/dagger / SchemaIntrospectionJSONFileForClient

Method SchemaIntrospectionJSONFileForClient

core/moddeps.go:162–164  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

160}
161
162func (b *SchemaBuilder) SchemaIntrospectionJSONFileForClient(ctx context.Context) (dagql.Result[*File], error) {
163 return b.SchemaIntrospectionJSONFile(ctx, []string{})
164}
165
166func (b *SchemaBuilder) TypeDefs(ctx context.Context, dag *dagql.Server) (dagql.ObjectResultArray[*TypeDef], error) {
167 var typeDefs dagql.ObjectResultArray[*TypeDef]

Callers 1

runClientGeneratorMethod · 0.80

Calls 1

Tested by

no test coverage detected