github.com/HaswinVidanage/gqlgen@v0.8.1-0.20220609041233-69528c1bf712/integration/remote_api/user.go (about)

     1  package remote_api
     2  
     3  type User struct {
     4  	Name  string
     5  	Likes []string
     6  }