git.sr.ht/~sircmpwn/gqlgen@v0.0.0-20200522192042-c84d29a1c940/integration/user.graphql (about)

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