entc/gen: add facebookincubator/ent to mutation.tmpl imports (#390)

This commit is contained in:
Ariel Mashraki
2020-03-17 10:33:58 +02:00
committed by GitHub
parent 65f96b3593
commit 81a2f60e47
24 changed files with 47 additions and 24 deletions

View File

@@ -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 (