github.com/tlj/gqlgen@v0.7.2/integration/user.graphql (about)

     1  type User {
     2      name: String!
     3      likes: [String!]!
     4  }