github.com/jepp2078/gqlgen@v0.7.2/integration/user.graphql (about) 1 type User { 2 name: String! 3 likes: [String!]! 4 }