github.com/maeglindeveloper/gqlgen@v0.13.1-0.20210413081235-57808b12a0a0/integration/remote_api/user.go (about)

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