MCPcopy Create free account
hub / github.com/nhost/nhost / TypeAlias

Struct TypeAlias

tools/codegen/processor/types.go:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112type TypeAlias struct {
113 name string
114 schema *base.SchemaProxy
115 alias Type
116 p Plugin
117}
118
119func (t *TypeAlias) Name() string {
120 return t.p.TypeObjectName(t.name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected