github.com/shippio/gqlgen@v0.0.0-20220912092219-633ea699ef07/integration/user.graphql (about)

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