git.sr.ht/~sircmpwn/gqlgen@v0.0.0-20200522192042-c84d29a1c940/integration/remote_api/user.go (about)

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