github.com/animeshon/gqlgen@v0.13.1-0.20210304133704-3a770431bb6d/integration/models-go/viewer.go (about) 1 package models 2 3 import "github.com/animeshon/gqlgen/integration/remote_api" 4 5 type Viewer struct { 6 User *remote_api.User 7 }