Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nhost/nhost
/ TypeScalar
Struct
TypeScalar
tools/codegen/processor/types.go:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
type
TypeScalar
struct
{
136
schema *base.SchemaProxy
137
p Plugin
138
}
139
140
func
(t *TypeScalar) Name() string {
141
return
t.p.TypeScalarName(t)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected