github.com/fortexxx/gqlgen@v0.10.3-0.20191216030626-ca5ea8b21ead/example/scalars/model/generated.go (about) 1 // Code generated by github.com/99designs/gqlgen, DO NOT EDIT. 2 3 package model 4 5 import ( 6 "github.com/99designs/gqlgen/example/scalars/external" 7 ) 8 9 type Address struct { 10 ID external.ObjectID `json:"id"` 11 Location *Point `json:"location"` 12 }