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