MCPcopy
hub / github.com/ent/ent / Field

Struct Field

entql/entql.go:108–110  ·  view source on GitHub ↗

A Field represents a node field.

Source from the content-addressed store, hash-verified

106
107 // A Field represents a node field.
108 Field struct {
109 Name string
110 }
111
112 // An Edge represents an edge in the graph.
113 Edge struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected