mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
entc/gen: add facebookincubator/ent to mutation.tmpl imports (#390)
This commit is contained in:
@@ -9,9 +9,10 @@ package ent
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
"github.com/facebookincubator/ent/examples/edgeindex/ent/city"
|
||||
"github.com/facebookincubator/ent/examples/edgeindex/ent/street"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -9,9 +9,10 @@ package ent
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
"github.com/facebookincubator/ent/examples/m2m2types/ent/group"
|
||||
"github.com/facebookincubator/ent/examples/m2m2types/ent/user"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -9,8 +9,9 @@ package ent
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
"github.com/facebookincubator/ent/examples/m2mbidi/ent/user"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -9,8 +9,9 @@ package ent
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
"github.com/facebookincubator/ent/examples/m2mrecur/ent/user"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -9,9 +9,10 @@ package ent
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
"github.com/facebookincubator/ent/examples/o2m2types/ent/pet"
|
||||
"github.com/facebookincubator/ent/examples/o2m2types/ent/user"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -9,8 +9,9 @@ package ent
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
"github.com/facebookincubator/ent/examples/o2mrecur/ent/node"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -10,9 +10,10 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
"github.com/facebookincubator/ent/examples/o2o2types/ent/card"
|
||||
"github.com/facebookincubator/ent/examples/o2o2types/ent/user"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -9,8 +9,9 @@ package ent
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
"github.com/facebookincubator/ent/examples/o2obidi/ent/user"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -9,8 +9,9 @@ package ent
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
"github.com/facebookincubator/ent/examples/o2orecur/ent/node"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -10,10 +10,11 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
"github.com/facebookincubator/ent/examples/start/ent/car"
|
||||
"github.com/facebookincubator/ent/examples/start/ent/group"
|
||||
"github.com/facebookincubator/ent/examples/start/ent/user"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -9,10 +9,11 @@ package ent
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
"github.com/facebookincubator/ent/examples/traversal/ent/group"
|
||||
"github.com/facebookincubator/ent/examples/traversal/ent/pet"
|
||||
"github.com/facebookincubator/ent/examples/traversal/ent/user"
|
||||
|
||||
"github.com/facebookincubator/ent"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user