Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
type
TypeResolver
interface
{
70
ObjectType(name string) (ObjectType, bool)
71
ScalarType(name string) (ScalarType, bool)
72
}
73
74
type
IDType
interface
{
Callers
8
decodePersistedResultEnvelope
Function · 0.65
getEnum
Method · 0.65
toolCallToSelections
Method · 0.65
ModTypeFor
Method · 0.65
ConvertFromSDKResult
Method · 0.65
ConvertToSDKInput
Method · 0.65
ConvertFromSDKResult
Method · 0.65
ConvertToSDKInput
Method · 0.65
Implementers
3
Server
dagql/server.go
noopTypeResolver
dagql/cache_test.go
telemetryTestNoopResolver
core/telemetry_test.go
Calls
no outgoing calls
Tested by
no test coverage detected