github.com/fortexxx/gqlgen@v0.10.3-0.20191216030626-ca5ea8b21ead/integration/models-go/viewer.go (about) 1 package models 2 3 import "github.com/99designs/gqlgen/integration/remote_api" 4 5 type Viewer struct { 6 User *remote_api.User 7 }