github.com/fortexxx/gqlgen@v0.10.3-0.20191216030626-ca5ea8b21ead/integration/user.graphql (about)

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