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