github.com/mstephano/gqlgen-schemagen@v0.0.0-20230113041936-dd2cd4ea46aa/integration/user.graphql (about)

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