diff options
Diffstat (limited to 'vendor/github.com/99designs/gqlgen/codegen/model.go')
-rw-r--r-- | vendor/github.com/99designs/gqlgen/codegen/model.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/99designs/gqlgen/codegen/model.go b/vendor/github.com/99designs/gqlgen/codegen/model.go deleted file mode 100644 index bcdc8703..00000000 --- a/vendor/github.com/99designs/gqlgen/codegen/model.go +++ /dev/null @@ -1,17 +0,0 @@ -package codegen - -type Model struct { - *NamedType - Description string - Fields []ModelField - Implements []*NamedType -} - -type ModelField struct { - *Type - GQLName string - GoFieldName string - GoFKName string - GoFKType string - Description string -} |