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

Method ScalarType

dagql/types.go:71–71  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

69type TypeResolver interface {
70 ObjectType(name string) (ObjectType, bool)
71 ScalarType(name string) (ScalarType, bool)
72}
73
74type IDType interface {

Callers 8

getEnumMethod · 0.65
toolCallToSelectionsMethod · 0.65
ModTypeForMethod · 0.65
ConvertFromSDKResultMethod · 0.65
ConvertToSDKInputMethod · 0.65
ConvertFromSDKResultMethod · 0.65
ConvertToSDKInputMethod · 0.65

Implementers 3

Serverdagql/server.go
noopTypeResolverdagql/cache_test.go
telemetryTestNoopResolvercore/telemetry_test.go

Calls

no outgoing calls

Tested by

no test coverage detected