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

Struct TypeObject

tools/codegen/processor/types.go:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45type TypeObject struct {
46 name string
47 schema *base.SchemaProxy
48 properties []*Property
49 p Plugin
50}
51
52func (t *TypeObject) Name() string {
53 return t.p.TypeObjectName(t.name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected