mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
ci: initial work for migration-testing (#311)
Also generating new assets for new ci steps.
This commit is contained in:
@@ -25,9 +25,9 @@ type Node struct {
|
||||
// The values are being populated by the NodeQuery when eager-loading is set.
|
||||
Edges struct {
|
||||
// Prev holds the value of the prev edge.
|
||||
Prev *Node
|
||||
Prev *Node `gqlgen:prev`
|
||||
// Next holds the value of the next edge.
|
||||
Next *Node
|
||||
Next *Node `gqlgen:next`
|
||||
} `json:"edges"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user