github.com/senomas/gqlgen@v0.17.11-0.20220626120754-9aee61b0716a/integration/user.graphql (about)

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