Results 5 comments of Matúš Múčka

I wrote a custom document loader for graphql-code-generator which will automatically generate operations from graphql schema. This is my `codegen.yml` ```yml schema: "http://localhost:3000/graphql" overwrite: true documents: - "http://localhost:3000/graphql": loader: ./operationsFromSchemaGenerator.js...

I think we would also need to fix [cross-fetch](https://github.com/lquixada/cross-fetch/issues/46) to get graphql-request working in Vite.

For my needs, it would be enough if there was a way to expand this map. https://github.com/doug-martin/nestjs-query/blob/3ceb56fb7c452b9c6f96fdddef1c324296fdbf2c/packages/query-graphql/src/types/query/field-comparison/field-comparison.factory.ts#L29

I don't understand why you want this but here you go... Article detail element has "article" object property. There goes article data. `` Let's say you got you article's data...

Yeaaah, that's called api. PHP should do all work for you. For example reddit has great api where you can filter and sort articles. https://www.reddit.com/search.json?q=polymer&limit=10