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