github.com/mstephano/gqlgen-schemagen@v0.0.0-20230113041936-dd2cd4ea46aa/integration/models-go/viewer.go (about) 1 package models 2 3 import "github.com/mstephano/gqlgen-schemagen/integration/remote_api" 4 5 type Viewer struct { 6 User *remote_api.User 7 }