github.com/fortexxx/gqlgen@v0.10.3-0.20191216030626-ca5ea8b21ead/example/dataloader/models_gen.go (about) 1 // Code generated by github.com/99designs/gqlgen, DO NOT EDIT. 2 3 package dataloader 4 5 type Address struct { 6 ID int `json:"id"` 7 Street string `json:"street"` 8 Country string `json:"country"` 9 } 10 11 type Item struct { 12 Name string `json:"name"` 13 }