mirror of
https://github.com/ent/ent.git
synced 2026-03-05 19:35:23 +03:00
ent: minor fix for ent.Query comment (#404)
This commit is contained in:
2
ent.go
2
ent.go
@@ -198,7 +198,7 @@ func (Schema) Policy() Policy { return nil }
|
||||
type (
|
||||
// Value represents a value returned by ent.
|
||||
Value interface{}
|
||||
// Value represents an ent query builder.
|
||||
// Query represents an ent query builder.
|
||||
Query interface{}
|
||||
// Mutation represents an operation that mutate the graph.
|
||||
// For example, adding a new node, updating many, or dropping
|
||||
|
||||
Reference in New Issue
Block a user